diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-03-26 19:50:00 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-03-26 19:50:00 +0300 |
commit | 7d65787b1beccc0ca70d09e042f3b65a950c7f0a (patch) | |
tree | 6fc70c21451952f7e1459be050aaaf4d3663e26a /dev-python/uri_template | |
parent | dev-python/uri_template: Keyword 1.1.0 arm64, #836003 (diff) | |
download | gentoo-7d65787b1beccc0ca70d09e042f3b65a950c7f0a.tar.gz gentoo-7d65787b1beccc0ca70d09e042f3b65a950c7f0a.tar.bz2 gentoo-7d65787b1beccc0ca70d09e042f3b65a950c7f0a.zip |
dev-python/uri_template: Keyword 1.1.0 ppc64, #836003
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/uri_template')
-rw-r--r-- | dev-python/uri_template/uri_template-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/uri_template/uri_template-1.1.0.ebuild b/dev-python/uri_template/uri_template-1.1.0.ebuild index b8927e81ea88..ca3dd6ce79a7 100644 --- a/dev-python/uri_template/uri_template-1.1.0.ebuild +++ b/dev-python/uri_template/uri_template-1.1.0.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc ~riscv ~sparc" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~sparc" python_test() { "${EPYTHON}" "test.py" || die "Tests fail with ${EPYTHON}." |