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 8E2201396D0 for ; Fri, 8 Sep 2017 20:53:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6B44E0C0D; Fri, 8 Sep 2017 20:53:24 +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 A84A1E0C0D for ; Fri, 8 Sep 2017 20:53:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C34213417DD for ; Fri, 8 Sep 2017 20:53:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E1E3904F for ; Fri, 8 Sep 2017 20:53:21 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1504903929.08946ae1eba1e42a6cce9b2f683c3672c00c1486.maekke@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: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 08946ae1eba1e42a6cce9b2f683c3672c00c1486 X-VCS-Branch: master Date: Fri, 8 Sep 2017 20:53:21 +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: 3523c577-376e-4a3b-bf0d-320282069868 X-Archives-Hash: d7eeba0ef853552ea5542f73133caee1 commit: 08946ae1eba1e42a6cce9b2f683c3672c00c1486 Author: Markus Meier gentoo org> AuthorDate: Fri Sep 8 20:52:09 2017 +0000 Commit: Markus Meier gentoo org> CommitDate: Fri Sep 8 20:52:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08946ae1 dev-python/pynacl: add ~arm, bug #626834 Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="arm" 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 b1cc04d4a12..d58a078e4ca 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 ~ia64 ~x86" +KEYWORDS="amd64 ~arm ~ia64 ~x86" IUSE="test" RDEPEND="dev-python/six[${PYTHON_USEDEP}]