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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A480C138330 for ; Wed, 21 Sep 2016 14:37:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3CCEE0B16; Wed, 21 Sep 2016 14:37:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF90CE0B16 for ; Wed, 21 Sep 2016 14:37:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC0DD34081F for ; Wed, 21 Sep 2016 14:37:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFE67248D for ; Wed, 21 Sep 2016 14:37:27 +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: <1474468641.5db2652e8f0a312c9ac00e9fe88f1fb8067b92d7.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.6.ebuild X-VCS-Directories: net-proxy/obfs4proxy/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 5db2652e8f0a312c9ac00e9fe88f1fb8067b92d7 X-VCS-Branch: master Date: Wed, 21 Sep 2016 14:37:27 +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-Archives-Salt: 9dbf5be2-e604-4e48-88e8-e964f4acdf73 X-Archives-Hash: 328ea2ba2c4d38d081b2aa457ab15636 commit: 5db2652e8f0a312c9ac00e9fe88f1fb8067b92d7 Author: Marek Szuba gentoo org> AuthorDate: Wed Sep 21 14:36:43 2016 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Sep 21 14:37:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5db2652e net-proxy/obfs4proxy: add ~x86 keyword Tested on a x86 virtual machine. Gentoo-Bug: 590766 Package-Manager: portage-2.3.1 net-proxy/obfs4proxy/obfs4proxy-0.0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-proxy/obfs4proxy/obfs4proxy-0.0.6.ebuild b/net-proxy/obfs4proxy/obfs4proxy-0.0.6.ebuild index a7384c6..d5f423d 100644 --- a/net-proxy/obfs4proxy/obfs4proxy-0.0.6.ebuild +++ b/net-proxy/obfs4proxy/obfs4proxy-0.0.6.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]]; then inherit golang-vcs else - KEYWORDS="~amd64 ~arm" + KEYWORDS="~amd64 ~arm ~x86" EGIT_COMMIT="${P}" SRC_URI="https://github.com/Yawning/obfs4/archive/${P}.tar.gz -> ${P}.tar.gz" inherit golang-vcs-snapshot