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 <monsieurp@gentoo.org>
This commit is contained in:
Virgil Dupras
2016-08-11 21:13:12 -04:00
committed by Patrice Clement
parent 6aafb3df54
commit d47a2cf75f

View File

@@ -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}] )"