summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-03-26 19:50:00 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-03-26 19:50:00 +0300
commit7d65787b1beccc0ca70d09e042f3b65a950c7f0a (patch)
tree6fc70c21451952f7e1459be050aaaf4d3663e26a
parentdev-python/uri_template: Keyword 1.1.0 arm64, #836003 (diff)
downloadgentoo-7d65787b.tar.gz
gentoo-7d65787b.tar.bz2
gentoo-7d65787b.zip
dev-python/uri_template: Keyword 1.1.0 ppc64, #836003
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/uri_template/uri_template-1.1.0.ebuild2
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}."