commit: 4e989ce945941c11a53c443c014deb7b756f1930
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 16:37:16 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 16:37:16 2024 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=4e989ce9
dev-lang/rust: sys-devel/gdb -> dev-debug/gdb
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-lang/rust/rust-1.60.0.ebuild | 4 ++--
dev-lang/rust/rust-1.62.1.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-lang/rust/rust-1.60.0.ebuild b/dev-lang/rust/rust-1.60.0.ebuild
index 8d0a8f0d..aa6367e5 100644
--- a/dev-lang/rust/rust-1.60.0.ebuild
+++ b/dev-lang/rust/rust-1.60.0.ebuild
@@ -96,7 +96,7 @@ BDEPEND="${PYTHON_DEPS}
>=dev-util/cmake-3.13.4
dev-util/ninja
)
- test? ( sys-devel/gdb )
+ test? ( dev-debug/gdb )
verify-sig? ( sec-keys/openpgp-keys-rust )
"
@@ -693,7 +693,7 @@ src_install() {
pkg_postinst() {
eselect rust update
- if has_version sys-devel/gdb || has_version dev-debug/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.62.1.ebuild b/dev-lang/rust/rust-1.62.1.ebuild
index 3fb412b4..824fb5cc 100644
--- a/dev-lang/rust/rust-1.62.1.ebuild
+++ b/dev-lang/rust/rust-1.62.1.ebuild
@@ -96,7 +96,7 @@ BDEPEND="${PYTHON_DEPS}
>=dev-util/cmake-3.13.4
dev-util/ninja
)
- test? ( sys-devel/gdb )
+ test? ( dev-debug/gdb )
verify-sig? ( sec-keys/openpgp-keys-rust )
"
@@ -718,7 +718,7 @@ src_install() {
pkg_postinst() {
eselect rust update
- if has_version sys-devel/gdb || has_version dev-debug/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