commit:     b06a349c8fb1f80b95dc8e84a12502ff1bcc57c9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 11 11:24:05 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec 11 11:53:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b06a349c

Move {dev-debug → llvm-core}/lldb

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-debug/bpftrace/bpftrace-0.21.1.ebuild                    | 2 +-
 dev-debug/bpftrace/bpftrace-0.21.2-r1.ebuild                 | 2 +-
 dev-debug/bpftrace/metadata.xml                              | 2 +-
 dev-lang/rust-bin/rust-bin-1.71.1-r100.ebuild                | 2 +-
 dev-lang/rust-bin/rust-bin-1.71.1-r101.ebuild                | 2 +-
 dev-lang/rust-bin/rust-bin-1.74.1-r100.ebuild                | 2 +-
 dev-lang/rust-bin/rust-bin-1.74.1-r101.ebuild                | 2 +-
 dev-lang/rust-bin/rust-bin-1.75.0-r100.ebuild                | 2 +-
 dev-lang/rust-bin/rust-bin-1.75.0-r101.ebuild                | 2 +-
 dev-lang/rust-bin/rust-bin-1.77.1-r100.ebuild                | 2 +-
 dev-lang/rust-bin/rust-bin-1.77.1-r101.ebuild                | 2 +-
 dev-lang/rust-bin/rust-bin-1.79.0-r100.ebuild                | 2 +-
 dev-lang/rust-bin/rust-bin-1.79.0-r101.ebuild                | 2 +-
 dev-lang/rust-bin/rust-bin-1.80.1-r100.ebuild                | 2 +-
 dev-lang/rust-bin/rust-bin-1.80.1-r101.ebuild                | 2 +-
 dev-lang/rust-bin/rust-bin-1.81.0-r100.ebuild                | 2 +-
 dev-lang/rust-bin/rust-bin-1.81.0-r101.ebuild                | 2 +-
 dev-lang/rust-bin/rust-bin-1.82.0-r100.ebuild                | 2 +-
 dev-lang/rust-bin/rust-bin-1.82.0-r101.ebuild                | 2 +-
 dev-lang/rust-bin/rust-bin-1.83.0.ebuild                     | 2 +-
 dev-lang/rust/rust-1.71.1-r100.ebuild                        | 2 +-
 dev-lang/rust/rust-1.74.1-r100.ebuild                        | 2 +-
 dev-lang/rust/rust-1.75.0-r100.ebuild                        | 2 +-
 dev-lang/rust/rust-1.76.0-r100.ebuild                        | 2 +-
 dev-lang/rust/rust-1.77.1-r100.ebuild                        | 2 +-
 dev-lang/rust/rust-1.78.0-r100.ebuild                        | 2 +-
 dev-lang/rust/rust-1.79.0-r100.ebuild                        | 2 +-
 dev-lang/rust/rust-1.80.1-r100.ebuild                        | 2 +-
 dev-lang/rust/rust-1.81.0-r100.ebuild                        | 2 +-
 dev-lang/rust/rust-1.82.0-r100.ebuild                        | 2 +-
 dev-lang/rust/rust-1.82.0-r101.ebuild                        | 2 +-
 dev-lang/rust/rust-1.83.0-r1.ebuild                          | 2 +-
 kde-plasma/drkonqi/drkonqi-6.2.4.ebuild                      | 2 +-
 {dev-debug => llvm-core}/lldb/Manifest                       | 0
 {dev-debug => llvm-core}/lldb/lldb-15.0.7.ebuild             | 0
 {dev-debug => llvm-core}/lldb/lldb-16.0.6-r1.ebuild          | 0
 {dev-debug => llvm-core}/lldb/lldb-17.0.6.ebuild             | 0
 {dev-debug => llvm-core}/lldb/lldb-18.1.8.ebuild             | 0
 {dev-debug => llvm-core}/lldb/lldb-19.1.4.ebuild             | 0
 {dev-debug => llvm-core}/lldb/lldb-19.1.5.ebuild             | 0
 {dev-debug => llvm-core}/lldb/lldb-20.0.0.9999.ebuild        | 0
 {dev-debug => llvm-core}/lldb/lldb-20.0.0_pre20241207.ebuild | 0
 {dev-debug => llvm-core}/lldb/metadata.xml                   | 0
 metadata/stabilization-groups/llvm.group                     | 2 +-
 profiles/arch/amd64/package.use.mask                         | 2 +-
 profiles/arch/base/package.use.mask                          | 2 +-
 profiles/arch/loong/package.use.mask                         | 2 +-
 profiles/arch/x86/package.use.mask                           | 2 +-
 profiles/updates/4Q-2024                                     | 1 +
 49 files changed, 39 insertions(+), 38 deletions(-)

