diff options
Diffstat (limited to 'app-forensics')
6 files changed, 11 insertions, 11 deletions
diff --git a/app-forensics/afflib/afflib-3.7.19-r1.ebuild b/app-forensics/afflib/afflib-3.7.19-r1.ebuild index 1becd23f068c..00cbc11a8892 100644 --- a/app-forensics/afflib/afflib-3.7.19-r1.ebuild +++ b/app-forensics/afflib/afflib-3.7.19-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit autotools python-single-r1 MY_PN=AFFLIBv3 diff --git a/app-forensics/aflplusplus/aflplusplus-4.03c.ebuild b/app-forensics/aflplusplus/aflplusplus-4.03c.ebuild index 24d7d0165394..d8c85c6f9398 100644 --- a/app-forensics/aflplusplus/aflplusplus-4.03c.ebuild +++ b/app-forensics/aflplusplus/aflplusplus-4.03c.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) LLVM_MAX_SLOT=15 inherit toolchain-funcs llvm optfeature python-single-r1 diff --git a/app-forensics/aflplusplus/aflplusplus-4.04c-r1.ebuild b/app-forensics/aflplusplus/aflplusplus-4.04c-r1.ebuild index 4f564af1db6d..df8f96ad972f 100644 --- a/app-forensics/aflplusplus/aflplusplus-4.04c-r1.ebuild +++ b/app-forensics/aflplusplus/aflplusplus-4.04c-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) LLVM_MAX_SLOT=15 inherit toolchain-funcs llvm optfeature python-single-r1 diff --git a/app-forensics/aflplusplus/aflplusplus-4.05c.ebuild b/app-forensics/aflplusplus/aflplusplus-4.05c.ebuild index 3be15a8fa0d8..a1d36b4b2540 100644 --- a/app-forensics/aflplusplus/aflplusplus-4.05c.ebuild +++ b/app-forensics/aflplusplus/aflplusplus-4.05c.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) LLVM_MAX_SLOT=15 inherit toolchain-funcs llvm optfeature python-single-r1 diff --git a/app-forensics/volatility3/volatility3-2.0.1.ebuild b/app-forensics/volatility3/volatility3-2.0.1.ebuild index 736392388d3a..3db44f1f83fa 100644 --- a/app-forensics/volatility3/volatility3-2.0.1.ebuild +++ b/app-forensics/volatility3/volatility3-2.0.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit distutils-r1 MY_PV=${PV//_beta/-beta.} diff --git a/app-forensics/volatility3/volatility3-2.4.0-r1.ebuild b/app-forensics/volatility3/volatility3-2.4.0-r1.ebuild index fada677d29a6..3d52d0f45736 100644 --- a/app-forensics/volatility3/volatility3-2.4.0-r1.ebuild +++ b/app-forensics/volatility3/volatility3-2.4.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit distutils-r1 MY_PV=${PV//_beta/-beta.} |