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 8A7F41396D0 for ; Sun, 10 Sep 2017 11:43:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3D1B1FC04D; Sun, 10 Sep 2017 11:43:09 +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 BFB151FC04D for ; Sun, 10 Sep 2017 11:43:09 +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 B442333BEBE for ; Sun, 10 Sep 2017 11:43:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 401D78F50 for ; Sun, 10 Sep 2017 11:43:07 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1505043768.65564170680fcb42f36475e8f96a5dbc0d10e845.slyfox@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: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 65564170680fcb42f36475e8f96a5dbc0d10e845 X-VCS-Branch: master Date: Sun, 10 Sep 2017 11:43:07 +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: 0e66b580-d6e1-4f55-a3e1-09a2c86a94dd X-Archives-Hash: d0f16beeb1577012c87c8d59bb4194e3 commit: 65564170680fcb42f36475e8f96a5dbc0d10e845 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Sep 10 11:42:48 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Sep 10 11:42:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65564170 dev-python/pynacl: keyworded 1.1.2 for ppc64, bug #628670 Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc64" 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 1115379be59..39d6bd6e55e 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 ~arm ~ia64 ~ppc ~x86" +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86" IUSE="test" RDEPEND="dev-python/six[${PYTHON_USEDEP}]