commit: ebed3eae1c49620d498b1cb5e94ca6b470578638 Author: Hanno <hanno <AT> gentoo <DOT> org> AuthorDate: Thu Jan 3 19:19:18 2019 +0000 Commit: Hanno Boeck <hanno <AT> gentoo <DOT> org> CommitDate: Thu Jan 3 19:19:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebed3eae
app-forensics/afl: EAPI 7 and dep change for clang. Closes: https://bugs.gentoo.org/613800 Signed-off-by: Hanno Boeck <hanno <AT> gentoo.org> Package-Manager: Portage-2.3.53, Repoman-2.3.12 app-forensics/afl/afl-2.52b.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-forensics/afl/afl-2.52b.ebuild b/app-forensics/afl/afl-2.52b.ebuild index 4da2fbf2e0d..9c58122f99d 100644 --- a/app-forensics/afl/afl-2.52b.ebuild +++ b/app-forensics/afl/afl-2.52b.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit multilib toolchain-funcs flag-o-matic @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="sys-devel/gcc:* - sys-devel/clang:*" + sys-devel/clang:=" RDEPEND="${DEPEND}" QA_PREBUILT="/usr/share/afl/testcases/others/elf/small_exec.elf"
