From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 A77121581E7 for ; Tue, 23 Apr 2024 13:57:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDCD5E29A3; Tue, 23 Apr 2024 13:57:47 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7EF3E29A3 for ; Tue, 23 Apr 2024 13:57:47 +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 299C434302C for ; Tue, 23 Apr 2024 13:57:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D36B1332 for ; Tue, 23 Apr 2024 13:57:45 +0000 (UTC) From: "Sam James" 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" Message-ID: <1713880650.62d17ceb63233740821cdbd2af466d7ef6f59e4a.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.2.ebuild X-VCS-Directories: dev-db/sqlmap/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 62d17ceb63233740821cdbd2af466d7ef6f59e4a X-VCS-Branch: master Date: Tue, 23 Apr 2024 13:57:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 34800bcf-c363-46be-924e-601927166a5b X-Archives-Hash: a1856f746aa3cc9cd4d81bf547a96620 commit: 62d17ceb63233740821cdbd2af466d7ef6f59e4a Author: Sam James gentoo org> AuthorDate: Tue Apr 23 13:57:30 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 23 13:57:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62d17ceb dev-db/sqlmap: Stabilize 1.8.2 amd64, #930481 Signed-off-by: Sam James gentoo.org> dev-db/sqlmap/sqlmap-1.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/sqlmap/sqlmap-1.8.2.ebuild b/dev-db/sqlmap/sqlmap-1.8.2.ebuild index e3d99c9eb231..dbbf631ec0e2 100644 --- a/dev-db/sqlmap/sqlmap-1.8.2.ebuild +++ b/dev-db/sqlmap/sqlmap-1.8.2.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+)