diff options
Diffstat (limited to 'app-forensics/afl')
-rw-r--r-- | app-forensics/afl/afl-2.52b.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-forensics/afl/afl-2.52b.ebuild b/app-forensics/afl/afl-2.52b.ebuild index 4da2fbf2e0de..9c58122f99dd 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" |