Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonschema/
Date: Sun, 10 Oct 2021 00:09:13
Message-Id: 1633824476.491bc7ea11a4c79b9b2133355aad4a17efae8248.sam@gentoo
1 commit: 491bc7ea11a4c79b9b2133355aad4a17efae8248
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 10 00:07:56 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 10 00:07:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=491bc7ea
7
8 dev-python/jsonschema: Keyword 4.0.1 ppc64, #815403
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/jsonschema/jsonschema-4.0.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/jsonschema/jsonschema-4.0.1.ebuild b/dev-python/jsonschema/jsonschema-4.0.1.ebuild
16 index 8c008cd513e..fad4177993e 100644
17 --- a/dev-python/jsonschema/jsonschema-4.0.1.ebuild
18 +++ b/dev-python/jsonschema/jsonschema-4.0.1.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~riscv ~sparc ~x86"
24 +KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~sparc ~x86"
25
26 RDEPEND="
27 dev-python/attrs[${PYTHON_USEDEP}]