Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt/
Date: Wed, 04 Mar 2020 18:39:11
Message-Id: 1583347123.2a401e9e9cee7ec1656b5cd8b0ab39e3e43e4bc7.mgorny@gentoo
1 commit: 2a401e9e9cee7ec1656b5cd8b0ab39e3e43e4bc7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 4 18:07:39 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 4 18:38:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a401e9e
7
8 sys-libs/compiler-rt: Keyword 10.0.0rc3
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-libs/compiler-rt/compiler-rt-10.0.0_rc3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-libs/compiler-rt/compiler-rt-10.0.0_rc3.ebuild b/sys-libs/compiler-rt/compiler-rt-10.0.0_rc3.ebuild
16 index 597584d700e..ff0cc33bd94 100644
17 --- a/sys-libs/compiler-rt/compiler-rt-10.0.0_rc3.ebuild
18 +++ b/sys-libs/compiler-rt/compiler-rt-10.0.0_rc3.ebuild
19 @@ -14,7 +14,7 @@ llvm.org_set_globals
20
21 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
22 SLOT="$(ver_cut 1-3)"
23 -KEYWORDS=""
24 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
25 IUSE="+clang test"
26 RESTRICT="!test? ( test ) !clang? ( test )"