commit: ad5b159fe72d899ef6e8f0e768f8c774933f7413 Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Sun Nov 17 04:56:54 2024 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Sun Nov 17 05:00:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad5b159f
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 <AT> gentoo.org> dev-lang/rust/rust-1.80.1-r100.ebuild | 2 -- 1 file changed, 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
