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 3470B158020 for ; Fri, 11 Nov 2022 03:50:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 245FDE09CE; Fri, 11 Nov 2022 03:50:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 10008E09CE 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 075F2340FEC 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 45E2B74D 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: <1668138575.256afb7467dd253580f1de9f07e64f1eebe11ecb.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: 256afb7467dd253580f1de9f07e64f1eebe11ecb 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: ae60cf54-a5cc-4523-a81d-e4d875b9f064 X-Archives-Hash: 54e8edd28905e840f4e7c0a4bbb42f63 commit: 256afb7467dd253580f1de9f07e64f1eebe11ecb Author: Sam James gentoo org> AuthorDate: Fri Nov 11 03:49:35 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 11 03:49:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=256afb74 net-proxy/obfs4proxy: Stabilize 0.0.14 amd64, #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 16382a91b841..18b7ca7c98af 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}"