From mboxrd@z Thu Jan 1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1454605-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 (2048 bits))
(No client certificate requested)
by finch.gentoo.org (Postfix) with ESMTPS id 72F39158020
for <garchives@archives.gentoo.org>; Mon, 7 Nov 2022 23:18:29 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
by pigeon.gentoo.org (Postfix) with SMTP id 8009FE08F1;
Mon, 7 Nov 2022 23:18:28 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
(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 pigeon.gentoo.org (Postfix) with ESMTPS id 48206E08F3
for <gentoo-commits@lists.gentoo.org>; Mon, 7 Nov 2022 23:18:28 +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))
(No client certificate requested)
by smtp.gentoo.org (Postfix) with ESMTPS id 6ABD1341064
for <gentoo-commits@lists.gentoo.org>; Mon, 7 Nov 2022 23:18:27 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
by oystercatcher.gentoo.org (Postfix) with ESMTP id EADA372C
for <gentoo-commits@lists.gentoo.org>; Mon, 7 Nov 2022 23:18:24 +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: <1667863080.cc3593bbcf6292855e4cf8ab68c614510722853d.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.6.9.ebuild
X-VCS-Directories: dev-db/sqlmap/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: cc3593bbcf6292855e4cf8ab68c614510722853d
X-VCS-Branch: master
Date: Mon, 7 Nov 2022 23:18:24 +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: f9099bc6-f3cb-475a-9c68-ec71a1456296
X-Archives-Hash: fd39e2d2f6c2887cc442a0197b134f67
commit: cc3593bbcf6292855e4cf8ab68c614510722853d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 7 23:18:00 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 7 23:18:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc3593bb
dev-db/sqlmap: Stabilize 1.6.9 amd64, #880241
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-db/sqlmap/sqlmap-1.6.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-db/sqlmap/sqlmap-1.6.9.ebuild b/dev-db/sqlmap/sqlmap-1.6.9.ebuild
index 6b74d8864800..49a3789893c5 100644
--- a/dev-db/sqlmap/sqlmap-1.6.9.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.6.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+)