summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-04-19 07:06:29 +0100
committerSam James <sam@gentoo.org>2023-04-19 07:06:48 +0100
commit487f9fedb1a3be0a69dce58ad3a9e59f227b970d (patch)
tree3c1dd79db208396c81f256180474691b89ff1db4 /dev-db/sqlmap
parentapp-emulation/xen-tools: use latest ovmf snapshot (diff)
downloadgentoo-487f9fedb1a3be0a69dce58ad3a9e59f227b970d.tar.gz
gentoo-487f9fedb1a3be0a69dce58ad3a9e59f227b970d.tar.bz2
gentoo-487f9fedb1a3be0a69dce58ad3a9e59f227b970d.zip
dev-db/sqlmap: Stabilize 1.7.3 x86, #904541
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/sqlmap')
-rw-r--r--dev-db/sqlmap/sqlmap-1.7.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/sqlmap/sqlmap-1.7.3.ebuild b/dev-db/sqlmap/sqlmap-1.7.3.ebuild
index 550ec7d5d4b0..32695e2b6a05 100644
--- a/dev-db/sqlmap/sqlmap-1.7.3.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.7.3.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+)