From: Michael Palimaka Date: Thu, 28 Sep 2017 13:21:58 +0000 (+1000) Subject: dev-python/pytrie: stabililse 0.3 for arm/x86 using ALLARCHES X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=22f78bf05584d7eaaf3e5d4e6e6bdc9d2e7affe9;p=gentoo.git dev-python/pytrie: stabililse 0.3 for arm/x86 using ALLARCHES Bug: https://bugs.gentoo.org/624990 Package-Manager: Portage-2.3.8, Repoman-2.3.3 --- diff --git a/dev-python/pytrie/pytrie-0.3.ebuild b/dev-python/pytrie/pytrie-0.3.ebuild index bfeae3556343..543c238f4beb 100644 --- a/dev-python/pytrie/pytrie-0.3.ebuild +++ b/dev-python/pytrie/pytrie-0.3.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm" +KEYWORDS="amd64 arm x86" IUSE="" DEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"