Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonpatch/
Date: Thu, 02 Sep 2021 13:27:12
Message-Id: 1630589215.9788f838775c6deed6255928f8efb8c38b9bcd10.marecki@gentoo
1 commit: 9788f838775c6deed6255928f8efb8c38b9bcd10
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 2 13:21:01 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 2 13:26:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9788f838
7
8 dev-python/jsonpatch: keyword 1.32 for ~riscv
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 dev-python/jsonpatch/jsonpatch-1.32.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/jsonpatch/jsonpatch-1.32.ebuild b/dev-python/jsonpatch/jsonpatch-1.32.ebuild
16 index c8991340485..ca8996d5e05 100644
17 --- a/dev-python/jsonpatch/jsonpatch-1.32.ebuild
18 +++ b/dev-python/jsonpatch/jsonpatch-1.32.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -PYTHON_COMPAT=( python3_{7..10} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25
26 inherit distutils-r1
27
28 @@ -13,7 +13,7 @@ S="${WORKDIR}/python-json-patch-${PV}"
29
30 LICENSE="BSD"
31 SLOT="0"
32 -KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux"
33 +KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
34 IUSE="test"
35 RESTRICT="!test? ( test )"