diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-10-13 08:49:58 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-10-13 08:49:58 +0000 |
| commit | 3087c7476a05c19267b31b20359dd59bad5a86bb (patch) | |
| tree | e5bbbd854b9465b6e743fc8b6694884c0bcb2c22 /app-forensics | |
| parent | 990e232a39a4645aa993dd440c997f1a01304379 (diff) | |
| download | baldeagleos-repo-3087c7476a05c19267b31b20359dd59bad5a86bb.tar.gz baldeagleos-repo-3087c7476a05c19267b31b20359dd59bad5a86bb.tar.xz baldeagleos-repo-3087c7476a05c19267b31b20359dd59bad5a86bb.zip | |
Adding metadata
Diffstat (limited to 'app-forensics')
| -rw-r--r-- | app-forensics/afflib/afflib-3.7.21.ebuild | 2 | ||||
| -rw-r--r-- | app-forensics/afflib/afflib-3.7.22.ebuild | 2 | ||||
| -rw-r--r-- | app-forensics/aflplusplus/aflplusplus-4.30c.ebuild | 2 | ||||
| -rw-r--r-- | app-forensics/aflplusplus/aflplusplus-4.32c.ebuild | 2 | ||||
| -rw-r--r-- | app-forensics/volatility3/volatility3-2.11.0-r1.ebuild | 2 | ||||
| -rw-r--r-- | app-forensics/volatility3/volatility3-2.26.2.ebuild | 2 | ||||
| -rw-r--r-- | app-forensics/yara-x/yara-x-1.4.0.ebuild | 2 | ||||
| -rw-r--r-- | app-forensics/yara-x/yara-x-1.6.0.ebuild | 2 | ||||
| -rw-r--r-- | app-forensics/yara-x/yara-x-1.8.1.ebuild | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/app-forensics/afflib/afflib-3.7.21.ebuild b/app-forensics/afflib/afflib-3.7.21.ebuild index b9fab45184cf..f017d57bfd96 100644 --- a/app-forensics/afflib/afflib-3.7.21.ebuild +++ b/app-forensics/afflib/afflib-3.7.21.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) +PYTHON_COMPAT=( python3_{10..14} ) inherit autotools python-single-r1 diff --git a/app-forensics/afflib/afflib-3.7.22.ebuild b/app-forensics/afflib/afflib-3.7.22.ebuild index 33dd394991b3..f017d57bfd96 100644 --- a/app-forensics/afflib/afflib-3.7.22.ebuild +++ b/app-forensics/afflib/afflib-3.7.22.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13,14} ) +PYTHON_COMPAT=( python3_{10..14} ) inherit autotools python-single-r1 diff --git a/app-forensics/aflplusplus/aflplusplus-4.30c.ebuild b/app-forensics/aflplusplus/aflplusplus-4.30c.ebuild index 4dfdf523d8d5..1bc80bfd93aa 100644 --- a/app-forensics/aflplusplus/aflplusplus-4.30c.ebuild +++ b/app-forensics/aflplusplus/aflplusplus-4.30c.ebuild @@ -4,7 +4,7 @@ EAPI=8 LLVM_COMPAT=( {15..19} ) -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{10..14} ) inherit flag-o-matic toolchain-funcs llvm-r1 optfeature python-single-r1 AFL_PATCHSET="${PN}-4.30c-patches" diff --git a/app-forensics/aflplusplus/aflplusplus-4.32c.ebuild b/app-forensics/aflplusplus/aflplusplus-4.32c.ebuild index eb9f02ffc24e..d0944ef91d6e 100644 --- a/app-forensics/aflplusplus/aflplusplus-4.32c.ebuild +++ b/app-forensics/aflplusplus/aflplusplus-4.32c.ebuild @@ -4,7 +4,7 @@ EAPI=8 LLVM_COMPAT=( {15..20} ) -PYTHON_COMPAT=( python3_{11..14} ) +PYTHON_COMPAT=( python3_{10..14} ) inherit flag-o-matic toolchain-funcs llvm-r1 optfeature python-single-r1 AFL_PATCHSET="${PN}-4.32c-patches" diff --git a/app-forensics/volatility3/volatility3-2.11.0-r1.ebuild b/app-forensics/volatility3/volatility3-2.11.0-r1.ebuild index 23deec4a4deb..07b3d6cd92dd 100644 --- a/app-forensics/volatility3/volatility3-2.11.0-r1.ebuild +++ b/app-forensics/volatility3/volatility3-2.11.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{10..14} ) inherit distutils-r1 MY_PV=${PV//_beta/-beta.} diff --git a/app-forensics/volatility3/volatility3-2.26.2.ebuild b/app-forensics/volatility3/volatility3-2.26.2.ebuild index 3594aca616ea..d10762db54ef 100644 --- a/app-forensics/volatility3/volatility3-2.26.2.ebuild +++ b/app-forensics/volatility3/volatility3-2.26.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{10..14} ) inherit distutils-r1 MY_PV=${PV//_beta/-beta.} diff --git a/app-forensics/yara-x/yara-x-1.4.0.ebuild b/app-forensics/yara-x/yara-x-1.4.0.ebuild index e64e923e86e1..a176b27fa6f3 100644 --- a/app-forensics/yara-x/yara-x-1.4.0.ebuild +++ b/app-forensics/yara-x/yara-x-1.4.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=maturin DISTUTILS_OPTIONAL=1 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{10..14} ) CRATES="" diff --git a/app-forensics/yara-x/yara-x-1.6.0.ebuild b/app-forensics/yara-x/yara-x-1.6.0.ebuild index 844f9fdc1f09..51670fb501d2 100644 --- a/app-forensics/yara-x/yara-x-1.6.0.ebuild +++ b/app-forensics/yara-x/yara-x-1.6.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=maturin DISTUTILS_OPTIONAL=1 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{10..14} ) CRATES="" diff --git a/app-forensics/yara-x/yara-x-1.8.1.ebuild b/app-forensics/yara-x/yara-x-1.8.1.ebuild index cc758a360d6b..0c7bf1d4f1d4 100644 --- a/app-forensics/yara-x/yara-x-1.8.1.ebuild +++ b/app-forensics/yara-x/yara-x-1.8.1.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=maturin DISTUTILS_OPTIONAL=1 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{10..14} ) RUST_MIN_VER="1.87.0" CRATES="" |
