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 4EE99158020 for ; Fri, 11 Nov 2022 03:50:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC240E0AA5; Fri, 11 Nov 2022 03:50:23 +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 946C2E0AA5 for ; Fri, 11 Nov 2022 03:50:23 +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 2E17D340FFD for ; Fri, 11 Nov 2022 03:50:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5886474E for ; Fri, 11 Nov 2022 03:50:19 +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: <1668138576.0b44d1c7779dc1f4ba998b4648e4f2f0a63fb412.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/obfs4proxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/obfs4proxy/obfs4proxy-0.0.14.ebuild X-VCS-Directories: net-proxy/obfs4proxy/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0b44d1c7779dc1f4ba998b4648e4f2f0a63fb412 X-VCS-Branch: master Date: Fri, 11 Nov 2022 03:50:19 +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: f9f6d0e5-87f8-4689-95d7-1b4838203a0a X-Archives-Hash: 0c224dcd5661196b5b73bd27178f0963 commit: 0b44d1c7779dc1f4ba998b4648e4f2f0a63fb412 Author: Sam James gentoo org> AuthorDate: Fri Nov 11 03:49:36 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 11 03:49:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b44d1c7 net-proxy/obfs4proxy: Stabilize 0.0.14 x86, #880725 Signed-off-by: Sam James gentoo.org> net-proxy/obfs4proxy/obfs4proxy-0.0.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-proxy/obfs4proxy/obfs4proxy-0.0.14.ebuild b/net-proxy/obfs4proxy/obfs4proxy-0.0.14.ebuild index 18b7ca7c98af..f2282b63925d 100644 --- a/net-proxy/obfs4proxy/obfs4proxy-0.0.14.ebuild +++ b/net-proxy/obfs4proxy/obfs4proxy-0.0.14.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://gitlab.com/yawning/obfs4/-/archive/${P}/obfs4-${P}.tar.gz -> ${ # See https://gitlab.com/yawning/obfs4/-/issues/5#note_573104796 for licence clarification LICENSE="BSD CC0-1.0 BZIP2 GPL-3+ MIT public-domain" SLOT="0" -KEYWORDS="amd64 arm ~riscv ~x86" +KEYWORDS="amd64 arm ~riscv x86" S="${WORKDIR}/obfs4-${P}"