diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-11-05 13:32:01 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-11-05 13:33:50 +0200 |
commit | 9d9736b4dc7006635ec17f0a885d8478a21eab18 (patch) | |
tree | e7e96dd68f8da4928c41fa39b823446dbbd33a4d /sys-devel/clang-runtime | |
parent | sys-libs/libomp: Stabilize 15.0.3 amd64, #878087 (diff) | |
download | gentoo-9d9736b4dc7006635ec17f0a885d8478a21eab18.tar.gz gentoo-9d9736b4dc7006635ec17f0a885d8478a21eab18.tar.bz2 gentoo-9d9736b4dc7006635ec17f0a885d8478a21eab18.zip |
sys-devel/clang-runtime: Stabilize 15.0.3 amd64, #878087
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-devel/clang-runtime')
-rw-r--r-- | sys-devel/clang-runtime/clang-runtime-15.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang-runtime/clang-runtime-15.0.3.ebuild b/sys-devel/clang-runtime/clang-runtime-15.0.3.ebuild index 865f39c50bd9..9837077e6c50 100644 --- a/sys-devel/clang-runtime/clang-runtime-15.0.3.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-15.0.3.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://clang.llvm.org/" LICENSE="metapackage" SLOT="$(ver_cut 1-3)" -KEYWORDS="~amd64 arm arm64 ~ppc ppc64 ~riscv sparc x86 ~amd64-linux ~ppc-macos ~x64-macos" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv sparc x86 ~amd64-linux ~ppc-macos ~x64-macos" IUSE="+compiler-rt libcxx openmp +sanitize" REQUIRED_USE="sanitize? ( compiler-rt )" |