diff options
author | Sam James <sam@gentoo.org> | 2024-07-01 17:47:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-01 17:47:21 +0100 |
commit | fc37f3d1f6f93113b6400719bae74c7251497696 (patch) | |
tree | 7d1bb8313ef819b61b5a1a31a9974bf8be8e9f10 | |
parent | dev-db/sqlmap: Stabilize 1.8.5 x86, #935277 (diff) | |
download | gentoo-fc37f3d1f6f93113b6400719bae74c7251497696.tar.gz gentoo-fc37f3d1f6f93113b6400719bae74c7251497696.tar.bz2 gentoo-fc37f3d1f6f93113b6400719bae74c7251497696.zip |
dev-db/sqlmap: Stabilize 1.8.5 amd64, #935277
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-db/sqlmap/sqlmap-1.8.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/sqlmap/sqlmap-1.8.5.ebuild b/dev-db/sqlmap/sqlmap-1.8.5.ebuild index 30572b09761a..caaad5bf9d92 100644 --- a/dev-db/sqlmap/sqlmap-1.8.5.ebuild +++ b/dev-db/sqlmap/sqlmap-1.8.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+) |