summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno <hanno@gentoo.org>2019-01-03 20:19:18 +0100
committerHanno <hanno@gentoo.org>2019-01-03 20:19:18 +0100
commitebed3eae1c49620d498b1cb5e94ca6b470578638 (patch)
tree3bd93336586cc5c99385da45c34ec8d417770d92 /app-forensics
parentdev-libs/libestr: arm stable wrt bug #673428 (diff)
downloadgentoo-ebed3eae1c49620d498b1cb5e94ca6b470578638.tar.gz
gentoo-ebed3eae1c49620d498b1cb5e94ca6b470578638.tar.bz2
gentoo-ebed3eae1c49620d498b1cb5e94ca6b470578638.zip
app-forensics/afl: EAPI 7 and dep change for clang.
Closes: https://bugs.gentoo.org/613800 Signed-off-by: Hanno Boeck <hanno@gentoo.org> Package-Manager: Portage-2.3.53, Repoman-2.3.12
Diffstat (limited to 'app-forensics')
-rw-r--r--app-forensics/afl/afl-2.52b.ebuild6
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"