summaryrefslogtreecommitdiff
path: root/dev-db/sqlmap
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@gentoo.org>2026-01-29 20:51:48 -0500
committerEli Schwartz <eschwartz@gentoo.org>2026-01-29 20:51:48 -0500
commit90d0bdccc83aabfeec5030d4fc13ce62046db121 (patch)
tree749bea95338e79dbec6273c8c6b30439527cc3aa /dev-db/sqlmap
parent7ec36d6174cd97dbba4c0b6d00dfe42d3e9de0b2 (diff)
downloadgentoo-90d0bdccc83aabfeec5030d4fc13ce62046db121.tar.gz
gentoo-90d0bdccc83aabfeec5030d4fc13ce62046db121.tar.bz2
gentoo-90d0bdccc83aabfeec5030d4fc13ce62046db121.zip
dev-db/sqlmap: Stabilize 1.10 x86, #969433
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Diffstat (limited to 'dev-db/sqlmap')
-rw-r--r--dev-db/sqlmap/sqlmap-1.10.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/sqlmap/sqlmap-1.10.ebuild b/dev-db/sqlmap/sqlmap-1.10.ebuild
index e4213baf8e90..675390c5de66 100644
--- a/dev-db/sqlmap/sqlmap-1.10.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.10.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]] ; then
EGIT_REPO_URI="https://github.com/sqlmapproject/sqlmap"
else
SRC_URI="https://github.com/sqlmapproject/sqlmap/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 x86"
fi
# sqlmap (GPL-2+)