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 ACFFE158088 for ; Wed, 12 Jan 2022 21:52:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 007872BC048; Wed, 12 Jan 2022 21:52:32 +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 DDC8E2BC048 for ; Wed, 12 Jan 2022 21:52:31 +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 9FE0E343318 for ; Wed, 12 Jan 2022 21:52:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBA17291 for ; Wed, 12 Jan 2022 21:52:28 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1642024339.8210913d134b3202f92dee42ba3fa1a058a645ba.marecki@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.12.ebuild X-VCS-Directories: net-proxy/obfs4proxy/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 8210913d134b3202f92dee42ba3fa1a058a645ba X-VCS-Branch: master Date: Wed, 12 Jan 2022 21:52:28 +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: c423e51d-fc49-40de-ae8f-acd8fd03b366 X-Archives-Hash: aaecc8d898c83685494a03f2169bcc30 commit: 8210913d134b3202f92dee42ba3fa1a058a645ba Author: Marek Szuba gentoo org> AuthorDate: Wed Jan 12 14:47:15 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Jan 12 21:52:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8210913d net-proxy/obfs4proxy: keyword 0.0.12 for ~riscv Signed-off-by: Marek Szuba gentoo.org> net-proxy/obfs4proxy/obfs4proxy-0.0.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-proxy/obfs4proxy/obfs4proxy-0.0.12.ebuild b/net-proxy/obfs4proxy/obfs4proxy-0.0.12.ebuild index 26e476080db0..5e2731b1ea6f 100644 --- a/net-proxy/obfs4proxy/obfs4proxy-0.0.12.ebuild +++ b/net-proxy/obfs4proxy/obfs4proxy-0.0.12.ebuild @@ -53,7 +53,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 ~x86" +KEYWORDS="~amd64 ~arm ~riscv ~x86" S="${WORKDIR}/obfs4-${P}"