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/booleanOperations/
Date: Thu, 16 Sep 2021 12:32:38
Message-Id: 1631795537.fc06d16c020bc3d90a666aa0a1cdfe3f707b9bf6.marecki@gentoo
1 commit: fc06d16c020bc3d90a666aa0a1cdfe3f707b9bf6
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 16 09:35:23 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 16 12:32:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc06d16c
7
8 dev-python/booleanOperations: keyword 0.9.0-r1 for ~riscv
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild b/dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild
16 index 137bed8596b..21249085313 100644
17 --- a/dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild
18 +++ b/dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{7..10} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25 inherit distutils-r1
26
27 DESCRIPTION="Boolean operations on paths"
28 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/typemytype/booleanOperations/archive/${PV}.tar.gz ->
29
30 LICENSE="MIT"
31 SLOT="0"
32 -KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
33 +KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
34 IUSE=""
35
36 DEPEND=""