commit: 2de690283b854e3effa7b31b8d9aa9a36d454ce7 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jan 2 14:00:09 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jan 2 14:00:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2de69028
dev-db/sqlmap: Stabilize 1.8.11 amd64, #947351 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-db/sqlmap/sqlmap-1.8.11.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/sqlmap/sqlmap-1.8.11.ebuild b/dev-db/sqlmap/sqlmap-1.8.11.ebuild index 529820752d51..9f0817ca7276 100644 --- a/dev-db/sqlmap/sqlmap-1.8.11.ebuild +++ b/dev-db/sqlmap/sqlmap-1.8.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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+)