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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0362F1581F5 for ; Thu, 12 Dec 2024 13:06:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC13EE09A7; Thu, 12 Dec 2024 13:06:32 +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 9B694E09A7 for ; Thu, 12 Dec 2024 13:06:32 +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 B3F4A342F94 for ; Thu, 12 Dec 2024 13:06:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFD071F64 for ; Thu, 12 Dec 2024 13:06:28 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1733932792.3611e5dfbaeca291e30fdb7602d97bc4e1b3e379.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-debug/lldb-mi/, dev-util/rust-rover/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-debug/lldb-mi/lldb-mi-0.0.1.ebuild dev-debug/lldb-mi/lldb-mi-9999.ebuild dev-util/rust-rover/rust-rover-2024.2.1-r1.ebuild X-VCS-Directories: dev-util/rust-rover/ dev-debug/lldb-mi/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 3611e5dfbaeca291e30fdb7602d97bc4e1b3e379 X-VCS-Branch: master Date: Thu, 12 Dec 2024 13:06:28 +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: c1b33782-9ecb-4d5c-b789-a375f95783ea X-Archives-Hash: 3efaecbb750600ebd83cb55bf93fcee6 commit: 3611e5dfbaeca291e30fdb7602d97bc4e1b3e379 Author: Paul Zander gmail com> AuthorDate: Wed Dec 11 15:59:52 2024 +0000 Commit: David Roman gmail com> CommitDate: Wed Dec 11 15:59:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3611e5df move {dev-debug,llvm-core}/lldb Signed-off-by: Paul Zander gmail.com> dev-debug/lldb-mi/lldb-mi-0.0.1.ebuild | 2 +- dev-debug/lldb-mi/lldb-mi-9999.ebuild | 2 +- dev-util/rust-rover/rust-rover-2024.2.1-r1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-debug/lldb-mi/lldb-mi-0.0.1.ebuild b/dev-debug/lldb-mi/lldb-mi-0.0.1.ebuild index 5dc5173bb..656df8e94 100644 --- a/dev-debug/lldb-mi/lldb-mi-0.0.1.ebuild +++ b/dev-debug/lldb-mi/lldb-mi-0.0.1.ebuild @@ -29,7 +29,7 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" - dev-debug/lldb:= + llvm-core/lldb:= $(llvm_gen_dep ' sys-devel/llvm:${LLVM_SLOT} ') diff --git a/dev-debug/lldb-mi/lldb-mi-9999.ebuild b/dev-debug/lldb-mi/lldb-mi-9999.ebuild index 5dc5173bb..656df8e94 100644 --- a/dev-debug/lldb-mi/lldb-mi-9999.ebuild +++ b/dev-debug/lldb-mi/lldb-mi-9999.ebuild @@ -29,7 +29,7 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" - dev-debug/lldb:= + llvm-core/lldb:= $(llvm_gen_dep ' sys-devel/llvm:${LLVM_SLOT} ') diff --git a/dev-util/rust-rover/rust-rover-2024.2.1-r1.ebuild b/dev-util/rust-rover/rust-rover-2024.2.1-r1.ebuild index 84ddbd29b..0a528c115 100644 --- a/dev-util/rust-rover/rust-rover-2024.2.1-r1.ebuild +++ b/dev-util/rust-rover/rust-rover-2024.2.1-r1.ebuild @@ -23,7 +23,7 @@ BDEPEND="dev-util/patchelf" RDEPEND="!bundled-jdk? ( >=virtual/jre-1.8 ) >=app-accessibility/at-spi2-core-2.46.0:2 dev-debug/gdb - dev-debug/lldb + llvm-core/lldb dev-libs/expat dev-libs/glib:2 dev-libs/nspr