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 340EB15800A for ; Mon, 21 Aug 2023 17:43:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 337442BC045; Mon, 21 Aug 2023 17:43:07 +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 0B87C2BC045 for ; Mon, 21 Aug 2023 17:43:07 +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 4C54B34125E for ; Mon, 21 Aug 2023 17:43:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F6901058 for ; Mon, 21 Aug 2023 17:43:03 +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: <1692639762.ce4db2d9272e4e9f0d861273624112b63ab020fd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/lyrebird/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/lyrebird/lyrebird-0.1.0.ebuild X-VCS-Directories: net-proxy/lyrebird/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ce4db2d9272e4e9f0d861273624112b63ab020fd X-VCS-Branch: master Date: Mon, 21 Aug 2023 17:43:03 +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: c5b2e7b3-0d37-4e1f-880a-7dd69327fb03 X-Archives-Hash: 878528bc9ac7c5806c052473557c476a commit: ce4db2d9272e4e9f0d861273624112b63ab020fd Author: Sam James gentoo org> AuthorDate: Mon Aug 21 17:42:42 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 21 17:42:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce4db2d9 net-proxy/lyrebird: Stabilize 0.1.0 arm, #912753 Signed-off-by: Sam James gentoo.org> net-proxy/lyrebird/lyrebird-0.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-proxy/lyrebird/lyrebird-0.1.0.ebuild b/net-proxy/lyrebird/lyrebird-0.1.0.ebuild index a6d7ea8ca8aa..e04999dc2752 100644 --- a/net-proxy/lyrebird/lyrebird-0.1.0.ebuild +++ b/net-proxy/lyrebird/lyrebird-0.1.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/ LICENSE="BSD CC0-1.0 BZIP2 GPL-3+ MIT public-domain" SLOT="0" -KEYWORDS="~amd64 ~arm ~riscv ~x86" +KEYWORDS="~amd64 arm ~riscv ~x86" IUSE="selinux" RDEPEND="selinux? ( sec-policy/selinux-obfs4proxy )"