summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-15 07:47:25 +0100
committerSam James <sam@gentoo.org>2023-05-15 07:47:31 +0100
commitc65a7f4f41051680d310341421eaf3847dd1f1c3 (patch)
tree59dcf5fc4d3fd6eba31a880bae1799d899092ff4
parentmedia-libs/speex: modernise ebuild; fix configure issue; simplify multilib (diff)
downloadgentoo-c65a7f4f41051680d310341421eaf3847dd1f1c3.tar.gz
gentoo-c65a7f4f41051680d310341421eaf3847dd1f1c3.tar.bz2
gentoo-c65a7f4f41051680d310341421eaf3847dd1f1c3.zip
dev-db/sqlmap: Stabilize 1.7.4 x86, #906371
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-db/sqlmap/sqlmap-1.7.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/sqlmap/sqlmap-1.7.4.ebuild b/dev-db/sqlmap/sqlmap-1.7.4.ebuild
index 550ec7d5d4b0..32695e2b6a05 100644
--- a/dev-db/sqlmap/sqlmap-1.7.4.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.7.4.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+)