summaryrefslogtreecommitdiff
path: root/dev-lang/rust/rust-1.75.0-r100.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-12-11 12:24:05 +0100
committerMichał Górny <mgorny@gentoo.org>2024-12-11 12:53:19 +0100
commitb06a349c8fb1f80b95dc8e84a12502ff1bcc57c9 (patch)
tree502f713fdd4c99644bb04ad211c7e5c71cfe35c2 /dev-lang/rust/rust-1.75.0-r100.ebuild
parent3ee411f1324ad2b881555d1bec5f943f1a7f28a1 (diff)
downloadgentoo-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/rust-1.75.0-r100.ebuild')
-rw-r--r--dev-lang/rust/rust-1.75.0-r100.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.75.0-r100.ebuild b/dev-lang/rust/rust-1.75.0-r100.ebuild
index ed3382e87a41..86a253b38314 100644
--- a/dev-lang/rust/rust-1.75.0-r100.ebuild
+++ b/dev-lang/rust/rust-1.75.0-r100.ebuild
@@ -719,7 +719,7 @@ 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