diff options
author | Hanno <hanno@gentoo.org> | 2019-01-03 20:19:18 +0100 |
---|---|---|
committer | Hanno <hanno@gentoo.org> | 2019-01-03 20:19:18 +0100 |
commit | ebed3eae1c49620d498b1cb5e94ca6b470578638 (patch) | |
tree | 3bd93336586cc5c99385da45c34ec8d417770d92 /app-forensics | |
parent | dev-libs/libestr: arm stable wrt bug #673428 (diff) | |
download | gentoo-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.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" |