Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/uri_template/
Date: Sun, 27 Mar 2022 20:20:38
Message-Id: 1648412301.c4c26886d5353cbe794c72042975ccc11d509dbc.chewi@gentoo
1 commit: c4c26886d5353cbe794c72042975ccc11d509dbc
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 20:18:21 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 20:18:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4c26886
7
8 dev-python/uri_template: Keyword 1.1.0 for ~m68k
9
10 The tests pass.
11
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 dev-python/uri_template/uri_template-1.1.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/uri_template/uri_template-1.1.0.ebuild b/dev-python/uri_template/uri_template-1.1.0.ebuild
18 index 87bac89ab52d..d8cf7ad1ea00 100644
19 --- a/dev-python/uri_template/uri_template-1.1.0.ebuild
20 +++ b/dev-python/uri_template/uri_template-1.1.0.ebuild
21 @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
22
23 LICENSE="MIT"
24 SLOT="0"
25 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
26 +KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~ppc ~ppc64 ~riscv ~sparc ~x86"
27
28 python_test() {
29 "${EPYTHON}" "test.py" || die "Tests fail with ${EPYTHON}."