public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: llvm-core/llvm-toolchain-symlinks/
Date: Fri, 27 Dec 2024 17:57:07 +0000 (UTC)	[thread overview]
Message-ID: <1735322221.b3355882a386163e0972e84690499c94ac77a51c.mgorny@gentoo> (raw)

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	other threads:[~2024-12-27 17:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-27 17:57 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-01  8:05 [gentoo-commits] repo/gentoo:master commit in: llvm-core/llvm-toolchain-symlinks/ Michał Górny
2025-03-05 10:13 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1735322221.b3355882a386163e0972e84690499c94ac77a51c.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox