From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CA6E8158451 for ; Sat, 13 Jan 2024 16:37:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1912AE2A7D; Sat, 13 Jan 2024 16:37:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02BD1E2A7C for ; Sat, 13 Jan 2024 16:37:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D673343162 for ; Sat, 13 Jan 2024 16:37:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB8F312C8 for ; Sat, 13 Jan 2024 16:37:23 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1705163836.4e989ce945941c11a53c443c014deb7b756f1930.sam@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: dev-lang/rust/ X-VCS-Repository: proj/musl X-VCS-Files: dev-lang/rust/rust-1.60.0.ebuild dev-lang/rust/rust-1.62.1.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4e989ce945941c11a53c443c014deb7b756f1930 X-VCS-Branch: master Date: Sat, 13 Jan 2024 16:37:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4f0b7489-ebd8-45be-9fe9-bc3e6bd12dbb X-Archives-Hash: 6db2d81dd123f7e0f46e8a76626121b6 commit: 4e989ce945941c11a53c443c014deb7b756f1930 Author: Sam James gentoo org> AuthorDate: Sat Jan 13 16:37:16 2024 +0000 Commit: Sam James gentoo 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 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