summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-06 02:51:36 +0100
committerSam James <sam@gentoo.org>2023-06-06 02:51:36 +0100
commitff8eca0376bead405f86d2ae77e20841cfa3de5c (patch)
treea6d288368a1eb5d0cc7413814a914f437ecd7517
parentdev-db/sqlmap: Stabilize 1.7.5 amd64, #907920 (diff)
downloadgentoo-ff8eca0376bead405f86d2ae77e20841cfa3de5c.tar.gz
gentoo-ff8eca0376bead405f86d2ae77e20841cfa3de5c.tar.bz2
gentoo-ff8eca0376bead405f86d2ae77e20841cfa3de5c.zip
dev-db/sqlmap: Stabilize 1.7.5 x86, #907920
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-db/sqlmap/sqlmap-1.7.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/sqlmap/sqlmap-1.7.5.ebuild b/dev-db/sqlmap/sqlmap-1.7.5.ebuild
index 2e665b523b24..ad6dac4b9230 100644
--- a/dev-db/sqlmap/sqlmap-1.7.5.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.7.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}.gh.tar.gz"
- KEYWORDS="amd64 ~x86"
+ KEYWORDS="amd64 x86"
fi
# sqlmap (GPL-2+)