commit: 244f87bf47cf28af0627efb1b2d883dda8cb01c5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 13 03:13:09 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 13 03:13:09 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244f87bf
dev-db/sqlmap: Stabilize 1.9 amd64, #951258
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-db/sqlmap/sqlmap-1.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-db/sqlmap/sqlmap-1.9.ebuild b/dev-db/sqlmap/sqlmap-1.9.ebuild
index 05c3ea7287b6..85f2fe9d2b2e 100644
--- a/dev-db/sqlmap/sqlmap-1.9.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.9.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+)