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 B14DF1396D0 for ; Wed, 23 Aug 2017 04:55:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 061871FC003; Wed, 23 Aug 2017 04:55:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA5E41FC003 for ; Wed, 23 Aug 2017 04:55:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2C5A341CF0 for ; Wed, 23 Aug 2017 04:55:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 438277F65 for ; Wed, 23 Aug 2017 04:55:51 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1503464068.e425be069df3ad65c804a89bdc87aaec0426b19e.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pynacl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pynacl/pynacl-1.1.2.ebuild X-VCS-Directories: dev-python/pynacl/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: e425be069df3ad65c804a89bdc87aaec0426b19e X-VCS-Branch: master Date: Wed, 23 Aug 2017 04:55:51 +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: 67a02376-b1fb-469a-88f3-aecc4480cf83 X-Archives-Hash: 3565566e59a62bcdadea8369428d7416 commit: e425be069df3ad65c804a89bdc87aaec0426b19e Author: Tim Harder gentoo org> AuthorDate: Wed Aug 23 04:52:40 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Wed Aug 23 04:54:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e425be06 dev-python/pynacl: keyword 1.1.2 for ~x86 dev-python/pynacl/pynacl-1.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pynacl/pynacl-1.1.2.ebuild b/dev-python/pynacl/pynacl-1.1.2.ebuild index 5339be0d5f2..b983334ede4 100644 --- a/dev-python/pynacl/pynacl-1.1.2.ebuild +++ b/dev-python/pynacl/pynacl-1.1.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/pyca/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64" +KEYWORDS="amd64 ~x86" IUSE="test" RDEPEND="dev-python/six[${PYTHON_USEDEP}]