Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang-runtime/
Date: Sat, 05 Nov 2022 11:34:02
Message-Id: 1667648030.9d9736b4dc7006635ec17f0a885d8478a21eab18.juippis@gentoo
1 commit: 9d9736b4dc7006635ec17f0a885d8478a21eab18
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 5 11:32:01 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 5 11:33:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d9736b4
7
8 sys-devel/clang-runtime: Stabilize 15.0.3 amd64, #878087
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 sys-devel/clang-runtime/clang-runtime-15.0.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-devel/clang-runtime/clang-runtime-15.0.3.ebuild b/sys-devel/clang-runtime/clang-runtime-15.0.3.ebuild
16 index 865f39c50bd9..9837077e6c50 100644
17 --- a/sys-devel/clang-runtime/clang-runtime-15.0.3.ebuild
18 +++ b/sys-devel/clang-runtime/clang-runtime-15.0.3.ebuild
19 @@ -10,7 +10,7 @@ HOMEPAGE="https://clang.llvm.org/"
20
21 LICENSE="metapackage"
22 SLOT="$(ver_cut 1-3)"
23 -KEYWORDS="~amd64 arm arm64 ~ppc ppc64 ~riscv sparc x86 ~amd64-linux ~ppc-macos ~x64-macos"
24 +KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv sparc x86 ~amd64-linux ~ppc-macos ~x64-macos"
25 IUSE="+compiler-rt libcxx openmp +sanitize"
26 REQUIRED_USE="sanitize? ( compiler-rt )"