From 2de690283b854e3effa7b31b8d9aa9a36d454ce7 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 2 Jan 2025 14:00:09 +0000 Subject: [PATCH] dev-db/sqlmap: Stabilize 1.8.11 amd64, #947351 Signed-off-by: Sam James --- 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 529820752d512..9f0817ca7276d 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+)