summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-12-27 07:29:01 +0000
committerSam James <sam@gentoo.org>2022-12-27 07:29:01 +0000
commitf8b31fc40e5f6bc3a0d93e6a106e753a8474501f (patch)
tree2750eba80f0acd3327c0091213c0b6a8b5732986
parentdev-db/sqlmap: Stabilize 1.6.11 x86, #888529 (diff)
downloadgentoo-f8b31fc4.tar.gz
gentoo-f8b31fc4.tar.bz2
gentoo-f8b31fc4.zip
dev-db/sqlmap: Stabilize 1.6.11 amd64, #888529
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-db/sqlmap/sqlmap-1.6.11.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/sqlmap/sqlmap-1.6.11.ebuild b/dev-db/sqlmap/sqlmap-1.6.11.ebuild
index 7c54e083798c..6f14fb2bc59f 100644
--- a/dev-db/sqlmap/sqlmap-1.6.11.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.6.11.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+)