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/jsonschema/
Date: Sun, 27 Mar 2022 20:20:38
Message-Id: 1648412364.0a86028c1939152c296653debcf096ca4b9fec3b.chewi@gentoo
1 commit: 0a86028c1939152c296653debcf096ca4b9fec3b
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 20:19:24 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 20:19:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a86028c
7
8 dev-python/jsonschema: Keyword 4.4.0-r2 for ~m68k
9
10 The tests pass.
11
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 dev-python/jsonschema/jsonschema-4.4.0-r2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/jsonschema/jsonschema-4.4.0-r2.ebuild b/dev-python/jsonschema/jsonschema-4.4.0-r2.ebuild
18 index 3eb815509fe7..847c8ba98403 100644
19 --- a/dev-python/jsonschema/jsonschema-4.4.0-r2.ebuild
20 +++ b/dev-python/jsonschema/jsonschema-4.4.0-r2.ebuild
21 @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
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 RDEPEND="
29 dev-python/attrs[${PYTHON_USEDEP}]