diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-10-07 18:36:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-10-07 18:41:25 +0200 |
commit | 40f3f3ec55c9f048a9e6964448a05bcf2f06f053 (patch) | |
tree | f83b7552efa0b8bc648398a0a1d997ff70c4fcb4 /sys-devel/clang-common | |
parent | dev-ml/llvm-ocaml: Use the new version vars (diff) | |
download | gentoo-40f3f3ec55c9f048a9e6964448a05bcf2f06f053.tar.gz gentoo-40f3f3ec55c9f048a9e6964448a05bcf2f06f053.tar.bz2 gentoo-40f3f3ec55c9f048a9e6964448a05bcf2f06f053.zip |
sys-devel/clang-common: Use the new version vars
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/clang-common')
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/clang-common/clang-common-15.0.2.9999.ebuild b/sys-devel/clang-common/clang-common-15.0.2.9999.ebuild index 7fc966f60858..617e3159ca14 100644 --- a/sys-devel/clang-common/clang-common-15.0.2.9999.ebuild +++ b/sys-devel/clang-common/clang-common-15.0.2.9999.ebuild @@ -16,7 +16,7 @@ IUSE="default-compiler-rt default-libcxx default-lld llvm-libunwind" PDEPEND=" sys-devel/clang:* default-compiler-rt? ( - =sys-libs/compiler-rt-${PV%_*}* + =sys-libs/compiler-rt-${LLVM_VERSION}* llvm-libunwind? ( sys-libs/llvm-libunwind ) !llvm-libunwind? ( sys-libs/libunwind ) ) diff --git a/sys-devel/clang-common/clang-common-16.0.0.9999.ebuild b/sys-devel/clang-common/clang-common-16.0.0.9999.ebuild index 7fc966f60858..617e3159ca14 100644 --- a/sys-devel/clang-common/clang-common-16.0.0.9999.ebuild +++ b/sys-devel/clang-common/clang-common-16.0.0.9999.ebuild @@ -16,7 +16,7 @@ IUSE="default-compiler-rt default-libcxx default-lld llvm-libunwind" PDEPEND=" sys-devel/clang:* default-compiler-rt? ( - =sys-libs/compiler-rt-${PV%_*}* + =sys-libs/compiler-rt-${LLVM_VERSION}* llvm-libunwind? ( sys-libs/llvm-libunwind ) !llvm-libunwind? ( sys-libs/libunwind ) ) diff --git a/sys-devel/clang-common/clang-common-16.0.0_pre20221006.ebuild b/sys-devel/clang-common/clang-common-16.0.0_pre20221006.ebuild index 7fc966f60858..617e3159ca14 100644 --- a/sys-devel/clang-common/clang-common-16.0.0_pre20221006.ebuild +++ b/sys-devel/clang-common/clang-common-16.0.0_pre20221006.ebuild @@ -16,7 +16,7 @@ IUSE="default-compiler-rt default-libcxx default-lld llvm-libunwind" PDEPEND=" sys-devel/clang:* default-compiler-rt? ( - =sys-libs/compiler-rt-${PV%_*}* + =sys-libs/compiler-rt-${LLVM_VERSION}* llvm-libunwind? ( sys-libs/llvm-libunwind ) !llvm-libunwind? ( sys-libs/libunwind ) ) |