diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-12 20:26:02 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-13 10:42:33 +0100 |
commit | 25b1a157663a83952044bfbb8704aeecd89ae86e (patch) | |
tree | 5a60c29bf3abbf675c2004bcf79da58f0c5eca80 /dev-lang/rust/rust-1.71.0.ebuild | |
parent | Move {sys-devel → dev-debug}/gdb-apple (diff) | |
download | gentoo-25b1a157663a83952044bfbb8704aeecd89ae86e.tar.gz gentoo-25b1a157663a83952044bfbb8704aeecd89ae86e.tar.bz2 gentoo-25b1a157663a83952044bfbb8704aeecd89ae86e.zip |
Move {dev-util → dev-debug}/lldb
Closes: https://bugs.gentoo.org/920438
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/rust/rust-1.71.0.ebuild')
-rw-r--r-- | dev-lang/rust/rust-1.71.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.71.0.ebuild b/dev-lang/rust/rust-1.71.0.ebuild index 2952c0b21e22..c11252d7920e 100644 --- a/dev-lang/rust/rust-1.71.0.ebuild +++ b/dev-lang/rust/rust-1.71.0.ebuild @@ -729,7 +729,7 @@ src_install() { pkg_postinst() { eselect rust update - if has_version dev-debug/gdb || has_version dev-util/lldb; then + if has_version dev-debug/gdb || has_version dev-debug/lldb; then elog "Rust installs a helper script for calling GDB and LLDB," elog "for your convenience it is installed under /usr/bin/rust-{gdb,lldb}-${PV}." fi |