diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-11-11 21:32:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-11-11 21:32:37 +0100 |
commit | 6eab43f46a97276164c57448bdda31a1813b8a59 (patch) | |
tree | 868a589ba5e6a998f175eab5eeb56a085e2531d0 /sys-devel/clang-runtime | |
parent | sys-libs/compiler-rt-sanitizers: Update install dir following clang (diff) | |
download | gentoo-6eab43f46a97276164c57448bdda31a1813b8a59.tar.gz gentoo-6eab43f46a97276164c57448bdda31a1813b8a59.tar.bz2 gentoo-6eab43f46a97276164c57448bdda31a1813b8a59.zip |
sys-devel/clang-runtime: Update slotting following compiler-rt
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/clang-runtime')
-rw-r--r-- | sys-devel/clang-runtime/clang-runtime-16.0.0.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang-runtime/clang-runtime-16.0.0.9999.ebuild b/sys-devel/clang-runtime/clang-runtime-16.0.0.9999.ebuild index 3cb2769d40af..5eda72abae30 100644 --- a/sys-devel/clang-runtime/clang-runtime-16.0.0.9999.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-16.0.0.9999.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Meta-ebuild for clang runtime libraries" HOMEPAGE="https://clang.llvm.org/" LICENSE="metapackage" -SLOT="$(ver_cut 1-3)" +SLOT="${PV%%.*}" KEYWORDS="" IUSE="+compiler-rt libcxx openmp +sanitize" REQUIRED_USE="sanitize? ( compiler-rt )" |