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/llvmlite/
Date: Sun, 12 Sep 2021 07:31:25
Message-Id: 1631431838.074e13e77b3088070266e2132d8eef4608663fe5.sam@gentoo
1 commit: 074e13e77b3088070266e2132d8eef4608663fe5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 12 07:30:38 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 12 07:30:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=074e13e7
7
8 dev-python/llvmlite: Stabilize 0.37.0 arm64, #812560
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/llvmlite/llvmlite-0.37.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/llvmlite/llvmlite-0.37.0.ebuild b/dev-python/llvmlite/llvmlite-0.37.0.ebuild
16 index 76b916fe825..ab1d557ede8 100644
17 --- a/dev-python/llvmlite/llvmlite-0.37.0.ebuild
18 +++ b/dev-python/llvmlite/llvmlite-0.37.0.ebuild
19 @@ -13,7 +13,7 @@ S=${WORKDIR}/${P/_/}
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="amd64 ~arm arm64 x86 ~amd64-linux ~x86-linux"
25 IUSE="examples"
26
27 LLVM_MAX_SLOT=11