diff options
author | Sam James <sam@gentoo.org> | 2021-07-02 05:53:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-02 05:53:50 +0100 |
commit | a99eec772e14021e464a5eff284d4b411a0b414a (patch) | |
tree | f94854d4bf4dd09e50650610cb965e1b5540502f /app-forensics/afl | |
parent | app-forensics/aflplusplus: add blocker with app-forensics/afl (diff) | |
download | gentoo-a99eec772e14021e464a5eff284d4b411a0b414a.tar.gz gentoo-a99eec772e14021e464a5eff284d4b411a0b414a.tar.bz2 gentoo-a99eec772e14021e464a5eff284d4b411a0b414a.zip |
app-forensics/afl: add blocker with app-forensics/aflplusplus
Bug: https://bugs.gentoo.org/792450
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-forensics/afl')
-rw-r--r-- | app-forensics/afl/afl-2.56b-r1.ebuild (renamed from app-forensics/afl/afl-2.56b.ebuild) | 7 | ||||
-rw-r--r-- | app-forensics/afl/afl-2.57b-r1.ebuild (renamed from app-forensics/afl/afl-2.57b.ebuild) | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/app-forensics/afl/afl-2.56b.ebuild b/app-forensics/afl/afl-2.56b-r1.ebuild index 90fbf1bc53fd..a57da12ded46 100644 --- a/app-forensics/afl/afl-2.56b.ebuild +++ b/app-forensics/afl/afl-2.56b-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,9 +12,10 @@ SRC_URI="https://github.com/google/AFL/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" -IUSE="" + DEPEND="sys-devel/gcc:* - sys-devel/clang:=" + sys-devel/clang:= + !app-forensics/aflplusplus" RDEPEND="${DEPEND}" QA_PREBUILT="/usr/share/afl/testcases/others/elf/small_exec.elf" diff --git a/app-forensics/afl/afl-2.57b.ebuild b/app-forensics/afl/afl-2.57b-r1.ebuild index 90fbf1bc53fd..a57da12ded46 100644 --- a/app-forensics/afl/afl-2.57b.ebuild +++ b/app-forensics/afl/afl-2.57b-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,9 +12,10 @@ SRC_URI="https://github.com/google/AFL/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" -IUSE="" + DEPEND="sys-devel/gcc:* - sys-devel/clang:=" + sys-devel/clang:= + !app-forensics/aflplusplus" RDEPEND="${DEPEND}" QA_PREBUILT="/usr/share/afl/testcases/others/elf/small_exec.elf" |