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/booleanOperations/
Date: Tue, 06 Oct 2020 05:08:53
Message-Id: 1601960925.a16323a15a6ca4cfe98e64396ed4dd7e04c7fd7c.sam@gentoo
1 commit: a16323a15a6ca4cfe98e64396ed4dd7e04c7fd7c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 6 05:06:33 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 6 05:08:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a16323a1
7
8 dev-python/booleanOperations: Stabilize 0.9.0-r1 arm64, #733550
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
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 bb6ca5bf006..4038340c708 100644
17 --- a/dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild
18 +++ b/dev-python/booleanOperations/booleanOperations-0.9.0-r1.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/typemytype/booleanOperations/archive/${PV}.tar.gz ->
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
24 +KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
25 IUSE=""
26
27 DEPEND=""