diff options
author | Sam James <sam@gentoo.org> | 2022-04-17 17:32:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-17 17:32:42 +0100 |
commit | 951693f7b1a250d416befa82562a9fbbcb1abcb3 (patch) | |
tree | 193f6428ada61678015742ddd87af6baeefa1ce6 /app-forensics/aflplusplus | |
parent | app-forensics/aflplusplus: drop 3.14c-r2 (diff) | |
download | gentoo-951693f7b1a250d416befa82562a9fbbcb1abcb3.tar.gz gentoo-951693f7b1a250d416befa82562a9fbbcb1abcb3.tar.bz2 gentoo-951693f7b1a250d416befa82562a9fbbcb1abcb3.zip |
app-forensics/aflplusplus: update EAPI 7 -> 8
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-forensics/aflplusplus')
-rw-r--r-- | app-forensics/aflplusplus/aflplusplus-4.00c.ebuild | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/app-forensics/aflplusplus/aflplusplus-4.00c.ebuild b/app-forensics/aflplusplus/aflplusplus-4.00c.ebuild index d327f3912c26..3cc127a6a3d0 100644 --- a/app-forensics/aflplusplus/aflplusplus-4.00c.ebuild +++ b/app-forensics/aflplusplus/aflplusplus-4.00c.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{8,9,10} ) LLVM_MAX_SLOT=13 @@ -24,23 +24,18 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="test" # It turns out we need Clang too -RDEPEND=" - ${PYTHON_DEPS} - >=sys-devel/llvm-10:= +RDEPEND="${PYTHON_DEPS} + >=sys-devel/llvm-11:= || ( - sys-devel/clang:10 sys-devel/clang:11 sys-devel/clang:12 sys-devel/clang:13 ) - !app-forensics/afl -" -DEPEND=" - ${RDEPEND} - test? ( dev-util/cmocka ) -" + !app-forensics/afl" +DEPEND="${RDEPEND} + test? ( dev-util/cmocka )" -QA_PREBUILT="/usr/share/afl/testcases/others/elf/small_exec.elf" +QA_PREBUILT="usr/share/afl/testcases/others/elf/small_exec.elf" PATCHES=( "${FILESDIR}"/${PN}-4.00c-respect-flags.patch |