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 F0B14158451 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 33719E2A7C; Sat, 13 Jan 2024 16:37:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 17961E2A7C 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 324B6343160 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 C6FB111F4 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: <1705163808.1fa8a70bd3e407eb18222242a0f003d74f528617.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: 1fa8a70bd3e407eb18222242a0f003d74f528617 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: fc5a83dd-0977-4b11-bab0-ac3abaff829c X-Archives-Hash: 9074b050fd6ae9363006bed5e41154e7 commit: 1fa8a70bd3e407eb18222242a0f003d74f528617 Author: Sam James gentoo org> AuthorDate: Sat Jan 13 16:36:48 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 13 16:36:48 2024 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=1fa8a70b dev-lang/rust: dev-util/lldb -> dev-debug/lldb Signed-off-by: Sam James gentoo.org> dev-lang/rust/rust-1.60.0.ebuild | 2 +- dev-lang/rust/rust-1.62.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/rust/rust-1.60.0.ebuild b/dev-lang/rust/rust-1.60.0.ebuild index 32426a5d..8d0a8f0d 100644 --- a/dev-lang/rust/rust-1.60.0.ebuild +++ b/dev-lang/rust/rust-1.60.0.ebuild @@ -693,7 +693,7 @@ src_install() { pkg_postinst() { eselect rust update - if has_version sys-devel/gdb || has_version dev-util/lldb; then + if has_version sys-devel/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 96528b5e..3fb412b4 100644 --- a/dev-lang/rust/rust-1.62.1.ebuild +++ b/dev-lang/rust/rust-1.62.1.ebuild @@ -718,7 +718,7 @@ src_install() { pkg_postinst() { eselect rust update - if has_version sys-devel/gdb || has_version dev-util/lldb; then + if has_version sys-devel/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