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 E9BCF139083 for ; Thu, 21 Dec 2017 05:45:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AC19E1132; Thu, 21 Dec 2017 05:45:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 46E14E1132 for ; Thu, 21 Dec 2017 05:45:21 +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 47C713406D1 for ; Thu, 21 Dec 2017 05:45:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A351EAE94 for ; Thu, 21 Dec 2017 05:45:17 +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: <1513835063.c62ea5cf58abc1d123c15bdd56e2a6b06a4d7ea4.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/polib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/polib/polib-1.0.7.ebuild X-VCS-Directories: dev-python/polib/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: c62ea5cf58abc1d123c15bdd56e2a6b06a4d7ea4 X-VCS-Branch: master Date: Thu, 21 Dec 2017 05:45:17 +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: d2baeed3-db4e-4bc1-80e7-4d44cf3f9ba8 X-Archives-Hash: 9032f3c515dcf75a70bb1c268f44cd55 commit: c62ea5cf58abc1d123c15bdd56e2a6b06a4d7ea4 Author: Markus Meier gentoo org> AuthorDate: Thu Dec 21 05:44:23 2017 +0000 Commit: Markus Meier gentoo org> CommitDate: Thu Dec 21 05:44:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c62ea5cf dev-python/polib: add ~arm64, bug #636702 Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="arm64" dev-python/polib/polib-1.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/polib/polib-1.0.7.ebuild b/dev-python/polib/polib-1.0.7.ebuild index cefe5ccace5..7736a4dc9f2 100644 --- a/dev-python/polib/polib-1.0.7.ebuild +++ b/dev-python/polib/polib-1.0.7.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" IUSE="doc" DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"