From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1422796-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 5DC9F158094 for <garchives@archives.gentoo.org>; Thu, 28 Jul 2022 23:06:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53369E0EBD; Thu, 28 Jul 2022 23:06:18 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10B5EE0EBD for <gentoo-commits@lists.gentoo.org>; Thu, 28 Jul 2022 23:06:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFBF43402FE for <gentoo-commits@lists.gentoo.org>; Thu, 28 Jul 2022 23:06:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20D1254D for <gentoo-commits@lists.gentoo.org>; Thu, 28 Jul 2022 23:06:15 +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: <1659049513.0ad51eb98495531c463ea72e53ecd9bcfadf811b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/torsocks/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/torsocks/torsocks-2.4.0.ebuild X-VCS-Directories: net-proxy/torsocks/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0ad51eb98495531c463ea72e53ecd9bcfadf811b X-VCS-Branch: master Date: Thu, 28 Jul 2022 23:06:15 +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: 24b116cb-3f75-4233-ac49-62754dd5e630 X-Archives-Hash: af9adada00cdbb844fa64b3786c7b4c9 commit: 0ad51eb98495531c463ea72e53ecd9bcfadf811b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jul 28 23:05:13 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jul 28 23:05:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ad51eb9 net-proxy/torsocks: Stabilize 2.4.0 x86, #861248 Signed-off-by: Sam James <sam <AT> gentoo.org> net-proxy/torsocks/torsocks-2.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-proxy/torsocks/torsocks-2.4.0.ebuild b/net-proxy/torsocks/torsocks-2.4.0.ebuild index 391f00609e8e..94ad25e9ef98 100644 --- a/net-proxy/torsocks/torsocks-2.4.0.ebuild +++ b/net-proxy/torsocks/torsocks-2.4.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://gitlab.torproject.org/tpo/core/torsocks/-/archive/v${PV}/${UPST LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="static-libs" # We do not depend on tor which might be running on a different box