diff --git a/dev-debug/bpftrace/bpftrace-0.21.1.ebuild 
b/dev-debug/bpftrace/bpftrace-0.21.1.ebuild
index c7e827c944e5..1ec969bed830 100644
--- a/dev-debug/bpftrace/bpftrace-0.21.1.ebuild
+++ b/dev-debug/bpftrace/bpftrace-0.21.1.ebuild
@@ -25,7 +25,7 @@ RESTRICT="test"
 RDEPEND="
        >=dev-libs/libbpf-1.1:=
        >=dev-util/bcc-0.25.0:=
-       lldb? ( >=dev-debug/lldb-15 )
+       lldb? ( >=llvm-core/lldb-15 )
        >=sys-devel/llvm-15[llvm_targets_BPF(+)]
        >=llvm-core/clang-15
        <llvm-core/clang-$((${LLVM_MAX_SLOT} + 1)):=

diff --git a/dev-debug/bpftrace/bpftrace-0.21.2-r1.ebuild 
b/dev-debug/bpftrace/bpftrace-0.21.2-r1.ebuild
index d59709b38ada..208eeb928f7d 100644
--- a/dev-debug/bpftrace/bpftrace-0.21.2-r1.ebuild
+++ b/dev-debug/bpftrace/bpftrace-0.21.2-r1.ebuild
@@ -26,7 +26,7 @@ RESTRICT="test"
 RDEPEND="
        >=dev-libs/libbpf-1.1:=
        >=dev-util/bcc-0.25.0:=
-       lldb? ( >=dev-debug/lldb-15 )
+       lldb? ( >=llvm-core/lldb-15 )
        >=sys-devel/llvm-15[llvm_targets_BPF(+)]
        >=llvm-core/clang-15
        <llvm-core/clang-$((${LLVM_MAX_SLOT} + 1)):=

diff --git a/dev-debug/bpftrace/metadata.xml b/dev-debug/bpftrace/metadata.xml
index 1c741ebbeeae..73a4a6615c9d 100644
--- a/dev-debug/bpftrace/metadata.xml
+++ b/dev-debug/bpftrace/metadata.xml
@@ -19,7 +19,7 @@
   </maintainer>
   <use>
     <flag name="fuzzing">Build bpftrace for fuzzing</flag>
-    <flag name="lldb">Parse debug info using<pkg>dev-debug/lldb</pkg></flag>
+    <flag name="lldb">Parse debug info using<pkg>llvm-core/lldb</pkg></flag>
   </use>
   <upstream>
     <remote-id type="github">bpftrace/bpftrace</remote-id>

