diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-03-27 21:18:21 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-03-27 21:18:21 +0100 |
commit | c4c26886d5353cbe794c72042975ccc11d509dbc (patch) | |
tree | e3131a1fdfd9c95824fca290b3f8bb018411d6e1 /dev-python/uri_template | |
parent | app-misc/mc: Synced live ebuild (diff) | |
download | gentoo-c4c26886d5353cbe794c72042975ccc11d509dbc.tar.gz gentoo-c4c26886d5353cbe794c72042975ccc11d509dbc.tar.bz2 gentoo-c4c26886d5353cbe794c72042975ccc11d509dbc.zip |
dev-python/uri_template: Keyword 1.1.0 for ~m68k
The tests pass.
Signed-off-by: James Le Cuirot <chewi@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 87bac89ab52d..d8cf7ad1ea00 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 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~ppc ~ppc64 ~riscv ~sparc ~x86" python_test() { "${EPYTHON}" "test.py" || die "Tests fail with ${EPYTHON}." |