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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E6D091581D8 for ; Wed, 4 Dec 2024 09:15:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9EB2E08AB; Wed, 4 Dec 2024 09:15:51 +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 A929AE08AB for ; Wed, 4 Dec 2024 09:15:51 +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 A913733BF08 for ; Wed, 4 Dec 2024 09:15:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B2BE1F9A for ; Wed, 4 Dec 2024 09:15:48 +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: <1733303590.d8783043670f79fd41293f7b355c361dd9148acb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/sslscan/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/sslscan/sslscan-2.1.4.ebuild X-VCS-Directories: net-analyzer/sslscan/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d8783043670f79fd41293f7b355c361dd9148acb X-VCS-Branch: master Date: Wed, 4 Dec 2024 09:15:48 +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: 4721a6d7-761d-46af-92b2-4d4436c60aea X-Archives-Hash: 466f5cc3c8a4a3c5ab4b635c02e1bf83 commit: d8783043670f79fd41293f7b355c361dd9148acb Author: Sam James gentoo org> AuthorDate: Wed Dec 4 09:13:10 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 4 09:13:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8783043 net-analyzer/sslscan: Stabilize 2.1.4 amd64, #945662 Signed-off-by: Sam James gentoo.org> net-analyzer/sslscan/sslscan-2.1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/sslscan/sslscan-2.1.4.ebuild b/net-analyzer/sslscan/sslscan-2.1.4.ebuild index 3cd6d8e356f6..2a5ef235dade 100644 --- a/net-analyzer/sslscan/sslscan-2.1.4.ebuild +++ b/net-analyzer/sslscan/sslscan-2.1.4.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/rbsec/sslscan/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 x86" +KEYWORDS="amd64 ~arm64 ~ppc64 x86" # Requires a docker environment RESTRICT="test"