From 7860ad41012a3808c645607818b64ad7dab025e9 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 13 Jan 2024 13:10:51 +0000 Subject: gentoo auto-resync : 13:01:2024 - 13:10:51 --- dev-lang/rust/rust-1.65.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev-lang/rust/rust-1.65.0.ebuild') diff --git a/dev-lang/rust/rust-1.65.0.ebuild b/dev-lang/rust/rust-1.65.0.ebuild index 1f262619cd79..ce0870c0fcd2 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-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 -- cgit v1.2.3