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 DCCF915800D for ; Mon, 10 Jul 2023 09:29:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E156CE0894; Mon, 10 Jul 2023 09:29:01 +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 B267FE0885 for ; Mon, 10 Jul 2023 09:29:01 +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 9D991340D2A for ; Mon, 10 Jul 2023 09:29:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37B85A88 for ; Mon, 10 Jul 2023 09:28:59 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1688981326.28c2525930e6cad51aad5cb132c89a0d2c745f49.arthurzam@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.0.16.ebuild X-VCS-Directories: net-analyzer/sslscan/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 28c2525930e6cad51aad5cb132c89a0d2c745f49 X-VCS-Branch: master Date: Mon, 10 Jul 2023 09:28:59 +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: 5fb7e792-2b68-43df-85d2-188043ee1afb X-Archives-Hash: 64e1d0528631016d12b5ba958dc45904 commit: 28c2525930e6cad51aad5cb132c89a0d2c745f49 Author: Arthur Zamarin gentoo org> AuthorDate: Mon Jul 10 09:28:46 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Jul 10 09:28:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28c25259 net-analyzer/sslscan: Stabilize 2.0.16 x86, #910178 Signed-off-by: Arthur Zamarin gentoo.org> net-analyzer/sslscan/sslscan-2.0.16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/sslscan/sslscan-2.0.16.ebuild b/net-analyzer/sslscan/sslscan-2.0.16.ebuild index 7c8b3b84696a..de0ad7cea7fc 100644 --- a/net-analyzer/sslscan/sslscan-2.0.16.ebuild +++ b/net-analyzer/sslscan/sslscan-2.0.16.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 ~x86" +KEYWORDS="~amd64 ~arm64 x86" # Requires a docker environment RESTRICT="test"