commit:     b3355882a386163e0972e84690499c94ac77a51c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 27 14:29:42 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 27 17:57:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3355882

llvm-core/llvm-toolchain-symlinks: Fix c++filt symlink in 20

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 ...oolchain-symlinks-20.ebuild => llvm-toolchain-symlinks-20-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/llvm-core/llvm-toolchain-symlinks/llvm-toolchain-symlinks-20.ebuild 
b/llvm-core/llvm-toolchain-symlinks/llvm-toolchain-symlinks-20-r1.ebuild
similarity index 95%
rename from llvm-core/llvm-toolchain-symlinks/llvm-toolchain-symlinks-20.ebuild
rename to llvm-core/llvm-toolchain-symlinks/llvm-toolchain-symlinks-20-r1.ebuild
index ae2a8a146c3e..f1e9f9b52f00 100644
--- a/llvm-core/llvm-toolchain-symlinks/llvm-toolchain-symlinks-20.ebuild
+++ b/llvm-core/llvm-toolchain-symlinks/llvm-toolchain-symlinks-20-r1.ebuild
@@ -38,7 +38,7 @@ src_install() {
        local dest=/usr/lib/llvm/${SLOT}/bin
        dodir "${dest}"
        for t in "${tools[@]}"; do
-               dosym "llvm-${t}" "${dest}/${t}"
+               dosym "llvm-${t%:*}" "${dest}/${t#*:}"
        done
        for chost in "${chosts[@]}"; do
                for t in "${tools[@]}"; do

Reply via email to