From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1705019-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 210A215812D
	for <garchives@archives.gentoo.org>; Thu, 02 Jan 2025 14:00:32 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5714FE0855;
	Thu, 02 Jan 2025 14:00:31 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 3FA77E0855
	for <gentoo-commits@lists.gentoo.org>; Thu, 02 Jan 2025 14:00:31 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 6D11033BE3B
	for <gentoo-commits@lists.gentoo.org>; Thu, 02 Jan 2025 14:00:30 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C137E1870
	for <gentoo-commits@lists.gentoo.org>; Thu, 02 Jan 2025 14:00:28 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1735826409.2de690283b854e3effa7b31b8d9aa9a36d454ce7.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-db/sqlmap/sqlmap-1.8.11.ebuild
X-VCS-Directories: dev-db/sqlmap/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 2de690283b854e3effa7b31b8d9aa9a36d454ce7
X-VCS-Branch: master
Date: Thu, 02 Jan 2025 14:00:28 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: be8d6e15-347b-4b18-a114-0d23665d09fc
X-Archives-Hash: 01b505d768670b48e5e00c4b2fdd5b79

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+)