summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Jolly <kangie@gentoo.org>2024-11-17 14:56:54 +1000
committerMatt Jolly <kangie@gentoo.org>2024-11-17 15:00:58 +1000
commitad5b159fe72d899ef6e8f0e768f8c774933f7413 (patch)
treec59068733e63c3cd156ea011347d73060d44ee27 /dev-lang
parentx11-libs/libXt: Version bump to 1.3.1 (diff)
downloadgentoo-ad5b159fe72d899ef6e8f0e768f8c774933f7413.tar.gz
gentoo-ad5b159fe72d899ef6e8f0e768f8c774933f7413.tar.bz2
gentoo-ad5b159fe72d899ef6e8f0e768f8c774933f7413.zip
dev-lang/rust: drop demangler for 1.80.1
While this was supposed to be dropped from 1.81.0, however it appears to have snuck into 1.80.1. Since the `profiler` USE was dropped this has actually been noticed. Closes: https://bugs.gentoo.org/943543 Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/rust/rust-1.80.1-r100.ebuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/dev-lang/rust/rust-1.80.1-r100.ebuild b/dev-lang/rust/rust-1.80.1-r100.ebuild
index 8ec473296069..717fccf2b8e8 100644
--- a/dev-lang/rust/rust-1.80.1-r100.ebuild
+++ b/dev-lang/rust/rust-1.80.1-r100.ebuild
@@ -574,7 +574,6 @@ src_install() {
rust-gdb
rust-gdbgui
rust-lldb
- rust-demangler
)
use clippy && symlinks+=( clippy-driver cargo-clippy )
@@ -619,7 +618,6 @@ src_install() {
cat <<-_EOF_ > "${T}/provider-${P}"
/usr/bin/cargo
/usr/bin/rustdoc
- /usr/bin/rust-demangler
/usr/bin/rust-gdb
/usr/bin/rust-gdbgui
/usr/bin/rust-lldb