Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvmgold/
Date: Fri, 05 Nov 2021 20:07:47
Message-Id: 1636142835.821446e40b3b2e9d478595d681add289b8edb101.sam@gentoo
1 commit: 821446e40b3b2e9d478595d681add289b8edb101
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 5 20:07:15 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 5 20:07:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=821446e4
7
8 sys-devel/llvmgold: Stabilize 13 arm, #821862
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-devel/llvmgold/llvmgold-13.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-devel/llvmgold/llvmgold-13.ebuild b/sys-devel/llvmgold/llvmgold-13.ebuild
16 index c1b5ebeb2eb..9903918a067 100644
17 --- a/sys-devel/llvmgold/llvmgold-13.ebuild
18 +++ b/sys-devel/llvmgold/llvmgold-13.ebuild
19 @@ -9,7 +9,7 @@ SRC_URI=""
20
21 LICENSE="public-domain"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv ~x86 ~amd64-linux"
24 +KEYWORDS="amd64 arm arm64 ppc64 ~riscv ~x86 ~amd64-linux"
25
26 RDEPEND="sys-devel/llvm:${PV}[gold]
27 !sys-devel/llvm:0"