commit: 22f78bf05584d7eaaf3e5d4e6e6bdc9d2e7affe9 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Thu Sep 28 13:21:58 2017 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Thu Sep 28 13:42:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22f78bf0
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 dev-python/pytrie/pytrie-0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytrie/pytrie-0.3.ebuild b/dev-python/pytrie/pytrie-0.3.ebuild index bfeae355634..543c238f4be 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}]"
