From 951693f7b1a250d416befa82562a9fbbcb1abcb3 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 17 Apr 2022 17:32:42 +0100 Subject: app-forensics/aflplusplus: update EAPI 7 -> 8 Signed-off-by: Sam James --- app-forensics/aflplusplus/aflplusplus-4.00c.ebuild | 19 +++++++------------ 1 file 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 -- cgit v1.2.3-65-gdbad