diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-26 22:16:30 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-26 22:16:30 +0300 |
commit | dedc3cce0027c81c7c1f5231c8a1a2b3e0f1fb62 (patch) | |
tree | e4cb5a85d4e5a29bd2be366c0ceb1b7d16d91b80 /dev-python/uri_template | |
parent | dev-python/jsonschema: Stabilize 4.4.0-r2 ppc64, #841062 (diff) | |
download | gentoo-dedc3cce0027c81c7c1f5231c8a1a2b3e0f1fb62.tar.gz gentoo-dedc3cce0027c81c7c1f5231c8a1a2b3e0f1fb62.tar.bz2 gentoo-dedc3cce0027c81c7c1f5231c8a1a2b3e0f1fb62.zip |
dev-python/uri_template: Stabilize 1.2.0 ppc64, #841062
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.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/uri_template/uri_template-1.2.0.ebuild b/dev-python/uri_template/uri_template-1.2.0.ebuild index 4a3129e9358b..02454410b776 100644 --- a/dev-python/uri_template/uri_template-1.2.0.ebuild +++ b/dev-python/uri_template/uri_template-1.2.0.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ppc ~ppc64 ~riscv ~s390 sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc ~x86" python_test() { "${EPYTHON}" "test.py" || die "Tests fail with ${EPYTHON}." |