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 E107C1396D0 for ; Thu, 24 Aug 2017 07:10:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58021E0D88; Thu, 24 Aug 2017 07:10:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3896EE0D88 for ; Thu, 24 Aug 2017 07:10:43 +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 56C3D341B36 for ; Thu, 24 Aug 2017 07:10:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E79F280AD for ; Thu, 24 Aug 2017 07:10:40 +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: <1503558636.deef21c2b99e6e839c772d32b9547990ef809239.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: deef21c2b99e6e839c772d32b9547990ef809239 X-VCS-Branch: master Date: Thu, 24 Aug 2017 07:10:40 +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: e18aa8db-7198-43a3-8ae6-6a7e1fb82882 X-Archives-Hash: 3fc72e07901fef83af970a80aa08e5fa commit: deef21c2b99e6e839c772d32b9547990ef809239 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Aug 24 07:07:41 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Aug 24 07:10:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deef21c2 dev-python/pynacl: keyworded 1.1.2 for ia64, bug #628670 Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="ia64" 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 b983334ede4..b1cc04d4a12 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 ~x86" +KEYWORDS="amd64 ~ia64 ~x86" IUSE="test" RDEPEND="dev-python/six[${PYTHON_USEDEP}]