Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang-runtime/
Date: Tue, 30 Mar 2021 00:21:45
Message-Id: 1617063564.e6c71482e3b53c1cfe0ece4dbf0148969bec22af.whissi@gentoo
1 commit: e6c71482e3b53c1cfe0ece4dbf0148969bec22af
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 30 00:18:35 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 30 00:19:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c71482
7
8 sys-devel/clang-runtime: x86 stable (bug #777282)
9
10 Package-Manager: Portage-3.0.17, Repoman-3.0.2
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 sys-devel/clang-runtime/clang-runtime-11.1.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-devel/clang-runtime/clang-runtime-11.1.0.ebuild b/sys-devel/clang-runtime/clang-runtime-11.1.0.ebuild
17 index 413f6e70b3e..400654ac126 100644
18 --- a/sys-devel/clang-runtime/clang-runtime-11.1.0.ebuild
19 +++ b/sys-devel/clang-runtime/clang-runtime-11.1.0.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI=""
21
22 LICENSE="metapackage"
23 SLOT="$(ver_cut 1-3)"
24 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~ppc-macos ~x64-macos"
25 +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~ppc-macos ~x64-macos"
26 IUSE="+compiler-rt libcxx openmp +sanitize"
27 REQUIRED_USE="sanitize? ( compiler-rt )"