diff options
author | Sam James <sam@gentoo.org> | 2024-10-03 10:26:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-03 10:35:15 +0100 |
commit | ded73ffc452f59c9d777691f58a6a10964875472 (patch) | |
tree | 91d85826b9ff66461bab5f378eb57742bc10d092 /app-forensics | |
parent | app-forensics/aflplusplus: drop 4.07c-r1 (diff) | |
download | gentoo-ded73ffc452f59c9d777691f58a6a10964875472.tar.gz gentoo-ded73ffc452f59c9d777691f58a6a10964875472.tar.bz2 gentoo-ded73ffc452f59c9d777691f58a6a10964875472.zip |
app-forensics/aflplusplus: enable py3.13
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/aflplusplus/aflplusplus-4.08c-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-forensics/aflplusplus/aflplusplus-4.08c-r1.ebuild b/app-forensics/aflplusplus/aflplusplus-4.08c-r1.ebuild index f4311f8fd156..0431fd829024 100644 --- a/app-forensics/aflplusplus/aflplusplus-4.08c-r1.ebuild +++ b/app-forensics/aflplusplus/aflplusplus-4.08c-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) LLVM_MAX_SLOT=17 LLVM_MIN_SLOT=14 inherit toolchain-funcs llvm optfeature python-single-r1 |