summaryrefslogtreecommitdiff
path: root/app-forensics
diff options
context:
space:
mode:
authorBaldEagleOS Migration <dev@baldeagleos.com>2026-06-03 03:01:38 -0500
committerBaldEagleOS Migration <dev@baldeagleos.com>2026-06-03 03:01:38 -0500
commit46b253445e4dc73ee69188755ecbd45f6782960c (patch)
tree93de0bfac271d3fa0e9e3ab52f60c169a3e81199 /app-forensics
parent51bf2274747e1d7dc41c145ccf95055c1b9d763b (diff)
downloadbaldeagleos-repo-46b253445e4dc73ee69188755ecbd45f6782960c.tar.gz
baldeagleos-repo-46b253445e4dc73ee69188755ecbd45f6782960c.tar.xz
baldeagleos-repo-46b253445e4dc73ee69188755ecbd45f6782960c.zip
Adding metadata
Diffstat (limited to 'app-forensics')
-rw-r--r--app-forensics/afflib/afflib-3.7.21.ebuild2
-rw-r--r--app-forensics/afflib/afflib-3.7.22.ebuild2
-rw-r--r--app-forensics/aflplusplus/aflplusplus-4.30c.ebuild2
-rw-r--r--app-forensics/aflplusplus/aflplusplus-4.32c.ebuild2
-rw-r--r--app-forensics/aflplusplus/aflplusplus-4.35c.ebuild2
-rw-r--r--app-forensics/volatility3/volatility3-2.27.0.ebuild2
-rw-r--r--app-forensics/volatility3/volatility3-2.28.0.ebuild2
-rw-r--r--app-forensics/yara-x/yara-x-1.14.0.ebuild2
-rw-r--r--app-forensics/yara-x/yara-x-1.15.0.ebuild2
-rw-r--r--app-forensics/yara-x/yara-x-1.16.0.ebuild2
10 files changed, 10 insertions, 10 deletions
diff --git a/app-forensics/afflib/afflib-3.7.21.ebuild b/app-forensics/afflib/afflib-3.7.21.ebuild
index 74933973b4a5..be0ca4b279dd 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_{13..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 b7c5c8cf2258..be0ca4b279dd 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_{13..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 f2a18b44d622..ea57aa6c86ed 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_{9,10,11,12,13,14} )
+PYTHON_COMPAT=( python3_{13..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..73c78f77bd1d 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_{13..14} )
inherit flag-o-matic toolchain-funcs llvm-r1 optfeature python-single-r1
AFL_PATCHSET="${PN}-4.32c-patches"
diff --git a/app-forensics/aflplusplus/aflplusplus-4.35c.ebuild b/app-forensics/aflplusplus/aflplusplus-4.35c.ebuild
index a66a81d2dbb6..a91e0c0c8188 100644
--- a/app-forensics/aflplusplus/aflplusplus-4.35c.ebuild
+++ b/app-forensics/aflplusplus/aflplusplus-4.35c.ebuild
@@ -4,7 +4,7 @@
EAPI=8
LLVM_COMPAT=( {15..22} )
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{13..14} )
inherit flag-o-matic toolchain-funcs llvm-r2 optfeature python-single-r1
AFL_PATCHSET="${PN}-4.35c-patches"
diff --git a/app-forensics/volatility3/volatility3-2.27.0.ebuild b/app-forensics/volatility3/volatility3-2.27.0.ebuild
index 9ae546aae989..cae987af5ad0 100644
--- a/app-forensics/volatility3/volatility3-2.27.0.ebuild
+++ b/app-forensics/volatility3/volatility3-2.27.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{13..14} )
inherit distutils-r1
MY_PV=${PV//_beta/-beta.}
diff --git a/app-forensics/volatility3/volatility3-2.28.0.ebuild b/app-forensics/volatility3/volatility3-2.28.0.ebuild
index 9277fa946611..c218baa30e68 100644
--- a/app-forensics/volatility3/volatility3-2.28.0.ebuild
+++ b/app-forensics/volatility3/volatility3-2.28.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{13..14} )
inherit distutils-r1
MY_PV=${PV//_beta/-beta.}
diff --git a/app-forensics/yara-x/yara-x-1.14.0.ebuild b/app-forensics/yara-x/yara-x-1.14.0.ebuild
index c54b3b7a6b84..51edf1060d61 100644
--- a/app-forensics/yara-x/yara-x-1.14.0.ebuild
+++ b/app-forensics/yara-x/yara-x-1.14.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=maturin
DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python3_{9,10,11,12,13,14} )
+PYTHON_COMPAT=( python3_{13..14} )
RUST_MIN_VER="1.89.0"
CRATES=""
diff --git a/app-forensics/yara-x/yara-x-1.15.0.ebuild b/app-forensics/yara-x/yara-x-1.15.0.ebuild
index 51d3143d8d30..ceede093e4f3 100644
--- a/app-forensics/yara-x/yara-x-1.15.0.ebuild
+++ b/app-forensics/yara-x/yara-x-1.15.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=maturin
DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{13..14} )
RUST_MIN_VER="1.89.0"
CRATES=""
diff --git a/app-forensics/yara-x/yara-x-1.16.0.ebuild b/app-forensics/yara-x/yara-x-1.16.0.ebuild
index b9156bb04398..14755411ee6a 100644
--- a/app-forensics/yara-x/yara-x-1.16.0.ebuild
+++ b/app-forensics/yara-x/yara-x-1.16.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=maturin
DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{13..14} )
RUST_MIN_VER="1.91.0"
CRATES=""