diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-06-03 17:16:44 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-06-03 17:17:31 +0200 |
commit | ccfcbd9ff8cd7edbd1aa6c3cf04904b512324106 (patch) | |
tree | 4c50052bcf9d8474619a8d9a4a5c77b369ca7853 /dev-python/parso | |
parent | dev-python/wcwidth: ppc64 stable wrt bug #726726 (diff) | |
download | gentoo-ccfcbd9ff8cd7edbd1aa6c3cf04904b512324106.tar.gz gentoo-ccfcbd9ff8cd7edbd1aa6c3cf04904b512324106.tar.bz2 gentoo-ccfcbd9ff8cd7edbd1aa6c3cf04904b512324106.zip |
dev-python/parso: ppc64 stable wrt bug #726760
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/parso')
-rw-r--r-- | dev-python/parso/parso-0.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/parso/parso-0.7.0.ebuild b/dev-python/parso/parso-0.7.0.ebuild index 5c96cce08573..76fe9c910aee 100644 --- a/dev-python/parso/parso-0.7.0.ebuild +++ b/dev-python/parso/parso-0.7.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" distutils_enable_sphinx docs distutils_enable_tests pytest |