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 | |
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')
-rw-r--r-- | dev-lang/rust/rust-1.65.0.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/rust/rust-1.66.1.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/rust/rust-1.67.1-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/rust/rust-1.68.2.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/rust/rust-1.69.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/rust/rust-1.70.0.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/rust/rust-1.71.0.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/rust/rust-1.71.1.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/rust/rust-1.72.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/rust/rust-1.73.0.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/rust/rust-1.74.1.ebuild | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/dev-lang/rust/rust-1.65.0.ebuild b/dev-lang/rust/rust-1.65.0.ebuild index 7e54422b35e5..ce0870c0fcd2 100644 --- a/dev-lang/rust/rust-1.65.0.ebuild +++ b/dev-lang/rust/rust-1.65.0.ebuild @@ -735,7 +735,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 diff --git a/dev-lang/rust/rust-1.66.1.ebuild b/dev-lang/rust/rust-1.66.1.ebuild index 417000258c14..41c0c5939250 100644 --- a/dev-lang/rust/rust-1.66.1.ebuild +++ b/dev-lang/rust/rust-1.66.1.ebuild @@ -733,7 +733,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 diff --git a/dev-lang/rust/rust-1.67.1-r1.ebuild b/dev-lang/rust/rust-1.67.1-r1.ebuild index f0070f3868fa..0c98ca1df404 100644 --- a/dev-lang/rust/rust-1.67.1-r1.ebuild +++ b/dev-lang/rust/rust-1.67.1-r1.ebuild @@ -724,7 +724,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 diff --git a/dev-lang/rust/rust-1.68.2.ebuild b/dev-lang/rust/rust-1.68.2.ebuild index 5f2084412bdc..044e3b37f10b 100644 --- a/dev-lang/rust/rust-1.68.2.ebuild +++ b/dev-lang/rust/rust-1.68.2.ebuild @@ -723,7 +723,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 diff --git a/dev-lang/rust/rust-1.69.0-r1.ebuild b/dev-lang/rust/rust-1.69.0-r1.ebuild index 9d99f8cbeef2..0cdbbbd94d91 100644 --- a/dev-lang/rust/rust-1.69.0-r1.ebuild +++ b/dev-lang/rust/rust-1.69.0-r1.ebuild @@ -724,7 +724,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 diff --git a/dev-lang/rust/rust-1.70.0.ebuild b/dev-lang/rust/rust-1.70.0.ebuild index 29ec567db15e..ea2d52be54aa 100644 --- a/dev-lang/rust/rust-1.70.0.ebuild +++ b/dev-lang/rust/rust-1.70.0.ebuild @@ -727,7 +727,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 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 diff --git a/dev-lang/rust/rust-1.71.1.ebuild b/dev-lang/rust/rust-1.71.1.ebuild index eb48a05f0cb4..31c61f2d0344 100644 --- a/dev-lang/rust/rust-1.71.1.ebuild +++ b/dev-lang/rust/rust-1.71.1.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 diff --git a/dev-lang/rust/rust-1.72.0-r1.ebuild b/dev-lang/rust/rust-1.72.0-r1.ebuild index 74a1d089fed6..a05b40f0528a 100644 --- a/dev-lang/rust/rust-1.72.0-r1.ebuild +++ b/dev-lang/rust/rust-1.72.0-r1.ebuild @@ -741,7 +741,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 diff --git a/dev-lang/rust/rust-1.73.0.ebuild b/dev-lang/rust/rust-1.73.0.ebuild index ed86aaf8be4f..045d69a9233a 100644 --- a/dev-lang/rust/rust-1.73.0.ebuild +++ b/dev-lang/rust/rust-1.73.0.ebuild @@ -740,7 +740,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 diff --git a/dev-lang/rust/rust-1.74.1.ebuild b/dev-lang/rust/rust-1.74.1.ebuild index 157fd271cdaa..0f37c5bb1b80 100644 --- a/dev-lang/rust/rust-1.74.1.ebuild +++ b/dev-lang/rust/rust-1.74.1.ebuild @@ -741,7 +741,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 |