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 A7DA91581FB for ; Thu, 29 Aug 2024 05:27:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAE69E29E0; Thu, 29 Aug 2024 05:27:51 +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 CF97DE29E0 for ; Thu, 29 Aug 2024 05:27: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 1D787340906 for ; Thu, 29 Aug 2024 05:27:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABF7E14D0 for ; Thu, 29 Aug 2024 05:27:49 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1724909247.df007cfd9375ce03f6a6a0e28885f7a853d06bb1.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/tor/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/tor/tor-0.4.8.12.ebuild X-VCS-Directories: net-vpn/tor/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: df007cfd9375ce03f6a6a0e28885f7a853d06bb1 X-VCS-Branch: master Date: Thu, 29 Aug 2024 05:27:49 +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: bd8ff209-9d09-4b22-8ccb-70efeba1f483 X-Archives-Hash: 19a4c21eb2b37053d3eb9d46c4b31a70 commit: df007cfd9375ce03f6a6a0e28885f7a853d06bb1 Author: Jakov Smolić gentoo org> AuthorDate: Thu Aug 29 05:27:27 2024 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Thu Aug 29 05:27:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df007cfd net-vpn/tor: Stabilize 0.4.8.12 x86, #938637 Signed-off-by: Jakov Smolić gentoo.org> net-vpn/tor/tor-0.4.8.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-vpn/tor/tor-0.4.8.12.ebuild b/net-vpn/tor/tor-0.4.8.12.ebuild index 6351d40d86f4..62984966532d 100644 --- a/net-vpn/tor/tor-0.4.8.12.ebuild +++ b/net-vpn/tor/tor-0.4.8.12.ebuild @@ -28,7 +28,7 @@ else S="${WORKDIR}/${MY_PF}" if [[ ${PV} != *_alpha* && ${PV} != *_beta* && ${PV} != *_rc* ]]; then - KEYWORDS="~amd64 arm arm64 ~hppa ~mips ppc ~ppc64 ~riscv ~sparc ~x86 ~ppc-macos" + KEYWORDS="~amd64 arm arm64 ~hppa ~mips ppc ~ppc64 ~riscv ~sparc x86 ~ppc-macos" fi BDEPEND="verify-sig? ( >=sec-keys/openpgp-keys-tor-20230727 )"