diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-09-02 14:21:01 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-09-02 14:26:55 +0100 |
commit | 9788f838775c6deed6255928f8efb8c38b9bcd10 (patch) | |
tree | 47f769101f82b33c5acd8aae6b14442df71b5a89 /dev-python/jsonpatch | |
parent | dev-libs/libfmt: keyword 8.0.1-r1 for ~riscv (diff) | |
download | gentoo-9788f838775c6deed6255928f8efb8c38b9bcd10.tar.gz gentoo-9788f838775c6deed6255928f8efb8c38b9bcd10.tar.bz2 gentoo-9788f838775c6deed6255928f8efb8c38b9bcd10.zip |
dev-python/jsonpatch: keyword 1.32 for ~riscv
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/jsonpatch')
-rw-r--r-- | dev-python/jsonpatch/jsonpatch-1.32.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/jsonpatch/jsonpatch-1.32.ebuild b/dev-python/jsonpatch/jsonpatch-1.32.ebuild index c89913404859..ca8996d5e05c 100644 --- a/dev-python/jsonpatch/jsonpatch-1.32.ebuild +++ b/dev-python/jsonpatch/jsonpatch-1.32.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 @@ -13,7 +13,7 @@ S="${WORKDIR}/python-json-patch-${PV}" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )" |