summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-02-16 22:57:23 +0000
committerSam James <sam@gentoo.org>2023-02-16 22:57:23 +0000
commit2a7096e7d841c3050947970a9ad16ff98223e4b0 (patch)
tree4bf42b8cf66ba528cb6fade4a49ce8217e276b3a /dev-db/sqlmap
parentdev-python/watchdog: Stabilize 2.2.1 arm64, #894954 (diff)
downloadgentoo-2a7096e7d841c3050947970a9ad16ff98223e4b0.tar.gz
gentoo-2a7096e7d841c3050947970a9ad16ff98223e4b0.tar.bz2
gentoo-2a7096e7d841c3050947970a9ad16ff98223e4b0.zip
dev-db/sqlmap: Stabilize 1.7 x86, #894974
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/sqlmap')
-rw-r--r--dev-db/sqlmap/sqlmap-1.7.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/sqlmap/sqlmap-1.7.ebuild b/dev-db/sqlmap/sqlmap-1.7.ebuild
index 2e665b523b24..ad6dac4b9230 100644
--- a/dev-db/sqlmap/sqlmap-1.7.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.7.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+)