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 2998E138330 for ; Tue, 30 Aug 2016 16:50:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF002E0AC3; Tue, 30 Aug 2016 16:50:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73AF1E0AC3 for ; Tue, 30 Aug 2016 16:50:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A40103406F2 for ; Tue, 30 Aug 2016 16:50:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A19EA245C for ; Tue, 30 Aug 2016 16:50:22 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1472575744.d47a2cf75fbcd129e915bc26916af36b38d5bede.monsieurp@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: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: d47a2cf75fbcd129e915bc26916af36b38d5bede X-VCS-Branch: master Date: Tue, 30 Aug 2016 16:50:22 +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: f2b36f57-bbfd-4269-8974-66a9d2c6b8cf X-Archives-Hash: 0c295919fc915bdf0f10b7e4716f1b52 commit: d47a2cf75fbcd129e915bc26916af36b38d5bede Author: Virgil Dupras hardcoded net> AuthorDate: Fri Aug 12 01:13:12 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Aug 30 16:49:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d47a2cf7 dev-python/polib: add ~arm keyword. Gentoo-Bug: https://bugs.gentoo.org/578656 Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/2071 Signed-off-by: Patrice Clement gentoo.org> 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 e7826f3..313b2f5 100644 --- a/dev-python/polib/polib-1.0.7.ebuild +++ b/dev-python/polib/polib-1.0.7.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~arm" IUSE="doc" DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"