Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/polib/
Date: Tue, 30 Aug 2016 16:50:30
Message-Id: 1472575744.d47a2cf75fbcd129e915bc26916af36b38d5bede.monsieurp@gentoo
1 commit: d47a2cf75fbcd129e915bc26916af36b38d5bede
2 Author: Virgil Dupras <hsoft <AT> hardcoded <DOT> net>
3 AuthorDate: Fri Aug 12 01:13:12 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 16:49:04 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d47a2cf7
7
8 dev-python/polib: add ~arm keyword.
9
10 Gentoo-Bug: https://bugs.gentoo.org/578656
11
12 Package-Manager: portage-2.2.28
13 Closes: https://github.com/gentoo/gentoo/pull/2071
14
15 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
16
17 dev-python/polib/polib-1.0.7.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/dev-python/polib/polib-1.0.7.ebuild b/dev-python/polib/polib-1.0.7.ebuild
21 index e7826f3..313b2f5 100644
22 --- a/dev-python/polib/polib-1.0.7.ebuild
23 +++ b/dev-python/polib/polib-1.0.7.ebuild
24 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
25
26 LICENSE="MIT"
27 SLOT="0"
28 -KEYWORDS="~amd64 ~x86"
29 +KEYWORDS="~amd64 ~x86 ~arm"
30 IUSE="doc"
31
32 DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"