summaryrefslogtreecommitdiff
path: root/dev-lang/rust/rust-1.65.0.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-12 20:23:49 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-13 10:42:32 +0100
commit7b205f67aa1e81d5665d2d88132ee9ce195f852a (patch)
tree1ede02f153b083fafce941f24f5a07ef7322b4c5 /dev-lang/rust/rust-1.65.0.ebuild
parent31f645e9037d391067f8058dad93a514884367b1 (diff)
downloadgentoo-7b205f67aa1e81d5665d2d88132ee9ce195f852a.tar.gz
gentoo-7b205f67aa1e81d5665d2d88132ee9ce195f852a.tar.bz2
gentoo-7b205f67aa1e81d5665d2d88132ee9ce195f852a.zip
Move {sys-devel → dev-debug}/gdb
Closes: https://bugs.gentoo.org/920438 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/rust/rust-1.65.0.ebuild')
-rw-r--r--dev-lang/rust/rust-1.65.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/rust/rust-1.65.0.ebuild b/dev-lang/rust/rust-1.65.0.ebuild
index 1f262619cd79..7e54422b35e5 100644
--- a/dev-lang/rust/rust-1.65.0.ebuild
+++ b/dev-lang/rust/rust-1.65.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit bash-completion-r1 check-reqs estack flag-o-matic llvm multiprocessing \
multilib multilib-build python-any-r1 rust-toolchain toolchain-funcs verify-sig
@@ -96,7 +96,7 @@ BDEPEND="${PYTHON_DEPS}
>=dev-util/cmake-3.13.4
app-alternatives/ninja
)
- test? ( sys-devel/gdb )
+ test? ( dev-debug/gdb )
verify-sig? ( sec-keys/openpgp-keys-rust )
"
@@ -735,7 +735,7 @@ src_install() {
pkg_postinst() {
eselect rust update
- if has_version sys-devel/gdb || has_version dev-util/lldb; then
+ if has_version dev-debug/gdb || has_version dev-util/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