diff --git a/dev-lang/rust-bin/rust-bin-1.71.1-r100.ebuild 
b/dev-lang/rust-bin/rust-bin-1.71.1-r100.ebuild
index 510f9ce2d5f7..9e716ace2e5b 100644
--- a/dev-lang/rust-bin/rust-bin-1.71.1-r100.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.71.1-r100.ebuild
@@ -215,7 +215,7 @@ multilib_src_install() {
 pkg_postinst() {
        eselect rust update
 
-       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
+       if has_version dev-debug/gdb || has_version llvm-core/lldb; then
                elog "Rust installs helper scripts for calling GDB and LLDB,"
                elog "for convenience they are installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust-bin/rust-bin-1.71.1-r101.ebuild 
b/dev-lang/rust-bin/rust-bin-1.71.1-r101.ebuild
index d11cd3414a68..3a37b965eca8 100644
--- a/dev-lang/rust-bin/rust-bin-1.71.1-r101.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.71.1-r101.ebuild
@@ -226,7 +226,7 @@ multilib_src_install() {
 pkg_postinst() {
        eselect rust update
 
-       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
+       if has_version dev-debug/gdb || has_version llvm-core/lldb; then
                elog "Rust installs helper scripts for calling GDB and LLDB,"
                elog "for convenience they are installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust-bin/rust-bin-1.74.1-r100.ebuild 
b/dev-lang/rust-bin/rust-bin-1.74.1-r100.ebuild
index 576701dfd9a3..23d2616783ae 100644
--- a/dev-lang/rust-bin/rust-bin-1.74.1-r100.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.74.1-r100.ebuild
@@ -225,7 +225,7 @@ multilib_src_install() {
 pkg_postinst() {
        eselect rust update
 
-       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
+       if has_version dev-debug/gdb || has_version llvm-core/lldb; then
                elog "Rust installs helper scripts for calling GDB and LLDB,"
                elog "for convenience they are installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust-bin/rust-bin-1.74.1-r101.ebuild 
b/dev-lang/rust-bin/rust-bin-1.74.1-r101.ebuild
index 4d17bb7fa86d..27f76c86c891 100644
--- a/dev-lang/rust-bin/rust-bin-1.74.1-r101.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.74.1-r101.ebuild
@@ -236,7 +236,7 @@ multilib_src_install() {
 pkg_postinst() {
        eselect rust update
 
-       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
+       if has_version dev-debug/gdb || has_version llvm-core/lldb; then
                elog "Rust installs helper scripts for calling GDB and LLDB,"
                elog "for convenience they are installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust-bin/rust-bin-1.75.0-r100.ebuild 
b/dev-lang/rust-bin/rust-bin-1.75.0-r100.ebuild
index 9c67001aa284..9bb32c144c66 100644
--- a/dev-lang/rust-bin/rust-bin-1.75.0-r100.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.75.0-r100.ebuild
@@ -225,7 +225,7 @@ multilib_src_install() {
 pkg_postinst() {
        eselect rust update
 
-       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
+       if has_version dev-debug/gdb || has_version llvm-core/lldb; then
                elog "Rust installs helper scripts for calling GDB and LLDB,"
                elog "for convenience they are installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust-bin/rust-bin-1.75.0-r101.ebuild 
b/dev-lang/rust-bin/rust-bin-1.75.0-r101.ebuild
index 0a7a3ce85e55..d8816da33893 100644
--- a/dev-lang/rust-bin/rust-bin-1.75.0-r101.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.75.0-r101.ebuild
@@ -236,7 +236,7 @@ multilib_src_install() {
 pkg_postinst() {
        eselect rust update
 
-       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
+       if has_version dev-debug/gdb || has_version llvm-core/lldb; then
                elog "Rust installs helper scripts for calling GDB and LLDB,"
                elog "for convenience they are installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust-bin/rust-bin-1.77.1-r100.ebuild 
b/dev-lang/rust-bin/rust-bin-1.77.1-r100.ebuild
index f5be8d46db5a..5eb6567f5cdd 100644
--- a/dev-lang/rust-bin/rust-bin-1.77.1-r100.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.77.1-r100.ebuild
@@ -227,7 +227,7 @@ multilib_src_install() {
 pkg_postinst() {
        eselect rust update
 
-       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
+       if has_version dev-debug/gdb || has_version llvm-core/lldb; then
                elog "Rust installs helper scripts for calling GDB and LLDB,"
                elog "for convenience they are installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust-bin/rust-bin-1.77.1-r101.ebuild 
b/dev-lang/rust-bin/rust-bin-1.77.1-r101.ebuild
index daeb8b1266e7..957aa1b35be3 100644
--- a/dev-lang/rust-bin/rust-bin-1.77.1-r101.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.77.1-r101.ebuild
@@ -238,7 +238,7 @@ multilib_src_install() {
 pkg_postinst() {
        eselect rust update
 
-       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
+       if has_version dev-debug/gdb || has_version llvm-core/lldb; then
                elog "Rust installs helper scripts for calling GDB and LLDB,"
                elog "for convenience they are installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust-bin/rust-bin-1.79.0-r100.ebuild 
b/dev-lang/rust-bin/rust-bin-1.79.0-r100.ebuild
index ed6ccb20282c..55b9d0d15962 100644
--- a/dev-lang/rust-bin/rust-bin-1.79.0-r100.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.79.0-r100.ebuild
@@ -230,7 +230,7 @@ multilib_src_install() {
 pkg_postinst() {
        eselect rust update
 
-       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
+       if has_version dev-debug/gdb || has_version llvm-core/lldb; then
                elog "Rust installs helper scripts for calling GDB and LLDB,"
                elog "for convenience they are installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust-bin/rust-bin-1.79.0-r101.ebuild 
b/dev-lang/rust-bin/rust-bin-1.79.0-r101.ebuild
index a29075336c9f..fbba0eaafe7c 100644
--- a/dev-lang/rust-bin/rust-bin-1.79.0-r101.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.79.0-r101.ebuild
@@ -241,7 +241,7 @@ multilib_src_install() {
 pkg_postinst() {
        eselect rust update
 
-       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
+       if has_version dev-debug/gdb || has_version llvm-core/lldb; then
                elog "Rust installs helper scripts for calling GDB and LLDB,"
                elog "for convenience they are installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust-bin/rust-bin-1.80.1-r100.ebuild 
b/dev-lang/rust-bin/rust-bin-1.80.1-r100.ebuild
index 37a443321e80..8b3aab679bda 100644
--- a/dev-lang/rust-bin/rust-bin-1.80.1-r100.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.80.1-r100.ebuild
@@ -234,7 +234,7 @@ multilib_src_install() {
 pkg_postinst() {
        eselect rust update
 
-       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
+       if has_version dev-debug/gdb || has_version llvm-core/lldb; then
                elog "Rust installs helper scripts for calling GDB and LLDB,"
                elog "for convenience they are installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust-bin/rust-bin-1.80.1-r101.ebuild 
b/dev-lang/rust-bin/rust-bin-1.80.1-r101.ebuild
index 5634fbb8bac0..cc54b88837b5 100644
--- a/dev-lang/rust-bin/rust-bin-1.80.1-r101.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.80.1-r101.ebuild
@@ -245,7 +245,7 @@ multilib_src_install() {
 pkg_postinst() {
        eselect rust update
 
-       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
+       if has_version dev-debug/gdb || has_version llvm-core/lldb; then
                elog "Rust installs helper scripts for calling GDB and LLDB,"
                elog "for convenience they are installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust-bin/rust-bin-1.81.0-r100.ebuild 
b/dev-lang/rust-bin/rust-bin-1.81.0-r100.ebuild
index 6fb4f440b806..aabb1ed9c384 100644
--- a/dev-lang/rust-bin/rust-bin-1.81.0-r100.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.81.0-r100.ebuild
@@ -232,7 +232,7 @@ multilib_src_install() {
 pkg_postinst() {
        eselect rust update
 
-       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
+       if has_version dev-debug/gdb || has_version llvm-core/lldb; then
                elog "Rust installs helper scripts for calling GDB and LLDB,"
                elog "for convenience they are installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust-bin/rust-bin-1.81.0-r101.ebuild 
b/dev-lang/rust-bin/rust-bin-1.81.0-r101.ebuild
index 6a1a7934bcfa..92018fea9922 100644
--- a/dev-lang/rust-bin/rust-bin-1.81.0-r101.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.81.0-r101.ebuild
@@ -243,7 +243,7 @@ multilib_src_install() {
 pkg_postinst() {
        eselect rust update
 
-       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
+       if has_version dev-debug/gdb || has_version llvm-core/lldb; then
                elog "Rust installs helper scripts for calling GDB and LLDB,"
                elog "for convenience they are installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust-bin/rust-bin-1.82.0-r100.ebuild 
b/dev-lang/rust-bin/rust-bin-1.82.0-r100.ebuild
index 33133e19a43a..b1a1d5f9037b 100644
--- a/dev-lang/rust-bin/rust-bin-1.82.0-r100.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.82.0-r100.ebuild
@@ -234,7 +234,7 @@ multilib_src_install() {
 pkg_postinst() {
        eselect rust update
 
-       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
+       if has_version dev-debug/gdb || has_version llvm-core/lldb; then
                elog "Rust installs helper scripts for calling GDB and LLDB,"
                elog "for convenience they are installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust-bin/rust-bin-1.82.0-r101.ebuild 
b/dev-lang/rust-bin/rust-bin-1.82.0-r101.ebuild
index bcb013241af4..a4cbf3b1c091 100644
--- a/dev-lang/rust-bin/rust-bin-1.82.0-r101.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.82.0-r101.ebuild
@@ -245,7 +245,7 @@ multilib_src_install() {
 pkg_postinst() {
        eselect rust update
 
-       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
+       if has_version dev-debug/gdb || has_version llvm-core/lldb; then
                elog "Rust installs helper scripts for calling GDB and LLDB,"
                elog "for convenience they are installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust-bin/rust-bin-1.83.0.ebuild 
b/dev-lang/rust-bin/rust-bin-1.83.0.ebuild
index 7ea8703e640a..a703d3849cc7 100644
--- a/dev-lang/rust-bin/rust-bin-1.83.0.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.83.0.ebuild
@@ -234,7 +234,7 @@ multilib_src_install() {
 pkg_postinst() {
        eselect rust update
 
-       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
+       if has_version dev-debug/gdb || has_version llvm-core/lldb; then
                elog "Rust installs helper scripts for calling GDB and LLDB,"
                elog "for convenience they are installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust/rust-1.71.1-r100.ebuild 
b/dev-lang/rust/rust-1.71.1-r100.ebuild
index b771817c4d16..854dd0434ee4 100644
--- a/dev-lang/rust/rust-1.71.1-r100.ebuild
+++ b/dev-lang/rust/rust-1.71.1-r100.ebuild
@@ -687,7 +687,7 @@ pkg_postinst() {
 
        eselect rust update
 
-       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
+       if has_version dev-debug/gdb || has_version llvm-core/lldb; then
                elog "Rust installs helper scripts for calling GDB and LLDB,"
                elog "for convenience they are installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust/rust-1.74.1-r100.ebuild 
b/dev-lang/rust/rust-1.74.1-r100.ebuild
index c7fac959bd17..6fc6f9d7da13 100644
--- a/dev-lang/rust/rust-1.74.1-r100.ebuild
+++ b/dev-lang/rust/rust-1.74.1-r100.ebuild
@@ -717,7 +717,7 @@ pkg_postinst() {
 
        eselect rust update
 
-       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
+       if has_version dev-debug/gdb || has_version llvm-core/lldb; then
                elog "Rust installs helper scripts for calling GDB and LLDB,"
                elog "for convenience they are installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust/rust-1.75.0-r100.ebuild 
b/dev-lang/rust/rust-1.75.0-r100.ebuild
index ed3382e87a41..86a253b38314 100644
--- a/dev-lang/rust/rust-1.75.0-r100.ebuild
+++ b/dev-lang/rust/rust-1.75.0-r100.ebuild
@@ -719,7 +719,7 @@ pkg_postinst() {
 
        eselect rust update
 
-       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
+       if has_version dev-debug/gdb || has_version llvm-core/lldb; then
                elog "Rust installs helper scripts for calling GDB and LLDB,"
                elog "for convenience they are installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust/rust-1.76.0-r100.ebuild 
b/dev-lang/rust/rust-1.76.0-r100.ebuild
index 336058cac271..068aa16fcec8 100644
--- a/dev-lang/rust/rust-1.76.0-r100.ebuild
+++ b/dev-lang/rust/rust-1.76.0-r100.ebuild
@@ -636,7 +636,7 @@ pkg_postinst() {
 
        eselect rust update
 
-       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
+       if has_version dev-debug/gdb || has_version llvm-core/lldb; then
                elog "Rust installs helper scripts for calling GDB and LLDB,"
                elog "for convenience they are installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust/rust-1.77.1-r100.ebuild 
b/dev-lang/rust/rust-1.77.1-r100.ebuild
index 8e4728564423..87d1f762a274 100644
--- a/dev-lang/rust/rust-1.77.1-r100.ebuild
+++ b/dev-lang/rust/rust-1.77.1-r100.ebuild
@@ -718,7 +718,7 @@ pkg_postinst() {
 
        eselect rust update
 
-       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
+       if has_version dev-debug/gdb || has_version llvm-core/lldb; then
                elog "Rust installs helper scripts for calling GDB and LLDB,"
                elog "for convenience they are installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust/rust-1.78.0-r100.ebuild 
b/dev-lang/rust/rust-1.78.0-r100.ebuild
index 9274b3522aba..fce39e59dc05 100644
--- a/dev-lang/rust/rust-1.78.0-r100.ebuild
+++ b/dev-lang/rust/rust-1.78.0-r100.ebuild
@@ -721,7 +721,7 @@ pkg_postinst() {
 
        eselect rust update
 
-       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
+       if has_version dev-debug/gdb || has_version llvm-core/lldb; then
                elog "Rust installs helper scripts for calling GDB and LLDB,"
                elog "for convenience they are installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust/rust-1.79.0-r100.ebuild 
b/dev-lang/rust/rust-1.79.0-r100.ebuild
index 9274b3522aba..fce39e59dc05 100644
--- a/dev-lang/rust/rust-1.79.0-r100.ebuild
+++ b/dev-lang/rust/rust-1.79.0-r100.ebuild
@@ -721,7 +721,7 @@ pkg_postinst() {
 
        eselect rust update
 
-       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
+       if has_version dev-debug/gdb || has_version llvm-core/lldb; then
                elog "Rust installs helper scripts for calling GDB and LLDB,"
                elog "for convenience they are installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust/rust-1.80.1-r100.ebuild 
b/dev-lang/rust/rust-1.80.1-r100.ebuild
index aa541b30c826..b5cfdb2976bd 100644
--- a/dev-lang/rust/rust-1.80.1-r100.ebuild
+++ b/dev-lang/rust/rust-1.80.1-r100.ebuild
@@ -718,7 +718,7 @@ pkg_postinst() {
 
        eselect rust update
 
-       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
+       if has_version dev-debug/gdb || has_version llvm-core/lldb; then
                elog "Rust installs helper scripts for calling GDB and LLDB,"
                elog "for convenience they are installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust/rust-1.81.0-r100.ebuild 
b/dev-lang/rust/rust-1.81.0-r100.ebuild
index 08f10263228a..1108e7f15593 100644
--- a/dev-lang/rust/rust-1.81.0-r100.ebuild
+++ b/dev-lang/rust/rust-1.81.0-r100.ebuild
@@ -722,7 +722,7 @@ pkg_postinst() {
 
        eselect rust update
 
-       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
+       if has_version dev-debug/gdb || has_version llvm-core/lldb; then
                elog "Rust installs helper scripts for calling GDB and LLDB,"
                elog "for convenience they are installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust/rust-1.82.0-r100.ebuild 
b/dev-lang/rust/rust-1.82.0-r100.ebuild
index 72872f76222d..07b5f3f8c7f6 100644
--- a/dev-lang/rust/rust-1.82.0-r100.ebuild
+++ b/dev-lang/rust/rust-1.82.0-r100.ebuild
@@ -732,7 +732,7 @@ pkg_postinst() {
 
        eselect rust update
 
-       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
+       if has_version dev-debug/gdb || has_version llvm-core/lldb; then
                elog "Rust installs helper scripts for calling GDB and LLDB,"
                elog "for convenience they are installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust/rust-1.82.0-r101.ebuild 
b/dev-lang/rust/rust-1.82.0-r101.ebuild
index 4e6d7df17b47..43c4a3704a8f 100644
--- a/dev-lang/rust/rust-1.82.0-r101.ebuild
+++ b/dev-lang/rust/rust-1.82.0-r101.ebuild
@@ -733,7 +733,7 @@ pkg_postinst() {
 
        eselect rust update
 
-       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
+       if has_version dev-debug/gdb || has_version llvm-core/lldb; then
                elog "Rust installs helper scripts for calling GDB and LLDB,"
                elog "for convenience they are installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/dev-lang/rust/rust-1.83.0-r1.ebuild 
b/dev-lang/rust/rust-1.83.0-r1.ebuild
index fbf6a6048ce9..e514a0cb4a89 100644
--- a/dev-lang/rust/rust-1.83.0-r1.ebuild
+++ b/dev-lang/rust/rust-1.83.0-r1.ebuild
@@ -710,7 +710,7 @@ pkg_postinst() {
 
        eselect rust update
 
-       if has_version dev-debug/gdb || has_version dev-debug/lldb; then
+       if has_version dev-debug/gdb || has_version llvm-core/lldb; then
                elog "Rust installs helper scripts for calling GDB and LLDB,"
                elog "for convenience they are installed under 
/usr/bin/rust-{gdb,lldb}-${PV}."
        fi

diff --git a/kde-plasma/drkonqi/drkonqi-6.2.4.ebuild 
b/kde-plasma/drkonqi/drkonqi-6.2.4.ebuild
index c12078a652ea..ce0452ad5749 100644
--- a/kde-plasma/drkonqi/drkonqi-6.2.4.ebuild
+++ b/kde-plasma/drkonqi/drkonqi-6.2.4.ebuild
@@ -55,7 +55,7 @@ RDEPEND="${COMMON_DEPEND}
        ')
        || (
                dev-debug/gdb
-               dev-debug/lldb
+               llvm-core/lldb
        )
 "
 

diff --git a/dev-debug/lldb/Manifest b/llvm-core/lldb/Manifest
similarity index 100%
rename from dev-debug/lldb/Manifest
rename to llvm-core/lldb/Manifest

diff --git a/dev-debug/lldb/lldb-15.0.7.ebuild 
b/llvm-core/lldb/lldb-15.0.7.ebuild
similarity index 100%
rename from dev-debug/lldb/lldb-15.0.7.ebuild
rename to llvm-core/lldb/lldb-15.0.7.ebuild

diff --git a/dev-debug/lldb/lldb-16.0.6-r1.ebuild 
b/llvm-core/lldb/lldb-16.0.6-r1.ebuild
similarity index 100%
rename from dev-debug/lldb/lldb-16.0.6-r1.ebuild
rename to llvm-core/lldb/lldb-16.0.6-r1.ebuild

diff --git a/dev-debug/lldb/lldb-17.0.6.ebuild 
b/llvm-core/lldb/lldb-17.0.6.ebuild
similarity index 100%
rename from dev-debug/lldb/lldb-17.0.6.ebuild
rename to llvm-core/lldb/lldb-17.0.6.ebuild

diff --git a/dev-debug/lldb/lldb-18.1.8.ebuild 
b/llvm-core/lldb/lldb-18.1.8.ebuild
similarity index 100%
rename from dev-debug/lldb/lldb-18.1.8.ebuild
rename to llvm-core/lldb/lldb-18.1.8.ebuild

diff --git a/dev-debug/lldb/lldb-19.1.4.ebuild 
b/llvm-core/lldb/lldb-19.1.4.ebuild
similarity index 100%
rename from dev-debug/lldb/lldb-19.1.4.ebuild
rename to llvm-core/lldb/lldb-19.1.4.ebuild

diff --git a/dev-debug/lldb/lldb-19.1.5.ebuild 
b/llvm-core/lldb/lldb-19.1.5.ebuild
similarity index 100%
rename from dev-debug/lldb/lldb-19.1.5.ebuild
rename to llvm-core/lldb/lldb-19.1.5.ebuild

diff --git a/dev-debug/lldb/lldb-20.0.0.9999.ebuild 
b/llvm-core/lldb/lldb-20.0.0.9999.ebuild
similarity index 100%
rename from dev-debug/lldb/lldb-20.0.0.9999.ebuild
rename to llvm-core/lldb/lldb-20.0.0.9999.ebuild

diff --git a/dev-debug/lldb/lldb-20.0.0_pre20241207.ebuild 
b/llvm-core/lldb/lldb-20.0.0_pre20241207.ebuild
similarity index 100%
rename from dev-debug/lldb/lldb-20.0.0_pre20241207.ebuild
rename to llvm-core/lldb/lldb-20.0.0_pre20241207.ebuild

diff --git a/dev-debug/lldb/metadata.xml b/llvm-core/lldb/metadata.xml
similarity index 100%
rename from dev-debug/lldb/metadata.xml
rename to llvm-core/lldb/metadata.xml

diff --git a/metadata/stabilization-groups/llvm.group 
b/metadata/stabilization-groups/llvm.group
index c638d073ce27..88560dbad450 100644
--- a/metadata/stabilization-groups/llvm.group
+++ b/metadata/stabilization-groups/llvm.group
@@ -1,4 +1,3 @@
-dev-debug/lldb
 dev-ml/llvm-ocaml
 dev-python/clang-python
 dev-python/lit
@@ -7,6 +6,7 @@ llvm-core/clang-common
 llvm-core/clang-runtime
 llvm-core/clang-toolchain-symlinks
 llvm-core/libclc
+llvm-core/lldb
 llvm-runtimes/compiler-rt
 llvm-runtimes/compiler-rt-sanitizers
 llvm-runtimes/libcxx

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index f45a9e27e512..c4e8ddbff093 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -142,7 +142,7 @@ media-libs/libplacebo -shaderc
 
 # Michał Górny <[email protected]> (2023-09-19)
 # dev-cpp/cpp-httplib is keyworded here.
-dev-debug/lldb -debuginfod
+llvm-core/lldb -debuginfod
 sys-devel/llvm -debuginfod
 
 # Ionen Wolkens <[email protected]> (2023-09-13)

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index 4599e3164848..a398f74a9490 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -124,7 +124,7 @@ media-libs/libplacebo shaderc
 
 # Michał Górny <[email protected]> (2023-09-19)
 # dev-cpp/cpp-httplib is barely keyworded anywhere.
-dev-debug/lldb debuginfod
+llvm-core/lldb debuginfod
 sys-devel/llvm debuginfod
 
 # Ionen Wolkens <[email protected]> (2023-09-13)

diff --git a/profiles/arch/loong/package.use.mask 
b/profiles/arch/loong/package.use.mask
index b9f87b088a70..41d3de0b5b7b 100644
--- a/profiles/arch/loong/package.use.mask
+++ b/profiles/arch/loong/package.use.mask
@@ -152,7 +152,7 @@ dev-util/librnp man
 
 # Michał Górny <[email protected]> (2023-09-19)
 # dev-cpp/cpp-httplib is keyworded here.
-dev-debug/lldb -debuginfod
+llvm-core/lldb -debuginfod
 sys-devel/llvm -debuginfod
 
 # WANG Xuerui <[email protected]> (2023-09-10)

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index ba95f7552963..7edc4aa9153e 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -92,7 +92,7 @@ media-libs/libplacebo -shaderc
 
 # Michał Górny <[email protected]> (2023-09-19)
 # dev-cpp/cpp-httplib is keyworded here.
-dev-debug/lldb -debuginfod
+llvm-core/lldb -debuginfod
 sys-devel/llvm -debuginfod
 
 # Jon Janzen <[email protected]> (2023-09-11)

diff --git a/profiles/updates/4Q-2024 b/profiles/updates/4Q-2024
index 46a960b13325..08f7f4afe549 100644
--- a/profiles/updates/4Q-2024
+++ b/profiles/updates/4Q-2024
@@ -73,3 +73,4 @@ move sys-devel/clang-runtime llvm-core/clang-runtime
 move sys-devel/clang-toolchain-symlinks llvm-core/clang-toolchain-symlinks
 move sys-devel/clang-common llvm-core/clang-common
 move sys-devel/clang llvm-core/clang
+move dev-debug/lldb llvm-core/lldb

Reply via email to