diff options
author | 2024-12-11 12:24:05 +0100 | |
---|---|---|
committer | 2024-12-11 12:53:19 +0100 | |
commit | b06a349c8fb1f80b95dc8e84a12502ff1bcc57c9 (patch) | |
tree | 502f713fdd4c99644bb04ad211c7e5c71cfe35c2 /dev-lang/rust-bin/rust-bin-1.71.1-r101.ebuild | |
parent | Move {sys-devel → llvm-core}/clang (diff) | |
download | gentoo-b06a349c8fb1f80b95dc8e84a12502ff1bcc57c9.tar.gz gentoo-b06a349c8fb1f80b95dc8e84a12502ff1bcc57c9.tar.bz2 gentoo-b06a349c8fb1f80b95dc8e84a12502ff1bcc57c9.zip |
Move {dev-debug → llvm-core}/lldb
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/rust-bin/rust-bin-1.71.1-r101.ebuild')
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.71.1-r101.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.71.1-r101.ebuild b/dev-lang/rust-bin/rust-bin-1.71.1-r101.ebuild index d11cd3414a68..3a37b965eca8 100644 --- a/dev-lang/rust-bin/rust-bin-1.71.1-r101.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.71.1-r101.ebuild @@ -226,7 +226,7 @@ multilib_src_install() { pkg_postinst() { eselect rust update - if has_version dev-debug/gdb || has_version dev-debug/lldb; then + if has_version dev-debug/gdb || has_version llvm-core/lldb; then elog "Rust installs helper scripts for calling GDB and LLDB," elog "for convenience they are installed under /usr/bin/rust-{gdb,lldb}-${PV}." fi |