summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-15 01:44:18 +0100
committerSam James <sam@gentoo.org>2022-07-15 01:44:18 +0100
commit192c7f7bfcd813970724f320b3b5c3ee5645ede1 (patch)
tree2231c64886852b1649fde3f52e631330a6f1ee97 /dev-db
parentdev-python/leechcorepyc: Stabilize 2.10.2 amd64, #857972 (diff)
downloadgentoo-192c7f7bfcd813970724f320b3b5c3ee5645ede1.tar.gz
gentoo-192c7f7bfcd813970724f320b3b5c3ee5645ede1.tar.bz2
gentoo-192c7f7bfcd813970724f320b3b5c3ee5645ede1.zip
dev-db/sqlmap: Stabilize 1.6.5 amd64, #857975
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/sqlmap/sqlmap-1.6.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/sqlmap/sqlmap-1.6.5.ebuild b/dev-db/sqlmap/sqlmap-1.6.5.ebuild
index 5c626fbd1185..a1ffe637309f 100644
--- a/dev-db/sqlmap/sqlmap-1.6.5.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.6.5.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}.tar.gz"
- KEYWORDS="~amd64 x86"
+ KEYWORDS="amd64 x86"
fi
# sqlmap (GPL-2+)