diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2020-03-03 12:51:50 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-04 05:46:59 +0100 |
commit | 0dabf40dce725644887b4d89f9fb13fce992384d (patch) | |
tree | 760a895a95e25eb2e1e70c7d62dd8a2b386b1961 /dev-python/parso | |
parent | dev-python/hypothesis: added ~arm64 keyword (diff) | |
download | gentoo-0dabf40dce725644887b4d89f9fb13fce992384d.tar.gz gentoo-0dabf40dce725644887b4d89f9fb13fce992384d.tar.bz2 gentoo-0dabf40dce725644887b4d89f9fb13fce992384d.zip |
dev-python/parso: stable on arm64
Bug: https://bugs.gentoo.org/711004
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Roy Bamford <neddyseagoon@gentoo.org>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/parso')
-rw-r--r-- | dev-python/parso/parso-0.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/parso/parso-0.6.0.ebuild b/dev-python/parso/parso-0.6.0.ebuild index 90ecd05abef3..c89a09c8f16d 100644 --- a/dev-python/parso/parso-0.6.0.ebuild +++ b/dev-python/parso/parso-0.6.0.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 ~arm ~arm64 ~ppc ppc64 x86" +KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86" IUSE="doc test" RESTRICT="!test? ( test )" |