diff options
author | Markus Meier <maekke@gentoo.org> | 2018-03-21 21:23:06 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2018-03-21 21:23:06 +0100 |
commit | bf70de633637c4c7eefc21d3670a9725f35669dc (patch) | |
tree | c03cb650e3d0a42393f44284575956924b6d7733 /dev-python/parso | |
parent | dev-python/pickleshare: add ~arm, bug #604532 (diff) | |
download | gentoo-bf70de633637c4c7eefc21d3670a9725f35669dc.tar.gz gentoo-bf70de633637c4c7eefc21d3670a9725f35669dc.tar.bz2 gentoo-bf70de633637c4c7eefc21d3670a9725f35669dc.zip |
dev-python/parso: add ~arm, bug #604532
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'dev-python/parso')
-rw-r--r-- | dev-python/parso/parso-0.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/parso/parso-0.1.1.ebuild b/dev-python/parso/parso-0.1.1.ebuild index 56afc70fcadd..b36d8abbb9c8 100644 --- a/dev-python/parso/parso-0.1.1.ebuild +++ b/dev-python/parso/parso-0.1.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/davidhalter/${PN}/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86" IUSE="doc test" DEPEND=" |