Skip to content

Commit

Permalink
dev-lang/rust: sys-devel/gdb -> dev-debug/gdb
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <sam@gentoo.org>
  • Loading branch information
thesamesam committed Jan 13, 2024
1 parent 1fa8a70 commit 4e989ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dev-lang/rust/rust-1.60.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
"

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions dev-lang/rust/rust-1.62.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
"

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4e989ce

Please sign in to comment.