diff options
author | Sam James <sam@gentoo.org> | 2021-07-22 05:02:44 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-22 05:02:44 +0100 |
commit | 7b8cd38af90c005e3c1b3d2f51ffc3d22c38c930 (patch) | |
tree | 2a8759ee81c3eea9212e7e59956a23647a956fe0 /app-forensics | |
parent | www-client/chromium: Stabilize 91.0.4472.164 arm64, #802540 (diff) | |
download | gentoo-7b8cd38af90c005e3c1b3d2f51ffc3d22c38c930.tar.gz gentoo-7b8cd38af90c005e3c1b3d2f51ffc3d22c38c930.tar.bz2 gentoo-7b8cd38af90c005e3c1b3d2f51ffc3d22c38c930.zip |
app-forensics/aflplusplus: allow LLVM 13, Python compat (+3.10, -3.7)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/aflplusplus/aflplusplus-3.14c-r1.ebuild (renamed from app-forensics/aflplusplus/aflplusplus-3.14c.ebuild) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-forensics/aflplusplus/aflplusplus-3.14c.ebuild b/app-forensics/aflplusplus/aflplusplus-3.14c-r1.ebuild index 9fafa1fa35e0..066cbd062f6a 100644 --- a/app-forensics/aflplusplus/aflplusplus-3.14c.ebuild +++ b/app-forensics/aflplusplus/aflplusplus-3.14c-r1.ebuild @@ -3,8 +3,8 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) -LLVM_MAX_SLOT=12 +PYTHON_COMPAT=( python3_{8,9,10} ) +LLVM_MAX_SLOT=13 inherit toolchain-funcs llvm optfeature python-single-r1 DESCRIPTION="A fork of AFL, the popular compile-time instrumentation fuzzer" @@ -31,6 +31,7 @@ RDEPEND=" sys-devel/clang:10 sys-devel/clang:11 sys-devel/clang:12 + sys-devel/clang:13 ) !app-forensics/afl " |