summaryrefslogtreecommitdiff
path: root/dev-db/sqlmap
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-10-13 08:49:58 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-10-13 08:49:58 +0000
commit3087c7476a05c19267b31b20359dd59bad5a86bb (patch)
treee5bbbd854b9465b6e743fc8b6694884c0bcb2c22 /dev-db/sqlmap
parent990e232a39a4645aa993dd440c997f1a01304379 (diff)
downloadbaldeagleos-repo-3087c7476a05c19267b31b20359dd59bad5a86bb.tar.gz
baldeagleos-repo-3087c7476a05c19267b31b20359dd59bad5a86bb.tar.xz
baldeagleos-repo-3087c7476a05c19267b31b20359dd59bad5a86bb.zip
Adding metadata
Diffstat (limited to 'dev-db/sqlmap')
-rw-r--r--dev-db/sqlmap/sqlmap-1.9.10.ebuild2
-rw-r--r--dev-db/sqlmap/sqlmap-1.9.9.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/sqlmap/sqlmap-1.9.10.ebuild b/dev-db/sqlmap/sqlmap-1.9.10.ebuild
index 2389472fb1d7..2b2144ed1ced 100644
--- a/dev-db/sqlmap/sqlmap-1.9.10.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.9.10.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} )
PYTHON_REQ_USE="sqlite"
inherit bash-completion-r1 python-single-r1 wrapper
diff --git a/dev-db/sqlmap/sqlmap-1.9.9.ebuild b/dev-db/sqlmap/sqlmap-1.9.9.ebuild
index 922cc68cc46c..2b2144ed1ced 100644
--- a/dev-db/sqlmap/sqlmap-1.9.9.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.9.9.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} )
PYTHON_REQ_USE="sqlite"
inherit bash-completion-r1 python-single-r1 wrapper