commit: a99eec772e14021e464a5eff284d4b411a0b414a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jul 2 04:53:50 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jul 2 04:53:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a99eec77
app-forensics/afl: add blocker with app-forensics/aflplusplus Bug: https://bugs.gentoo.org/792450 Signed-off-by: Sam James <sam <AT> gentoo.org> app-forensics/afl/{afl-2.56b.ebuild => afl-2.56b-r1.ebuild} | 7 ++++--- app-forensics/afl/{afl-2.57b.ebuild => afl-2.57b-r1.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 similarity index 92% rename from app-forensics/afl/afl-2.56b.ebuild rename to app-forensics/afl/afl-2.56b-r1.ebuild index 90fbf1bc53f..a57da12ded4 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 similarity index 92% rename from app-forensics/afl/afl-2.57b.ebuild rename to app-forensics/afl/afl-2.57b-r1.ebuild index 90fbf1bc53f..a57da12ded4 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"
