diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-03-26 19:50:04 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-03-26 19:50:04 +0300 |
commit | 4182a963767f38703ca5a291c843a677cc753727 (patch) | |
tree | 220fbc5210e63227d49cea6031c24b4d54af4a05 /dev-python/uri_template | |
parent | dev-python/jsonschema: Keyword 4.4.0-r2 ppc64, #836003 (diff) | |
download | gentoo-4182a963767f38703ca5a291c843a677cc753727.tar.gz gentoo-4182a963767f38703ca5a291c843a677cc753727.tar.bz2 gentoo-4182a963767f38703ca5a291c843a677cc753727.zip |
dev-python/uri_template: Keyword 1.1.0 x86, #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 ca3dd6ce79a7..a44bb452eee1 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 ~ppc64 ~riscv ~sparc" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" python_test() { "${EPYTHON}" "test.py" || die "Tests fail with ${EPYTHON}." |