diff options
379 files changed, 554 insertions, 553 deletions
diff --git a/app-antivirus/clamav/clamav-1.0.7-r1.ebuild b/app-antivirus/clamav/clamav-1.0.7-r1.ebuild index bb7cc89f3b9f..0ef1d488cc1f 100644 --- a/app-antivirus/clamav/clamav-1.0.7-r1.ebuild +++ b/app-antivirus/clamav/clamav-1.0.7-r1.ebuild @@ -197,7 +197,7 @@ COMMON_DEPEND=" !libclamav-only? ( net-misc/curl ) clamapp? ( sys-libs/ncurses:= net-misc/curl ) elibc_musl? ( sys-libs/fts-standalone ) - jit? ( <sys-devel/llvm-$((${LLVM_MAX_SLOT} + 1)):= ) + jit? ( <llvm-core/llvm-$((${LLVM_MAX_SLOT} + 1)):= ) milter? ( mail-filter/libmilter:= ) rar? ( app-arch/unrar ) system-mspack? ( dev-libs/libmspack ) @@ -276,7 +276,7 @@ src_configure() { # https://github.com/Cisco-Talos/clamav/blob/main/INSTALL.md#bytecode-runtime mycmakeargs+=( -DLLVM_ROOT_DIR="$(get_llvm_prefix -d ${LLVM_MAX_SLOT})" - -DLLVM_FIND_VERSION="$(best_version sys-devel/llvm:${LLVM_MAX_SLOT} | cut -c 16-)" + -DLLVM_FIND_VERSION="$(best_version llvm-core/llvm:${LLVM_MAX_SLOT} | cut -c 16-)" ) fi diff --git a/app-antivirus/clamav/clamav-1.4.1-r2.ebuild b/app-antivirus/clamav/clamav-1.4.1-r2.ebuild index a613a13cfc4f..341bc6af02a8 100644 --- a/app-antivirus/clamav/clamav-1.4.1-r2.ebuild +++ b/app-antivirus/clamav/clamav-1.4.1-r2.ebuild @@ -200,7 +200,7 @@ COMMON_DEPEND=" !libclamav-only? ( net-misc/curl ) clamapp? ( sys-libs/ncurses:= net-misc/curl ) elibc_musl? ( sys-libs/fts-standalone ) - jit? ( <sys-devel/llvm-$((${LLVM_MAX_SLOT} + 1)):= ) + jit? ( <llvm-core/llvm-$((${LLVM_MAX_SLOT} + 1)):= ) milter? ( mail-filter/libmilter:= ) rar? ( app-arch/unrar ) system-mspack? ( dev-libs/libmspack ) @@ -283,7 +283,7 @@ src_configure() { # https://github.com/Cisco-Talos/clamav/blob/main/INSTALL.md#bytecode-runtime mycmakeargs+=( -DLLVM_ROOT_DIR="$(get_llvm_prefix -d ${LLVM_MAX_SLOT})" - -DLLVM_FIND_VERSION="$(best_version sys-devel/llvm:${LLVM_MAX_SLOT} | cut -c 16-)" + -DLLVM_FIND_VERSION="$(best_version llvm-core/llvm:${LLVM_MAX_SLOT} | cut -c 16-)" ) fi diff --git a/app-editors/zed/zed-0.155.2-r1.ebuild b/app-editors/zed/zed-0.155.2-r1.ebuild index d5fff03544d8..f6d3bf8ddcca 100644 --- a/app-editors/zed/zed-0.155.2-r1.ebuild +++ b/app-editors/zed/zed-0.155.2-r1.ebuild @@ -81,7 +81,7 @@ BDEPEND=" sys-devel/mold $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') " diff --git a/app-editors/zed/zed-0.159.10-r1.ebuild b/app-editors/zed/zed-0.159.10-r1.ebuild index cafbc3ad3ecd..ece902784f20 100644 --- a/app-editors/zed/zed-0.159.10-r1.ebuild +++ b/app-editors/zed/zed-0.159.10-r1.ebuild @@ -107,7 +107,7 @@ BDEPEND=" sys-devel/mold $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') " diff --git a/app-editors/zed/zed-0.160.7-r1.ebuild b/app-editors/zed/zed-0.160.7-r1.ebuild index fd91a252fe1c..ba409f0f9c56 100644 --- a/app-editors/zed/zed-0.160.7-r1.ebuild +++ b/app-editors/zed/zed-0.160.7-r1.ebuild @@ -107,7 +107,7 @@ BDEPEND=" sys-devel/mold $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') " diff --git a/app-forensics/aflplusplus/aflplusplus-4.21c.ebuild b/app-forensics/aflplusplus/aflplusplus-4.21c.ebuild index ef06ecdab82c..ef151a959330 100644 --- a/app-forensics/aflplusplus/aflplusplus-4.21c.ebuild +++ b/app-forensics/aflplusplus/aflplusplus-4.21c.ebuild @@ -28,7 +28,7 @@ RDEPEND=" ${PYTHON_DEPS} $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') !app-forensics/afl " diff --git a/app-forensics/aflplusplus/aflplusplus-4.30c.ebuild b/app-forensics/aflplusplus/aflplusplus-4.30c.ebuild index a573ce0d9fe9..f80e61caf6cb 100644 --- a/app-forensics/aflplusplus/aflplusplus-4.30c.ebuild +++ b/app-forensics/aflplusplus/aflplusplus-4.30c.ebuild @@ -28,7 +28,7 @@ RDEPEND=" ${PYTHON_DEPS} $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') !app-forensics/afl " diff --git a/app-office/libreoffice/libreoffice-24.2.4.2-r1.ebuild b/app-office/libreoffice/libreoffice-24.2.4.2-r1.ebuild index 9efe2aba6857..7457698d87ce 100644 --- a/app-office/libreoffice/libreoffice-24.2.4.2-r1.ebuild +++ b/app-office/libreoffice/libreoffice-24.2.4.2-r1.ebuild @@ -273,16 +273,16 @@ BDEPEND=" clang? ( || ( ( llvm-core/clang:18 - sys-devel/llvm:18 + llvm-core/llvm:18 =llvm-core/lld-18* ) ( llvm-core/clang:17 - sys-devel/llvm:17 + llvm-core/llvm:17 =llvm-core/lld-17* ) ( llvm-core/clang:16 - sys-devel/llvm:16 + llvm-core/llvm:16 =llvm-core/lld-16* ) ( llvm-core/clang:15 - sys-devel/llvm:15 + llvm-core/llvm:15 =llvm-core/lld-15* ) ) ) diff --git a/app-office/libreoffice/libreoffice-24.2.6.2.ebuild b/app-office/libreoffice/libreoffice-24.2.6.2.ebuild index 5a62286817d9..53ece40e3f2f 100644 --- a/app-office/libreoffice/libreoffice-24.2.6.2.ebuild +++ b/app-office/libreoffice/libreoffice-24.2.6.2.ebuild @@ -286,16 +286,16 @@ BDEPEND=" clang? ( || ( ( llvm-core/clang:18 - sys-devel/llvm:18 + llvm-core/llvm:18 =llvm-core/lld-18* ) ( llvm-core/clang:17 - sys-devel/llvm:17 + llvm-core/llvm:17 =llvm-core/lld-17* ) ( llvm-core/clang:16 - sys-devel/llvm:16 + llvm-core/llvm:16 =llvm-core/lld-16* ) ( llvm-core/clang:15 - sys-devel/llvm:15 + llvm-core/llvm:15 =llvm-core/lld-15* ) ) ) diff --git a/app-office/libreoffice/libreoffice-24.2.7.2.ebuild b/app-office/libreoffice/libreoffice-24.2.7.2.ebuild index ac712d1b8a12..1501e13884e5 100644 --- a/app-office/libreoffice/libreoffice-24.2.7.2.ebuild +++ b/app-office/libreoffice/libreoffice-24.2.7.2.ebuild @@ -286,16 +286,16 @@ BDEPEND=" clang? ( || ( ( llvm-core/clang:18 - sys-devel/llvm:18 + llvm-core/llvm:18 =llvm-core/lld-18* ) ( llvm-core/clang:17 - sys-devel/llvm:17 + llvm-core/llvm:17 =llvm-core/lld-17* ) ( llvm-core/clang:16 - sys-devel/llvm:16 + llvm-core/llvm:16 =llvm-core/lld-16* ) ( llvm-core/clang:15 - sys-devel/llvm:15 + llvm-core/llvm:15 =llvm-core/lld-15* ) ) ) diff --git a/app-office/libreoffice/libreoffice-24.2.9999.ebuild b/app-office/libreoffice/libreoffice-24.2.9999.ebuild index a03776514d47..bb4459737ce1 100644 --- a/app-office/libreoffice/libreoffice-24.2.9999.ebuild +++ b/app-office/libreoffice/libreoffice-24.2.9999.ebuild @@ -285,16 +285,16 @@ BDEPEND=" clang? ( || ( ( llvm-core/clang:18 - sys-devel/llvm:18 + llvm-core/llvm:18 =llvm-core/lld-18* ) ( llvm-core/clang:17 - sys-devel/llvm:17 + llvm-core/llvm:17 =llvm-core/lld-17* ) ( llvm-core/clang:16 - sys-devel/llvm:16 + llvm-core/llvm:16 =llvm-core/lld-16* ) ( llvm-core/clang:15 - sys-devel/llvm:15 + llvm-core/llvm:15 =llvm-core/lld-15* ) ) ) diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index 252d8328def7..cab26a4ce034 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -266,16 +266,16 @@ BDEPEND=" clang? ( || ( ( llvm-core/clang:18 - sys-devel/llvm:18 + llvm-core/llvm:18 =llvm-core/lld-18* ) ( llvm-core/clang:17 - sys-devel/llvm:17 + llvm-core/llvm:17 =llvm-core/lld-17* ) ( llvm-core/clang:16 - sys-devel/llvm:16 + llvm-core/llvm:16 =llvm-core/lld-16* ) ( llvm-core/clang:15 - sys-devel/llvm:15 + llvm-core/llvm:15 =llvm-core/lld-15* ) ) ) diff --git a/app-text/doxygen/doxygen-1.12.0.ebuild b/app-text/doxygen/doxygen-1.12.0.ebuild index 673454bac0a2..68bdd15e684a 100644 --- a/app-text/doxygen/doxygen-1.12.0.ebuild +++ b/app-text/doxygen/doxygen-1.12.0.ebuild @@ -48,7 +48,7 @@ RDEPEND=" clang? ( $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') ) dot? ( diff --git a/app-text/doxygen/doxygen-9999.ebuild b/app-text/doxygen/doxygen-9999.ebuild index 231796875e0f..5adf958ddb5d 100644 --- a/app-text/doxygen/doxygen-9999.ebuild +++ b/app-text/doxygen/doxygen-9999.ebuild @@ -48,7 +48,7 @@ RDEPEND=" clang? ( $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') ) dot? ( diff --git a/dev-db/postgresql/postgresql-12.22.ebuild b/dev-db/postgresql/postgresql-12.22.ebuild index 17c7966eef1f..38d126fda22e 100644 --- a/dev-db/postgresql/postgresql-12.22.ebuild +++ b/dev-db/postgresql/postgresql-12.22.ebuild @@ -38,7 +38,7 @@ kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap:= ) llvm? ( $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') ) pam? ( sys-libs/pam ) perl? ( >=dev-lang/perl-5.8:= ) diff --git a/dev-db/postgresql/postgresql-13.18.ebuild b/dev-db/postgresql/postgresql-13.18.ebuild index 2e97bb1615bc..9ce45d60d6a0 100644 --- a/dev-db/postgresql/postgresql-13.18.ebuild +++ b/dev-db/postgresql/postgresql-13.18.ebuild @@ -38,7 +38,7 @@ kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap:= ) llvm? ( $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') ) pam? ( sys-libs/pam ) perl? ( >=dev-lang/perl-5.8:= ) diff --git a/dev-db/postgresql/postgresql-14.15.ebuild b/dev-db/postgresql/postgresql-14.15.ebuild index 0a97efaacf85..873a91c02486 100644 --- a/dev-db/postgresql/postgresql-14.15.ebuild +++ b/dev-db/postgresql/postgresql-14.15.ebuild @@ -38,7 +38,7 @@ kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap:= ) llvm? ( $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') ) lz4? ( app-arch/lz4 ) pam? ( sys-libs/pam ) diff --git a/dev-db/postgresql/postgresql-15.10.ebuild b/dev-db/postgresql/postgresql-15.10.ebuild index 230fc2874038..10cae3267992 100644 --- a/dev-db/postgresql/postgresql-15.10.ebuild +++ b/dev-db/postgresql/postgresql-15.10.ebuild @@ -38,7 +38,7 @@ kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap:= ) llvm? ( $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') ) lz4? ( app-arch/lz4 ) pam? ( sys-libs/pam ) diff --git a/dev-db/postgresql/postgresql-16.6.ebuild b/dev-db/postgresql/postgresql-16.6.ebuild index cafb1d5830b6..3d5cd5b50a37 100644 --- a/dev-db/postgresql/postgresql-16.6.ebuild +++ b/dev-db/postgresql/postgresql-16.6.ebuild @@ -39,7 +39,7 @@ kerberos? ( app-crypt/mit-krb5 ) ldap? ( net-nds/openldap:= ) llvm? ( $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') ) lz4? ( app-arch/lz4 ) pam? ( sys-libs/pam ) diff --git a/dev-db/postgresql/postgresql-17.2.ebuild b/dev-db/postgresql/postgresql-17.2.ebuild index df51d8aff501..b6471017bb0d 100644 --- a/dev-db/postgresql/postgresql-17.2.ebuild +++ b/dev-db/postgresql/postgresql-17.2.ebuild @@ -39,7 +39,7 @@ kerberos? ( app-crypt/mit-krb5 ) ldap? ( net-nds/openldap:= ) llvm? ( $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') ) lz4? ( app-arch/lz4 ) pam? ( sys-libs/pam ) diff --git a/dev-db/postgresql/postgresql-9999.ebuild b/dev-db/postgresql/postgresql-9999.ebuild index dd90efc7f00a..d655ed1893fe 100644 --- a/dev-db/postgresql/postgresql-9999.ebuild +++ b/dev-db/postgresql/postgresql-9999.ebuild @@ -47,7 +47,7 @@ kerberos? ( app-crypt/mit-krb5 ) ldap? ( net-nds/openldap:= ) llvm? ( $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') ) lz4? ( app-arch/lz4 ) pam? ( sys-libs/pam ) diff --git a/dev-debug/bpftrace/bpftrace-0.20.1-r2.ebuild b/dev-debug/bpftrace/bpftrace-0.20.1-r2.ebuild index 4d047fdd0c9e..156c1278ceef 100644 --- a/dev-debug/bpftrace/bpftrace-0.20.1-r2.ebuild +++ b/dev-debug/bpftrace/bpftrace-0.20.1-r2.ebuild @@ -27,10 +27,10 @@ RESTRICT="test" RDEPEND=" >=dev-libs/libbpf-1.1:= >=dev-util/bcc-0.25.0:= - >=sys-devel/llvm-10[llvm_targets_BPF(+)] + >=llvm-core/llvm-10[llvm_targets_BPF(+)] >=llvm-core/clang-10 <llvm-core/clang-$((${LLVM_MAX_SLOT} + 1)):= - <sys-devel/llvm-$((${LLVM_MAX_SLOT} + 1)):=[llvm_targets_BPF(+)] + <llvm-core/llvm-$((${LLVM_MAX_SLOT} + 1)):=[llvm_targets_BPF(+)] sys-process/procps sys-libs/binutils-libs:= virtual/libelf:= diff --git a/dev-debug/bpftrace/bpftrace-0.20.4.ebuild b/dev-debug/bpftrace/bpftrace-0.20.4.ebuild index 7b149e6ae9e3..aef9b31fd046 100644 --- a/dev-debug/bpftrace/bpftrace-0.20.4.ebuild +++ b/dev-debug/bpftrace/bpftrace-0.20.4.ebuild @@ -27,10 +27,10 @@ RESTRICT="test" RDEPEND=" >=dev-libs/libbpf-1.1:= >=dev-util/bcc-0.25.0:= - >=sys-devel/llvm-10[llvm_targets_BPF(+)] + >=llvm-core/llvm-10[llvm_targets_BPF(+)] >=llvm-core/clang-10 <llvm-core/clang-$((${LLVM_MAX_SLOT} + 1)):= - <sys-devel/llvm-$((${LLVM_MAX_SLOT} + 1)):=[llvm_targets_BPF(+)] + <llvm-core/llvm-$((${LLVM_MAX_SLOT} + 1)):=[llvm_targets_BPF(+)] sys-process/procps sys-libs/binutils-libs:= virtual/libelf:= diff --git a/dev-debug/bpftrace/bpftrace-0.21.1.ebuild b/dev-debug/bpftrace/bpftrace-0.21.1.ebuild index 1ec969bed830..8e87325fe4ad 100644 --- a/dev-debug/bpftrace/bpftrace-0.21.1.ebuild +++ b/dev-debug/bpftrace/bpftrace-0.21.1.ebuild @@ -26,10 +26,10 @@ RDEPEND=" >=dev-libs/libbpf-1.1:= >=dev-util/bcc-0.25.0:= lldb? ( >=llvm-core/lldb-15 ) - >=sys-devel/llvm-15[llvm_targets_BPF(+)] + >=llvm-core/llvm-15[llvm_targets_BPF(+)] >=llvm-core/clang-15 <llvm-core/clang-$((${LLVM_MAX_SLOT} + 1)):= - <sys-devel/llvm-$((${LLVM_MAX_SLOT} + 1)):=[llvm_targets_BPF(+)] + <llvm-core/llvm-$((${LLVM_MAX_SLOT} + 1)):=[llvm_targets_BPF(+)] sys-process/procps sys-libs/binutils-libs:= virtual/libelf:= diff --git a/dev-debug/bpftrace/bpftrace-0.21.2-r1.ebuild b/dev-debug/bpftrace/bpftrace-0.21.2-r1.ebuild index 208eeb928f7d..6fff423bfe68 100644 --- a/dev-debug/bpftrace/bpftrace-0.21.2-r1.ebuild +++ b/dev-debug/bpftrace/bpftrace-0.21.2-r1.ebuild @@ -27,10 +27,10 @@ RDEPEND=" >=dev-libs/libbpf-1.1:= >=dev-util/bcc-0.25.0:= lldb? ( >=llvm-core/lldb-15 ) - >=sys-devel/llvm-15[llvm_targets_BPF(+)] + >=llvm-core/llvm-15[llvm_targets_BPF(+)] >=llvm-core/clang-15 <llvm-core/clang-$((${LLVM_MAX_SLOT} + 1)):= - <sys-devel/llvm-$((${LLVM_MAX_SLOT} + 1)):=[llvm_targets_BPF(+)] + <llvm-core/llvm-$((${LLVM_MAX_SLOT} + 1)):=[llvm_targets_BPF(+)] sys-process/procps sys-libs/binutils-libs:= virtual/libelf:= diff --git a/dev-debug/sysdig/sysdig-0.39.0-r1.ebuild b/dev-debug/sysdig/sysdig-0.39.0-r1.ebuild index eab68f5a4756..af5c6dd314c8 100644 --- a/dev-debug/sysdig/sysdig-0.39.0-r1.ebuild +++ b/dev-debug/sysdig/sysdig-0.39.0-r1.ebuild @@ -51,7 +51,7 @@ DEPEND="${RDEPEND} dev-cpp/valijson bpf? ( $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}=[llvm_targets_BPF(+)] + llvm-core/llvm:${LLVM_SLOT}=[llvm_targets_BPF(+)] ') ) virtual/os-headers" diff --git a/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.107-r2.ebuild b/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.107-r2.ebuild index bca11d120e58..d04a60778e19 100644 --- a/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.107-r2.ebuild +++ b/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.107-r2.ebuild @@ -84,7 +84,7 @@ BDEPEND=" dev-vcs/git $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') " IDEPEND=" diff --git a/dev-dotnet/dotnet-sdk/dotnet-sdk-9.0.101.ebuild b/dev-dotnet/dotnet-sdk/dotnet-sdk-9.0.101.ebuild index c233b5ef1c7f..edaa15d989f4 100644 --- a/dev-dotnet/dotnet-sdk/dotnet-sdk-9.0.101.ebuild +++ b/dev-dotnet/dotnet-sdk/dotnet-sdk-9.0.101.ebuild @@ -85,7 +85,7 @@ BDEPEND=" dev-vcs/git $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') " IDEPEND=" diff --git a/dev-lang/crystal/crystal-1.14.0.ebuild b/dev-lang/crystal/crystal-1.14.0.ebuild index 0b8e4b4929c6..65646c0e7128 100644 --- a/dev-lang/crystal/crystal-1.14.0.ebuild +++ b/dev-lang/crystal/crystal-1.14.0.ebuild @@ -37,7 +37,7 @@ DEPEND=" dev-libs/libpcre2:=[unicode] dev-libs/pcl:= $(llvm_gen_dep ' - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') llvm-libunwind? ( llvm-runtimes/libunwind:= diff --git a/dev-lang/ghc/ghc-9.0.2-r4.ebuild b/dev-lang/ghc/ghc-9.0.2-r4.ebuild index 856327d21709..923302293c0e 100644 --- a/dev-lang/ghc/ghc-9.0.2-r4.ebuild +++ b/dev-lang/ghc/ghc-9.0.2-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ if [[ ${CTARGET} = ${CHOST} ]] ; then fi fi -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-any-r1 inherit autotools bash-completion-r1 flag-o-matic ghc-package inherit multiprocessing pax-utils toolchain-funcs prefix @@ -135,9 +135,9 @@ RDEPEND=" !ghcmakebinary? ( dev-libs/libffi:= ) numa? ( sys-process/numactl ) llvm? ( - <sys-devel/llvm-$((${LLVM_MAX_SLOT} + 1)):= + <llvm-core/llvm-$((${LLVM_MAX_SLOT} + 1)):= || ( - sys-devel/llvm:14 + llvm-core/llvm:14 ) ) " diff --git a/dev-lang/ghc/ghc-9.2.8.ebuild b/dev-lang/ghc/ghc-9.2.8.ebuild index 446380516229..4f32225a77cb 100644 --- a/dev-lang/ghc/ghc-9.2.8.ebuild +++ b/dev-lang/ghc/ghc-9.2.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ if [[ ${CTARGET} = ${CHOST} ]] ; then fi fi -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-any-r1 inherit autotools bash-completion-r1 flag-o-matic ghc-package inherit multiprocessing pax-utils toolchain-funcs prefix @@ -153,9 +153,9 @@ RDEPEND=" !ghcmakebinary? ( dev-libs/libffi:= ) numa? ( sys-process/numactl ) llvm? ( - <sys-devel/llvm-$((${LLVM_MAX_SLOT} + 1)):= + <llvm-core/llvm-$((${LLVM_MAX_SLOT} + 1)):= || ( - sys-devel/llvm:14 + llvm-core/llvm:14 ) ) " diff --git a/dev-lang/ghc/metadata.xml b/dev-lang/ghc/metadata.xml index 45f221d2455f..be81a8f375a0 100644 --- a/dev-lang/ghc/metadata.xml +++ b/dev-lang/ghc/metadata.xml @@ -11,7 +11,7 @@ <flag name="ghcbootstrap">Internal: Bootstrap GHC from an existing GHC installation.</flag> <flag name="ghcmakebinary">Internal: Build binary friendly for redistribution.</flag> <flag name="gmp">Use <pkg>dev-libs/gmp</pkg> for integer operations (works faster, but an external depend).</flag> - <flag name="llvm">Pull in dependencies for the <pkg>sys-devel/llvm</pkg> codegen backend.</flag> + <flag name="llvm">Pull in dependencies for the <pkg>llvm-core/llvm</pkg> codegen backend.</flag> <flag name="numa">Enable NUMA thread balancing policy using <pkg>sys-process/numactl</pkg>.</flag> <flag name="unregisterised">Create an unregisterised build in which only the C codegen backend will be available.</flag> </use> diff --git a/dev-lang/python/python-3.13.0-r100.ebuild b/dev-lang/python/python-3.13.0-r100.ebuild index 5106730f77ea..948b36899a34 100644 --- a/dev-lang/python/python-3.13.0-r100.ebuild +++ b/dev-lang/python/python-3.13.0-r100.ebuild @@ -91,7 +91,7 @@ BDEPEND=" jit? ( $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') ) verify-sig? ( >=sec-keys/openpgp-keys-python-20221025 ) diff --git a/dev-lang/python/python-3.13.0.ebuild b/dev-lang/python/python-3.13.0.ebuild index 7297a29685e0..705a1eddffce 100644 --- a/dev-lang/python/python-3.13.0.ebuild +++ b/dev-lang/python/python-3.13.0.ebuild @@ -91,7 +91,7 @@ BDEPEND=" jit? ( $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') ) verify-sig? ( >=sec-keys/openpgp-keys-python-20221025 ) diff --git a/dev-lang/python/python-3.13.1-r100.ebuild b/dev-lang/python/python-3.13.1-r100.ebuild index 132aef14468d..3fabff4e251b 100644 --- a/dev-lang/python/python-3.13.1-r100.ebuild +++ b/dev-lang/python/python-3.13.1-r100.ebuild @@ -91,7 +91,7 @@ BDEPEND=" jit? ( $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') ) verify-sig? ( >=sec-keys/openpgp-keys-python-20221025 ) diff --git a/dev-lang/python/python-3.13.1.ebuild b/dev-lang/python/python-3.13.1.ebuild index f886e2b3d4ea..8eec7361cf75 100644 --- a/dev-lang/python/python-3.13.1.ebuild +++ b/dev-lang/python/python-3.13.1.ebuild @@ -91,7 +91,7 @@ BDEPEND=" jit? ( $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') ) verify-sig? ( >=sec-keys/openpgp-keys-python-20221025 ) diff --git a/dev-lang/python/python-3.14.0_alpha1-r100.ebuild b/dev-lang/python/python-3.14.0_alpha1-r100.ebuild index 2b739f6ec435..cb3ec479058b 100644 --- a/dev-lang/python/python-3.14.0_alpha1-r100.ebuild +++ b/dev-lang/python/python-3.14.0_alpha1-r100.ebuild @@ -89,7 +89,7 @@ BDEPEND=" jit? ( $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') ) verify-sig? ( >=sec-keys/openpgp-keys-python-20221025 ) diff --git a/dev-lang/python/python-3.14.0_alpha1.ebuild b/dev-lang/python/python-3.14.0_alpha1.ebuild index 24dbf7f96241..4954a2b3770e 100644 --- a/dev-lang/python/python-3.14.0_alpha1.ebuild +++ b/dev-lang/python/python-3.14.0_alpha1.ebuild @@ -89,7 +89,7 @@ BDEPEND=" jit? ( $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') ) verify-sig? ( >=sec-keys/openpgp-keys-python-20221025 ) diff --git a/dev-lang/python/python-3.14.0_alpha2-r100.ebuild b/dev-lang/python/python-3.14.0_alpha2-r100.ebuild index 601e32e33fb1..651ab46ec87e 100644 --- a/dev-lang/python/python-3.14.0_alpha2-r100.ebuild +++ b/dev-lang/python/python-3.14.0_alpha2-r100.ebuild @@ -89,7 +89,7 @@ BDEPEND=" jit? ( $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') ) verify-sig? ( >=sec-keys/openpgp-keys-python-20221025 ) diff --git a/dev-lang/python/python-3.14.0_alpha2.ebuild b/dev-lang/python/python-3.14.0_alpha2.ebuild index 25d5b485d432..41286669826d 100644 --- a/dev-lang/python/python-3.14.0_alpha2.ebuild +++ b/dev-lang/python/python-3.14.0_alpha2.ebuild @@ -89,7 +89,7 @@ BDEPEND=" jit? ( $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') ) verify-sig? ( >=sec-keys/openpgp-keys-python-20221025 ) diff --git a/dev-lang/rust/rust-1.71.1-r100.ebuild b/dev-lang/rust/rust-1.71.1-r100.ebuild index 9d5e7ed43cf6..6193d3d771e8 100644 --- a/dev-lang/rust/rust-1.71.1-r100.ebuild +++ b/dev-lang/rust/rust-1.71.1-r100.ebuild @@ -46,10 +46,10 @@ IUSE="big-endian clippy cpu_flags_x86_sse2 debug dist doc llvm-libunwind +lto mi LLVM_DEPEND=() # splitting usedeps needed to avoid CI/pkgcheck's UncheckableDep limitation for _x in "${ALL_LLVM_TARGETS[@]}"; do - LLVM_DEPEND+=( " ${_x}? ( $(llvm_gen_dep "sys-devel/llvm:\${LLVM_SLOT}[${_x}]") )" ) + LLVM_DEPEND+=( " ${_x}? ( $(llvm_gen_dep "llvm-core/llvm:\${LLVM_SLOT}[${_x}]") )" ) done LLVM_DEPEND+=( " wasm? ( $(llvm_gen_dep 'llvm-core/lld:${LLVM_SLOT}') )" ) -LLVM_DEPEND+=( " $(llvm_gen_dep 'sys-devel/llvm:${LLVM_SLOT}')" ) +LLVM_DEPEND+=( " $(llvm_gen_dep 'llvm-core/llvm:${LLVM_SLOT}')" ) BDEPEND="${PYTHON_DEPS} app-eselect/eselect-rust @@ -169,7 +169,7 @@ pre_build_checks() { } llvm_check_deps() { - has_version -r "sys-devel/llvm:${LLVM_SLOT}[${LLVM_TARGET_USEDEPS// /,}]" + has_version -r "llvm-core/llvm:${LLVM_SLOT}[${LLVM_TARGET_USEDEPS// /,}]" } # Is LLVM being linked against libc++? diff --git a/dev-lang/rust/rust-1.74.1-r100.ebuild b/dev-lang/rust/rust-1.74.1-r100.ebuild index dfd636b7e502..3fe183405a84 100644 --- a/dev-lang/rust/rust-1.74.1-r100.ebuild +++ b/dev-lang/rust/rust-1.74.1-r100.ebuild @@ -48,10 +48,10 @@ IUSE="big-endian clippy cpu_flags_x86_sse2 debug dist doc llvm-libunwind +lto mi LLVM_DEPEND=() # splitting usedeps needed to avoid CI/pkgcheck's UncheckableDep limitation for _x in "${ALL_LLVM_TARGETS[@]}"; do - LLVM_DEPEND+=( " ${_x}? ( $(llvm_gen_dep "sys-devel/llvm:\${LLVM_SLOT}[${_x}]") )" ) + LLVM_DEPEND+=( " ${_x}? ( $(llvm_gen_dep "llvm-core/llvm:\${LLVM_SLOT}[${_x}]") )" ) done LLVM_DEPEND+=( " wasm? ( $(llvm_gen_dep 'llvm-core/lld:${LLVM_SLOT}') )" ) -LLVM_DEPEND+=( " $(llvm_gen_dep 'sys-devel/llvm:${LLVM_SLOT}')" ) +LLVM_DEPEND+=( " $(llvm_gen_dep 'llvm-core/llvm:${LLVM_SLOT}')" ) BDEPEND="${PYTHON_DEPS} app-eselect/eselect-rust @@ -176,7 +176,7 @@ pre_build_checks() { } llvm_check_deps() { - has_version -r "sys-devel/llvm:${LLVM_SLOT}[${LLVM_TARGET_USEDEPS// /,}]" + has_version -r "llvm-core/llvm:${LLVM_SLOT}[${LLVM_TARGET_USEDEPS// /,}]" } # Is LLVM being linked against libc++? diff --git a/dev-lang/rust/rust-1.75.0-r100.ebuild b/dev-lang/rust/rust-1.75.0-r100.ebuild index 565f0694e7a7..32f8d4d41fe3 100644 --- a/dev-lang/rust/rust-1.75.0-r100.ebuild +++ b/dev-lang/rust/rust-1.75.0-r100.ebuild @@ -47,10 +47,10 @@ IUSE="big-endian clippy cpu_flags_x86_sse2 debug dist doc llvm-libunwind +lto mi LLVM_DEPEND=() # splitting usedeps needed to avoid CI/pkgcheck's UncheckableDep limitation for _x in "${ALL_LLVM_TARGETS[@]}"; do - LLVM_DEPEND+=( " ${_x}? ( $(llvm_gen_dep "sys-devel/llvm:\${LLVM_SLOT}[${_x}]") )" ) + LLVM_DEPEND+=( " ${_x}? ( $(llvm_gen_dep "llvm-core/llvm:\${LLVM_SLOT}[${_x}]") )" ) done LLVM_DEPEND+=( " wasm? ( $(llvm_gen_dep 'llvm-core/lld:${LLVM_SLOT}') )" ) -LLVM_DEPEND+=( " $(llvm_gen_dep 'sys-devel/llvm:${LLVM_SLOT}')" ) +LLVM_DEPEND+=( " $(llvm_gen_dep 'llvm-core/llvm:${LLVM_SLOT}')" ) BDEPEND="${PYTHON_DEPS} app-eselect/eselect-rust @@ -178,7 +178,7 @@ pre_build_checks() { } llvm_check_deps() { - has_version -r "sys-devel/llvm:${LLVM_SLOT}[${LLVM_TARGET_USEDEPS// /,}]" + has_version -r "llvm-core/llvm:${LLVM_SLOT}[${LLVM_TARGET_USEDEPS// /,}]" } # Is LLVM being linked against libc++? diff --git a/dev-lang/rust/rust-1.76.0-r100.ebuild b/dev-lang/rust/rust-1.76.0-r100.ebuild index e0af7ae90c6c..04b921cbf7e5 100644 --- a/dev-lang/rust/rust-1.76.0-r100.ebuild +++ b/dev-lang/rust/rust-1.76.0-r100.ebuild @@ -47,10 +47,10 @@ IUSE="big-endian clippy cpu_flags_x86_sse2 debug dist doc llvm-libunwind lto mir LLVM_DEPEND=() # splitting usedeps needed to avoid CI/pkgcheck's UncheckableDep limitation for _x in "${ALL_LLVM_TARGETS[@]}"; do - LLVM_DEPEND+=( " ${_x}? ( $(llvm_gen_dep "sys-devel/llvm:\${LLVM_SLOT}[${_x}]") )" ) + LLVM_DEPEND+=( " ${_x}? ( $(llvm_gen_dep "llvm-core/llvm:\${LLVM_SLOT}[${_x}]") )" ) done LLVM_DEPEND+=( " wasm? ( $(llvm_gen_dep 'llvm-core/lld:${LLVM_SLOT}') )" ) -LLVM_DEPEND+=( " $(llvm_gen_dep 'sys-devel/llvm:${LLVM_SLOT}')" ) +LLVM_DEPEND+=( " $(llvm_gen_dep 'llvm-core/llvm:${LLVM_SLOT}')" ) BDEPEND="${PYTHON_DEPS} app-eselect/eselect-rust @@ -177,7 +177,7 @@ pre_build_checks() { } llvm_check_deps() { - has_version -r "sys-devel/llvm:${LLVM_SLOT}[${LLVM_TARGET_USEDEPS// /,}]" + has_version -r "llvm-core/llvm:${LLVM_SLOT}[${LLVM_TARGET_USEDEPS// /,}]" } # Is LLVM being linked against libc++? diff --git a/dev-lang/rust/rust-1.77.1-r100.ebuild b/dev-lang/rust/rust-1.77.1-r100.ebuild index 592996fea597..1a86dda8a2ea 100644 --- a/dev-lang/rust/rust-1.77.1-r100.ebuild +++ b/dev-lang/rust/rust-1.77.1-r100.ebuild @@ -47,10 +47,10 @@ IUSE="big-endian clippy cpu_flags_x86_sse2 debug dist doc llvm-libunwind lto mir LLVM_DEPEND=() # splitting usedeps needed to avoid CI/pkgcheck's UncheckableDep limitation for _x in "${ALL_LLVM_TARGETS[@]}"; do - LLVM_DEPEND+=( " ${_x}? ( $(llvm_gen_dep "sys-devel/llvm:\${LLVM_SLOT}[${_x}]") )" ) + LLVM_DEPEND+=( " ${_x}? ( $(llvm_gen_dep "llvm-core/llvm:\${LLVM_SLOT}[${_x}]") )" ) done LLVM_DEPEND+=( " wasm? ( $(llvm_gen_dep 'llvm-core/lld:${LLVM_SLOT}') )" ) -LLVM_DEPEND+=( " $(llvm_gen_dep 'sys-devel/llvm:${LLVM_SLOT}')" ) +LLVM_DEPEND+=( " $(llvm_gen_dep 'llvm-core/llvm:${LLVM_SLOT}')" ) BDEPEND="${PYTHON_DEPS} app-eselect/eselect-rust @@ -176,7 +176,7 @@ pre_build_checks() { } llvm_check_deps() { - has_version -r "sys-devel/llvm:${LLVM_SLOT}[${LLVM_TARGET_USEDEPS// /,}]" + has_version -r "llvm-core/llvm:${LLVM_SLOT}[${LLVM_TARGET_USEDEPS// /,}]" } # Is LLVM being linked against libc++? diff --git a/dev-lang/rust/rust-1.78.0-r100.ebuild b/dev-lang/rust/rust-1.78.0-r100.ebuild index d84c615ea1b7..feaca456180b 100644 --- a/dev-lang/rust/rust-1.78.0-r100.ebuild +++ b/dev-lang/rust/rust-1.78.0-r100.ebuild @@ -47,10 +47,10 @@ IUSE="big-endian clippy cpu_flags_x86_sse2 debug dist doc llvm-libunwind lto mir LLVM_DEPEND=() # splitting usedeps needed to avoid CI/pkgcheck's UncheckableDep limitation for _x in "${ALL_LLVM_TARGETS[@]}"; do - LLVM_DEPEND+=( " ${_x}? ( $(llvm_gen_dep "sys-devel/llvm:\${LLVM_SLOT}[${_x}]") )" ) + LLVM_DEPEND+=( " ${_x}? ( $(llvm_gen_dep "llvm-core/llvm:\${LLVM_SLOT}[${_x}]") )" ) done LLVM_DEPEND+=( " wasm? ( $(llvm_gen_dep 'llvm-core/lld:${LLVM_SLOT}') )" ) -LLVM_DEPEND+=( " $(llvm_gen_dep 'sys-devel/llvm:${LLVM_SLOT}')" ) +LLVM_DEPEND+=( " $(llvm_gen_dep 'llvm-core/llvm:${LLVM_SLOT}')" ) BDEPEND="${PYTHON_DEPS} app-eselect/eselect-rust @@ -176,7 +176,7 @@ pre_build_checks() { } llvm_check_deps() { - has_version -r "sys-devel/llvm:${LLVM_SLOT}[${LLVM_TARGET_USEDEPS// /,}]" + has_version -r "llvm-core/llvm:${LLVM_SLOT}[${LLVM_TARGET_USEDEPS// /,}]" } # Is LLVM being linked against libc++? diff --git a/dev-lang/rust/rust-1.79.0-r100.ebuild b/dev-lang/rust/rust-1.79.0-r100.ebuild index d84c615ea1b7..feaca456180b 100644 --- a/dev-lang/rust/rust-1.79.0-r100.ebuild +++ b/dev-lang/rust/rust-1.79.0-r100.ebuild @@ -47,10 +47,10 @@ IUSE="big-endian clippy cpu_flags_x86_sse2 debug dist doc llvm-libunwind lto mir LLVM_DEPEND=() # splitting usedeps needed to avoid CI/pkgcheck's UncheckableDep limitation for _x in "${ALL_LLVM_TARGETS[@]}"; do - LLVM_DEPEND+=( " ${_x}? ( $(llvm_gen_dep "sys-devel/llvm:\${LLVM_SLOT}[${_x}]") )" ) + LLVM_DEPEND+=( " ${_x}? ( $(llvm_gen_dep "llvm-core/llvm:\${LLVM_SLOT}[${_x}]") )" ) done LLVM_DEPEND+=( " wasm? ( $(llvm_gen_dep 'llvm-core/lld:${LLVM_SLOT}') )" ) -LLVM_DEPEND+=( " $(llvm_gen_dep 'sys-devel/llvm:${LLVM_SLOT}')" ) +LLVM_DEPEND+=( " $(llvm_gen_dep 'llvm-core/llvm:${LLVM_SLOT}')" ) BDEPEND="${PYTHON_DEPS} app-eselect/eselect-rust @@ -176,7 +176,7 @@ pre_build_checks() { } llvm_check_deps() { - has_version -r "sys-devel/llvm:${LLVM_SLOT}[${LLVM_TARGET_USEDEPS// /,}]" + has_version -r "llvm-core/llvm:${LLVM_SLOT}[${LLVM_TARGET_USEDEPS// /,}]" } # Is LLVM being linked against libc++? diff --git a/dev-lang/rust/rust-1.80.1-r100.ebuild b/dev-lang/rust/rust-1.80.1-r100.ebuild index 3b0bef948796..6e2454510ddc 100644 --- a/dev-lang/rust/rust-1.80.1-r100.ebuild +++ b/dev-lang/rust/rust-1.80.1-r100.ebuild @@ -47,10 +47,10 @@ IUSE="big-endian clippy cpu_flags_x86_sse2 debug dist doc llvm-libunwind lto mir LLVM_DEPEND=() # splitting usedeps needed to avoid CI/pkgcheck's UncheckableDep limitation for _x in "${ALL_LLVM_TARGETS[@]}"; do - LLVM_DEPEND+=( " ${_x}? ( $(llvm_gen_dep "sys-devel/llvm:\${LLVM_SLOT}[${_x}]") )" ) + LLVM_DEPEND+=( " ${_x}? ( $(llvm_gen_dep "llvm-core/llvm:\${LLVM_SLOT}[${_x}]") )" ) done LLVM_DEPEND+=( " wasm? ( $(llvm_gen_dep 'llvm-core/lld:${LLVM_SLOT}') )" ) -LLVM_DEPEND+=( " $(llvm_gen_dep 'sys-devel/llvm:${LLVM_SLOT}')" ) +LLVM_DEPEND+=( " $(llvm_gen_dep 'llvm-core/llvm:${LLVM_SLOT}')" ) BDEPEND="${PYTHON_DEPS} app-eselect/eselect-rust @@ -175,7 +175,7 @@ pre_build_checks() { } llvm_check_deps() { - has_version -r "sys-devel/llvm:${LLVM_SLOT}[${LLVM_TARGET_USEDEPS// /,}]" + has_version -r "llvm-core/llvm:${LLVM_SLOT}[${LLVM_TARGET_USEDEPS// /,}]" } # Is LLVM being linked against libc++? diff --git a/dev-lang/rust/rust-1.81.0-r100.ebuild b/dev-lang/rust/rust-1.81.0-r100.ebuild index 5ca4c55a4802..5b0447c1e997 100644 --- a/dev-lang/rust/rust-1.81.0-r100.ebuild +++ b/dev-lang/rust/rust-1.81.0-r100.ebuild @@ -48,10 +48,10 @@ IUSE="big-endian clippy cpu_flags_x86_sse2 debug dist doc llvm-libunwind lto mir LLVM_DEPEND=() # splitting usedeps needed to avoid CI/pkgcheck's UncheckableDep limitation for _x in "${ALL_LLVM_TARGETS[@]}"; do - LLVM_DEPEND+=( " ${_x}? ( $(llvm_gen_dep "sys-devel/llvm:\${LLVM_SLOT}[${_x}]") )" ) + LLVM_DEPEND+=( " ${_x}? ( $(llvm_gen_dep "llvm-core/llvm:\${LLVM_SLOT}[${_x}]") )" ) done LLVM_DEPEND+=( " wasm? ( $(llvm_gen_dep 'llvm-core/lld:${LLVM_SLOT}') )" ) -LLVM_DEPEND+=( " $(llvm_gen_dep 'sys-devel/llvm:${LLVM_SLOT}')" ) +LLVM_DEPEND+=( " $(llvm_gen_dep 'llvm-core/llvm:${LLVM_SLOT}')" ) BDEPEND="${PYTHON_DEPS} app-eselect/eselect-rust @@ -179,7 +179,7 @@ pre_build_checks() { } llvm_check_deps() { - has_version -r "sys-devel/llvm:${LLVM_SLOT}[${LLVM_TARGET_USEDEPS// /,}]" + has_version -r "llvm-core/llvm:${LLVM_SLOT}[${LLVM_TARGET_USEDEPS// /,}]" } # Is LLVM being linked against libc++? diff --git a/dev-lang/rust/rust-1.82.0-r100.ebuild b/dev-lang/rust/rust-1.82.0-r100.ebuild index 4630ba0f31de..eca2deabe012 100644 --- a/dev-lang/rust/rust-1.82.0-r100.ebuild +++ b/dev-lang/rust/rust-1.82.0-r100.ebuild @@ -47,10 +47,10 @@ IUSE="big-endian clippy cpu_flags_x86_sse2 debug dist doc llvm-libunwind lto mir LLVM_DEPEND=() # splitting usedeps needed to avoid CI/pkgcheck's UncheckableDep limitation for _x in "${ALL_LLVM_TARGETS[@]}"; do - LLVM_DEPEND+=( " ${_x}? ( $(llvm_gen_dep "sys-devel/llvm:\${LLVM_SLOT}[${_x}]") )" ) + LLVM_DEPEND+=( " ${_x}? ( $(llvm_gen_dep "llvm-core/llvm:\${LLVM_SLOT}[${_x}]") )" ) done LLVM_DEPEND+=( " wasm? ( $(llvm_gen_dep 'llvm-core/lld:${LLVM_SLOT}') )" ) -LLVM_DEPEND+=( " $(llvm_gen_dep 'sys-devel/llvm:${LLVM_SLOT}')" ) +LLVM_DEPEND+=( " $(llvm_gen_dep 'llvm-core/llvm:${LLVM_SLOT}')" ) BDEPEND="${PYTHON_DEPS} app-eselect/eselect-rust @@ -174,7 +174,7 @@ pre_build_checks() { } llvm_check_deps() { - has_version -r "sys-devel/llvm:${LLVM_SLOT}[${LLVM_TARGET_USEDEPS// /,}]" + has_version -r "llvm-core/llvm:${LLVM_SLOT}[${LLVM_TARGET_USEDEPS// /,}]" } # Is LLVM being linked against libc++? diff --git a/dev-lang/rust/rust-1.82.0-r101.ebuild b/dev-lang/rust/rust-1.82.0-r101.ebuild index 6d6a125f0d22..84788dff3186 100644 --- a/dev-lang/rust/rust-1.82.0-r101.ebuild +++ b/dev-lang/rust/rust-1.82.0-r101.ebuild @@ -47,10 +47,10 @@ IUSE="big-endian clippy cpu_flags_x86_sse2 debug dist doc llvm-libunwind lto mir LLVM_DEPEND=() # splitting usedeps needed to avoid CI/pkgcheck's UncheckableDep limitation for _x in "${ALL_LLVM_TARGETS[@]}"; do - LLVM_DEPEND+=( " ${_x}? ( $(llvm_gen_dep "sys-devel/llvm:\${LLVM_SLOT}[${_x}]") )" ) + LLVM_DEPEND+=( " ${_x}? ( $(llvm_gen_dep "llvm-core/llvm:\${LLVM_SLOT}[${_x}]") )" ) done LLVM_DEPEND+=( " wasm? ( $(llvm_gen_dep 'llvm-core/lld:${LLVM_SLOT}') )" ) -LLVM_DEPEND+=( " $(llvm_gen_dep 'sys-devel/llvm:${LLVM_SLOT}')" ) +LLVM_DEPEND+=( " $(llvm_gen_dep 'llvm-core/llvm:${LLVM_SLOT}')" ) BDEPEND="${PYTHON_DEPS} app-eselect/eselect-rust @@ -175,7 +175,7 @@ pre_build_checks() { } llvm_check_deps() { - has_version -r "sys-devel/llvm:${LLVM_SLOT}[${LLVM_TARGET_USEDEPS// /,}]" + has_version -r "llvm-core/llvm:${LLVM_SLOT}[${LLVM_TARGET_USEDEPS// /,}]" } # Is LLVM being linked against libc++? diff --git a/dev-lang/rust/rust-1.83.0-r1.ebuild b/dev-lang/rust/rust-1.83.0-r1.ebuild index 925ef3a914e4..cc756f4e4dab 100644 --- a/dev-lang/rust/rust-1.83.0-r1.ebuild +++ b/dev-lang/rust/rust-1.83.0-r1.ebuild @@ -47,10 +47,10 @@ IUSE="big-endian clippy cpu_flags_x86_sse2 debug dist doc llvm-libunwind lto mir LLVM_DEPEND=() # splitting usedeps needed to avoid CI/pkgcheck's UncheckableDep limitation for _x in "${ALL_LLVM_TARGETS[@]}"; do - LLVM_DEPEND+=( " ${_x}? ( $(llvm_gen_dep "sys-devel/llvm:\${LLVM_SLOT}[${_x}]") )" ) + LLVM_DEPEND+=( " ${_x}? ( $(llvm_gen_dep "llvm-core/llvm:\${LLVM_SLOT}[${_x}]") )" ) done LLVM_DEPEND+=( " wasm? ( $(llvm_gen_dep 'llvm-core/lld:${LLVM_SLOT}') )" ) -LLVM_DEPEND+=( " $(llvm_gen_dep 'sys-devel/llvm:${LLVM_SLOT}')" ) +LLVM_DEPEND+=( " $(llvm_gen_dep 'llvm-core/llvm:${LLVM_SLOT}')" ) BDEPEND="${PYTHON_DEPS} app-eselect/eselect-rust @@ -175,7 +175,7 @@ pre_build_checks() { } llvm_check_deps() { - has_version -r "sys-devel/llvm:${LLVM_SLOT}[${LLVM_TARGET_USEDEPS// /,}]" + has_version -r "llvm-core/llvm:${LLVM_SLOT}[${LLVM_TARGET_USEDEPS// /,}]" } # Is LLVM being linked against libc++? diff --git a/dev-lang/spidermonkey/spidermonkey-102.15.0-r1.ebuild b/dev-lang/spidermonkey/spidermonkey-102.15.0-r1.ebuild index 3de5c75574a0..ecc280cbe5fa 100644 --- a/dev-lang/spidermonkey/spidermonkey-102.15.0-r1.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-102.15.0-r1.ebuild @@ -75,7 +75,7 @@ RESTRICT="!test? ( test )" BDEPEND="${PYTHON_DEPS} $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} clang? ( llvm-core/lld:${LLVM_SLOT} ) @@ -93,8 +93,8 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/firefox-${MY_PV}/js/src" llvm_check_deps() { - if ! has_version -b "sys-devel/llvm:${LLVM_SLOT}" ; then - einfo "sys-devel/llvm:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 + if ! has_version -b "llvm-core/llvm:${LLVM_SLOT}" ; then + einfo "llvm-core/llvm:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 return 1 fi diff --git a/dev-lang/spidermonkey/spidermonkey-115.16.0-r1.ebuild b/dev-lang/spidermonkey/spidermonkey-115.16.0-r1.ebuild index 7d569e83ccf0..4b0789472606 100644 --- a/dev-lang/spidermonkey/spidermonkey-115.16.0-r1.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-115.16.0-r1.ebuild @@ -75,7 +75,7 @@ RESTRICT="!test? ( test )" BDEPEND="${PYTHON_DEPS} virtual/pkgconfig $(llvm_gen_dep ' - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} clang? ( llvm-core/clang:${LLVM_SLOT} llvm-core/lld:${LLVM_SLOT} @@ -93,8 +93,8 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/firefox-${MY_PV}/js/src" llvm_check_deps() { - if ! has_version -b "sys-devel/llvm:${LLVM_SLOT}" ; then - einfo "sys-devel/llvm:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 + if ! has_version -b "llvm-core/llvm:${LLVM_SLOT}" ; then + einfo "llvm-core/llvm:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 return 1 fi diff --git a/dev-lang/spidermonkey/spidermonkey-128.3.0-r1.ebuild b/dev-lang/spidermonkey/spidermonkey-128.3.0-r1.ebuild index 418a31684991..4bbb64747f7e 100644 --- a/dev-lang/spidermonkey/spidermonkey-128.3.0-r1.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-128.3.0-r1.ebuild @@ -74,7 +74,7 @@ BDEPEND="${PYTHON_DEPS} clang? ( llvm-core/clang:${LLVM_SLOT} llvm-core/lld:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ) ') >=dev-util/cbindgen-0.26.0 @@ -97,8 +97,8 @@ llvm_check_deps() { return 1 fi - if ! has_version -b "sys-devel/llvm:${LLVM_SLOT}" ; then - einfo "sys-devel/llvm:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 + if ! has_version -b "llvm-core/llvm:${LLVM_SLOT}" ; then + einfo "llvm-core/llvm:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 return 1 fi diff --git a/dev-lang/spidermonkey/spidermonkey-128.4.0-r1.ebuild b/dev-lang/spidermonkey/spidermonkey-128.4.0-r1.ebuild index aa80ac60d562..059cfdf2e321 100644 --- a/dev-lang/spidermonkey/spidermonkey-128.4.0-r1.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-128.4.0-r1.ebuild @@ -72,7 +72,7 @@ BDEPEND="${PYTHON_DEPS} clang? ( llvm-core/clang:${LLVM_SLOT} llvm-core/lld:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ) ') >=dev-util/cbindgen-0.26.0 @@ -95,8 +95,8 @@ llvm_check_deps() { return 1 fi - if ! has_version -b "sys-devel/llvm:${LLVM_SLOT}" ; then - einfo "sys-devel/llvm:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 + if ! has_version -b "llvm-core/llvm:${LLVM_SLOT}" ; then + einfo "llvm-core/llvm:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 return 1 fi diff --git a/dev-lang/spidermonkey/spidermonkey-128.5.0.ebuild b/dev-lang/spidermonkey/spidermonkey-128.5.0.ebuild index e3938098ff53..827f5b82d384 100644 --- a/dev-lang/spidermonkey/spidermonkey-128.5.0.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-128.5.0.ebuild @@ -72,7 +72,7 @@ BDEPEND="${PYTHON_DEPS} clang? ( llvm-core/clang:${LLVM_SLOT} llvm-core/lld:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ) ') >=dev-util/cbindgen-0.26.0 @@ -95,8 +95,8 @@ llvm_check_deps() { return 1 fi - if ! has_version -b "sys-devel/llvm:${LLVM_SLOT}" ; then - einfo "sys-devel/llvm:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 + if ! has_version -b "llvm-core/llvm:${LLVM_SLOT}" ; then + einfo "llvm-core/llvm:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 return 1 fi diff --git a/dev-lang/zig/zig-0.13.0-r1.ebuild b/dev-lang/zig/zig-0.13.0-r1.ebuild index 42a40742e601..867fa84f3b19 100644 --- a/dev-lang/zig/zig-0.13.0-r1.ebuild +++ b/dev-lang/zig/zig-0.13.0-r1.ebuild @@ -54,7 +54,7 @@ BUILD_DIR="${S}/build" DEPEND=" llvm-core/clang:${LLVM_MAX_SLOT}= llvm-core/lld:${LLVM_MAX_SLOT}= - sys-devel/llvm:${LLVM_MAX_SLOT}=[zstd] + llvm-core/llvm:${LLVM_MAX_SLOT}=[zstd] " RDEPEND=" diff --git a/dev-lang/zig/zig-9999.ebuild b/dev-lang/zig/zig-9999.ebuild index 140e76c96085..858ec3be9405 100644 --- a/dev-lang/zig/zig-9999.ebuild +++ b/dev-lang/zig/zig-9999.ebuild @@ -58,7 +58,7 @@ DEPEND=" $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} llvm-core/lld:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT}[zstd] + llvm-core/llvm:${LLVM_SLOT}[zstd] ') ) " diff --git a/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.19.0.ebuild b/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.19.0.ebuild index bfdd04c05969..0a28f32b2f02 100644 --- a/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.19.0.ebuild +++ b/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.19.0.ebuild @@ -23,7 +23,7 @@ KEYWORDS="amd64" DEPEND=" dev-libs/libxml2:2= $(llvm_gen_dep ' - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') sys-libs/zlib " diff --git a/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.20.2.ebuild b/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.20.2.ebuild index 5659897082d6..f8ecae5df2a0 100644 --- a/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.20.2.ebuild +++ b/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.20.2.ebuild @@ -23,7 +23,7 @@ KEYWORDS="~amd64" DEPEND=" dev-libs/libxml2:2= $(llvm_gen_dep ' - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') sys-libs/zlib " diff --git a/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.21.0.ebuild b/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.21.0.ebuild index 5659897082d6..f8ecae5df2a0 100644 --- a/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.21.0.ebuild +++ b/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.21.0.ebuild @@ -23,7 +23,7 @@ KEYWORDS="~amd64" DEPEND=" dev-libs/libxml2:2= $(llvm_gen_dep ' - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') sys-libs/zlib " diff --git a/dev-libs/libdispatch/libdispatch-5.7.1.ebuild b/dev-libs/libdispatch/libdispatch-5.7.1.ebuild index 0adbe7eaf7ff..03ca6a11ea9f 100644 --- a/dev-libs/libdispatch/libdispatch-5.7.1.ebuild +++ b/dev-libs/libdispatch/libdispatch-5.7.1.ebuild @@ -26,7 +26,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND=" llvm-core/clang - sys-devel/llvm + llvm-core/llvm virtual/pkgconfig " diff --git a/dev-libs/libdispatch/libdispatch-5.7.3.ebuild b/dev-libs/libdispatch/libdispatch-5.7.3.ebuild index 0adbe7eaf7ff..03ca6a11ea9f 100644 --- a/dev-libs/libdispatch/libdispatch-5.7.3.ebuild +++ b/dev-libs/libdispatch/libdispatch-5.7.3.ebuild @@ -26,7 +26,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND=" llvm-core/clang - sys-devel/llvm + llvm-core/llvm virtual/pkgconfig " diff --git a/dev-libs/libdispatch/libdispatch-5.8.ebuild b/dev-libs/libdispatch/libdispatch-5.8.ebuild index aa3adc3e0109..365972c5c3c5 100644 --- a/dev-libs/libdispatch/libdispatch-5.8.ebuild +++ b/dev-libs/libdispatch/libdispatch-5.8.ebuild @@ -26,7 +26,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND=" llvm-core/clang - sys-devel/llvm + llvm-core/llvm virtual/pkgconfig " diff --git a/dev-libs/opencl-clang/opencl-clang-15.0.1.ebuild b/dev-libs/opencl-clang/opencl-clang-15.0.1.ebuild index 5550095d1f72..196cf6d2a221 100644 --- a/dev-libs/opencl-clang/opencl-clang-15.0.1.ebuild +++ b/dev-libs/opencl-clang/opencl-clang-15.0.1.ebuild @@ -20,7 +20,7 @@ RDEPEND=" dev-util/spirv-llvm-translator:${SLOT}= $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}=[static-analyzer] - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') " diff --git a/dev-libs/opencl-clang/opencl-clang-16.0.1.ebuild b/dev-libs/opencl-clang/opencl-clang-16.0.1.ebuild index 2b855068c28a..352b6667780f 100644 --- a/dev-libs/opencl-clang/opencl-clang-16.0.1.ebuild +++ b/dev-libs/opencl-clang/opencl-clang-16.0.1.ebuild @@ -20,7 +20,7 @@ RDEPEND=" dev-util/spirv-llvm-translator:${SLOT}= $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}=[static-analyzer] - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') " diff --git a/dev-libs/opencl-clang/opencl-clang-17.0.1.ebuild b/dev-libs/opencl-clang/opencl-clang-17.0.1.ebuild index ce4049925454..b128e34474fc 100644 --- a/dev-libs/opencl-clang/opencl-clang-17.0.1.ebuild +++ b/dev-libs/opencl-clang/opencl-clang-17.0.1.ebuild @@ -20,7 +20,7 @@ RDEPEND=" dev-util/spirv-llvm-translator:${SLOT}= $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}=[static-analyzer] - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') " diff --git a/dev-libs/opencl-clang/opencl-clang-18.1.1.ebuild b/dev-libs/opencl-clang/opencl-clang-18.1.1.ebuild index d0222829bdbf..fe18136b0334 100644 --- a/dev-libs/opencl-clang/opencl-clang-18.1.1.ebuild +++ b/dev-libs/opencl-clang/opencl-clang-18.1.1.ebuild @@ -20,7 +20,7 @@ RDEPEND=" dev-util/spirv-llvm-translator:${SLOT}= $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}=[static-analyzer] - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') " diff --git a/dev-libs/opencl-clang/opencl-clang-19.1.0.ebuild b/dev-libs/opencl-clang/opencl-clang-19.1.0.ebuild index fb678fb02e61..6b9fa2537a70 100644 --- a/dev-libs/opencl-clang/opencl-clang-19.1.0.ebuild +++ b/dev-libs/opencl-clang/opencl-clang-19.1.0.ebuild @@ -20,7 +20,7 @@ RDEPEND=" dev-util/spirv-llvm-translator:${SLOT}= $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}=[static-analyzer] - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') " diff --git a/dev-libs/pocl/pocl-4.0.ebuild b/dev-libs/pocl/pocl-4.0.ebuild index a3d122b4aad2..1bedd3dc6ade 100644 --- a/dev-libs/pocl/pocl-4.0.ebuild +++ b/dev-libs/pocl/pocl-4.0.ebuild @@ -27,7 +27,7 @@ CLANG_DEPS=" " RDEPEND=" dev-libs/libltdl - <sys-devel/llvm-$((${LLVM_MAX_SLOT} + 1)):* + <llvm-core/llvm-$((${LLVM_MAX_SLOT} + 1)):* virtual/opencl ${CLANG_DEPS} @@ -44,7 +44,7 @@ llvm_check_deps() { local usedep=$(usev cuda "[llvm_targets_NVPTX]") # Clang is used at both build time (executed) and runtime - has_version -r "sys-devel/llvm:${LLVM_SLOT}${usedep}" && \ + has_version -r "llvm-core/llvm:${LLVM_SLOT}${usedep}" && \ has_version -r "llvm-core/clang:${LLVM_SLOT}${usedep}" && \ has_version -b "llvm-core/clang:${LLVM_SLOT}${usedep}" } diff --git a/dev-libs/pocl/pocl-5.0.ebuild b/dev-libs/pocl/pocl-5.0.ebuild index baef252e8a27..602ca5e8fe42 100644 --- a/dev-libs/pocl/pocl-5.0.ebuild +++ b/dev-libs/pocl/pocl-5.0.ebuild @@ -27,7 +27,7 @@ CLANG_DEPS=" " RDEPEND=" dev-libs/libltdl - <sys-devel/llvm-$((${LLVM_MAX_SLOT} + 1)):* + <llvm-core/llvm-$((${LLVM_MAX_SLOT} + 1)):* virtual/opencl ${CLANG_DEPS} @@ -46,7 +46,7 @@ llvm_check_deps() { local usedep=$(usev cuda "[llvm_targets_NVPTX]") # Clang is used at both build time (executed) and runtime - has_version -r "sys-devel/llvm:${LLVM_SLOT}${usedep}" && \ + has_version -r "llvm-core/llvm:${LLVM_SLOT}${usedep}" && \ has_version -r "llvm-core/clang:${LLVM_SLOT}${usedep}" && \ has_version -b "llvm-core/clang:${LLVM_SLOT}${usedep}" } diff --git a/dev-libs/pocl/pocl-6.0.ebuild b/dev-libs/pocl/pocl-6.0.ebuild index c9b019041597..4141b49feb9a 100644 --- a/dev-libs/pocl/pocl-6.0.ebuild +++ b/dev-libs/pocl/pocl-6.0.ebuild @@ -22,11 +22,11 @@ CLANG_DEPS=" $(llvm_gen_dep ' !cuda? ( llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ) cuda? ( llvm-core/clang:${LLVM_SLOT}=[llvm_targets_NVPTX] - sys-devel/llvm:${LLVM_SLOT}=[llvm_targets_NVPTX] + llvm-core/llvm:${LLVM_SLOT}=[llvm_targets_NVPTX] ) ') " diff --git a/dev-libs/roct-thunk-interface/roct-thunk-interface-6.1.1.ebuild b/dev-libs/roct-thunk-interface/roct-thunk-interface-6.1.1.ebuild index 8f599ac5ce48..1dbc511d8147 100644 --- a/dev-libs/roct-thunk-interface/roct-thunk-interface-6.1.1.ebuild +++ b/dev-libs/roct-thunk-interface/roct-thunk-interface-6.1.1.ebuild @@ -24,7 +24,7 @@ SLOT="0/$(ver_cut 1-2)" RDEPEND="sys-process/numactl x11-libs/libdrm[video_cards_amdgpu]" DEPEND="${RDEPEND} - test? ( sys-devel/llvm + test? ( llvm-core/llvm dev-cpp/gtest )" IUSE="test" diff --git a/dev-libs/roct-thunk-interface/roct-thunk-interface-6.1.2.ebuild b/dev-libs/roct-thunk-interface/roct-thunk-interface-6.1.2.ebuild index 8f599ac5ce48..1dbc511d8147 100644 --- a/dev-libs/roct-thunk-interface/roct-thunk-interface-6.1.2.ebuild +++ b/dev-libs/roct-thunk-interface/roct-thunk-interface-6.1.2.ebuild @@ -24,7 +24,7 @@ SLOT="0/$(ver_cut 1-2)" RDEPEND="sys-process/numactl x11-libs/libdrm[video_cards_amdgpu]" DEPEND="${RDEPEND} - test? ( sys-devel/llvm + test? ( llvm-core/llvm dev-cpp/gtest )" IUSE="test" diff --git a/dev-libs/roct-thunk-interface/roct-thunk-interface-6.2.4.ebuild b/dev-libs/roct-thunk-interface/roct-thunk-interface-6.2.4.ebuild index 6877c2515868..cb766e9f4d95 100644 --- a/dev-libs/roct-thunk-interface/roct-thunk-interface-6.2.4.ebuild +++ b/dev-libs/roct-thunk-interface/roct-thunk-interface-6.2.4.ebuild @@ -24,7 +24,7 @@ SLOT="0/$(ver_cut 1-2)" RDEPEND="sys-process/numactl x11-libs/libdrm[video_cards_amdgpu]" DEPEND="${RDEPEND} - test? ( sys-devel/llvm + test? ( llvm-core/llvm dev-cpp/gtest )" IUSE="test" diff --git a/dev-lisp/c2ffi/c2ffi-18.1.0.20240926.ebuild b/dev-lisp/c2ffi/c2ffi-18.1.0.20240926.ebuild index e3b2c61de99c..b88b17b16641 100644 --- a/dev-lisp/c2ffi/c2ffi-18.1.0.20240926.ebuild +++ b/dev-lisp/c2ffi/c2ffi-18.1.0.20240926.ebuild @@ -18,5 +18,5 @@ SLOT="0" KEYWORDS="~amd64" DEPEND="llvm-core/clang:${LLVM_MAX_SLOT} - sys-devel/llvm:${LLVM_MAX_SLOT}" + llvm-core/llvm:${LLVM_MAX_SLOT}" RDEPEND="${DEPEND}" diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-15.0.7.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-15.0.7.ebuild index 9bb647c198de..d6dd22e726d5 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-15.0.7.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-15.0.7.ebuild @@ -18,8 +18,8 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-lang/ocaml-4.00.0:0= dev-ml/ocaml-ctypes:= - ~sys-devel/llvm-${PV}:=[debug?] - !sys-devel/llvm[ocaml(-)] + ~llvm-core/llvm-${PV}:=[debug?] + !llvm-core/llvm[ocaml(-)] " DEPEND=" diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-16.0.6.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-16.0.6.ebuild index 045b66d0d543..286af8cce038 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-16.0.6.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-16.0.6.ebuild @@ -18,8 +18,8 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-lang/ocaml-4.00.0:0= dev-ml/ocaml-ctypes:= - ~sys-devel/llvm-${PV}:=[debug?] - !sys-devel/llvm[ocaml(-)] + ~llvm-core/llvm-${PV}:=[debug?] + !llvm-core/llvm[ocaml(-)] " DEPEND=" diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-17.0.6.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-17.0.6.ebuild index 045b66d0d543..286af8cce038 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-17.0.6.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-17.0.6.ebuild @@ -18,8 +18,8 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-lang/ocaml-4.00.0:0= dev-ml/ocaml-ctypes:= - ~sys-devel/llvm-${PV}:=[debug?] - !sys-devel/llvm[ocaml(-)] + ~llvm-core/llvm-${PV}:=[debug?] + !llvm-core/llvm[ocaml(-)] " DEPEND=" diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-18.1.8.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-18.1.8.ebuild index 84bd71875fac..197b3e46acd2 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-18.1.8.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-18.1.8.ebuild @@ -18,8 +18,8 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-lang/ocaml-4.00.0:0= dev-ml/ocaml-ctypes:= - ~sys-devel/llvm-${PV}:=[debug?] - !sys-devel/llvm[ocaml(-)] + ~llvm-core/llvm-${PV}:=[debug?] + !llvm-core/llvm[ocaml(-)] " DEPEND=" diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-19.1.4.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-19.1.4.ebuild index 84bd71875fac..197b3e46acd2 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-19.1.4.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-19.1.4.ebuild @@ -18,8 +18,8 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-lang/ocaml-4.00.0:0= dev-ml/ocaml-ctypes:= - ~sys-devel/llvm-${PV}:=[debug?] - !sys-devel/llvm[ocaml(-)] + ~llvm-core/llvm-${PV}:=[debug?] + !llvm-core/llvm[ocaml(-)] " DEPEND=" diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-19.1.5.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-19.1.5.ebuild index 84bd71875fac..197b3e46acd2 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-19.1.5.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-19.1.5.ebuild @@ -18,8 +18,8 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-lang/ocaml-4.00.0:0= dev-ml/ocaml-ctypes:= - ~sys-devel/llvm-${PV}:=[debug?] - !sys-devel/llvm[ocaml(-)] + ~llvm-core/llvm-${PV}:=[debug?] + !llvm-core/llvm[ocaml(-)] " DEPEND=" diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-20.0.0.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-20.0.0.9999.ebuild index 36b3716c0372..2b98b4b8952e 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-20.0.0.9999.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-20.0.0.9999.ebuild @@ -17,8 +17,8 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-lang/ocaml-4.00.0:0= dev-ml/ocaml-ctypes:= - ~sys-devel/llvm-${PV}:=[debug?] - !sys-devel/llvm[ocaml(-)] + ~llvm-core/llvm-${PV}:=[debug?] + !llvm-core/llvm[ocaml(-)] " DEPEND=" diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-20.0.0_pre20241207.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-20.0.0_pre20241207.ebuild index 36b3716c0372..2b98b4b8952e 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-20.0.0_pre20241207.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-20.0.0_pre20241207.ebuild @@ -17,8 +17,8 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-lang/ocaml-4.00.0:0= dev-ml/ocaml-ctypes:= - ~sys-devel/llvm-${PV}:=[debug?] - !sys-devel/llvm[ocaml(-)] + ~llvm-core/llvm-${PV}:=[debug?] + !llvm-core/llvm[ocaml(-)] " DEPEND=" diff --git a/dev-python/clang-python/clang-python-15.0.7.ebuild b/dev-python/clang-python/clang-python-15.0.7.ebuild index ab094d7a3bbc..4adb387aca6a 100644 --- a/dev-python/clang-python/clang-python-15.0.7.ebuild +++ b/dev-python/clang-python/clang-python-15.0.7.ebuild @@ -20,7 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" # on top of it. DEPEND=" >=llvm-core/clang-${PV}:* - !sys-devel/llvm:0[clang(-),python(-)] + !llvm-core/llvm:0[clang(-),python(-)] !llvm-core/clang:0[python(-)] " RDEPEND=" diff --git a/dev-python/clang-python/clang-python-16.0.6.ebuild b/dev-python/clang-python/clang-python-16.0.6.ebuild index 37ef9cee0fc0..a4bd8a06da78 100644 --- a/dev-python/clang-python/clang-python-16.0.6.ebuild +++ b/dev-python/clang-python/clang-python-16.0.6.ebuild @@ -20,7 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" # on top of it. DEPEND=" >=llvm-core/clang-${PV}:* - !sys-devel/llvm:0[clang(-),python(-)] + !llvm-core/llvm:0[clang(-),python(-)] !llvm-core/clang:0[python(-)] " RDEPEND=" diff --git a/dev-python/clang-python/clang-python-17.0.6.ebuild b/dev-python/clang-python/clang-python-17.0.6.ebuild index 37ef9cee0fc0..a4bd8a06da78 100644 --- a/dev-python/clang-python/clang-python-17.0.6.ebuild +++ b/dev-python/clang-python/clang-python-17.0.6.ebuild @@ -20,7 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" # on top of it. DEPEND=" >=llvm-core/clang-${PV}:* - !sys-devel/llvm:0[clang(-),python(-)] + !llvm-core/llvm:0[clang(-),python(-)] !llvm-core/clang:0[python(-)] " RDEPEND=" diff --git a/dev-python/clang-python/clang-python-18.1.8.ebuild b/dev-python/clang-python/clang-python-18.1.8.ebuild index 72e33b7dc260..1e14db792bb3 100644 --- a/dev-python/clang-python/clang-python-18.1.8.ebuild +++ b/dev-python/clang-python/clang-python-18.1.8.ebuild @@ -20,7 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" # on top of it. DEPEND=" >=llvm-core/clang-${PV}:* - !sys-devel/llvm:0[clang(-),python(-)] + !llvm-core/llvm:0[clang(-),python(-)] !llvm-core/clang:0[python(-)] " RDEPEND=" diff --git a/dev-python/clang-python/clang-python-19.1.4.ebuild b/dev-python/clang-python/clang-python-19.1.4.ebuild index 72e33b7dc260..1e14db792bb3 100644 --- a/dev-python/clang-python/clang-python-19.1.4.ebuild +++ b/dev-python/clang-python/clang-python-19.1.4.ebuild @@ -20,7 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" # on top of it. DEPEND=" >=llvm-core/clang-${PV}:* - !sys-devel/llvm:0[clang(-),python(-)] + !llvm-core/llvm:0[clang(-),python(-)] !llvm-core/clang:0[python(-)] " RDEPEND=" diff --git a/dev-python/clang-python/clang-python-19.1.5.ebuild b/dev-python/clang-python/clang-python-19.1.5.ebuild index e43015ed5bc9..f631aed3d59e 100644 --- a/dev-python/clang-python/clang-python-19.1.5.ebuild +++ b/dev-python/clang-python/clang-python-19.1.5.ebuild @@ -20,7 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" # on top of it. DEPEND=" >=llvm-core/clang-${PV}:* - !sys-devel/llvm:0[clang(-),python(-)] + !llvm-core/llvm:0[clang(-),python(-)] !llvm-core/clang:0[python(-)] " RDEPEND=" diff --git a/dev-python/clang-python/clang-python-20.0.0.9999.ebuild b/dev-python/clang-python/clang-python-20.0.0.9999.ebuild index ac0a5d029db5..871a0ee635a8 100644 --- a/dev-python/clang-python/clang-python-20.0.0.9999.ebuild +++ b/dev-python/clang-python/clang-python-20.0.0.9999.ebuild @@ -19,7 +19,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" # on top of it. DEPEND=" >=llvm-core/clang-${PV}:* - !sys-devel/llvm:0[clang(-),python(-)] + !llvm-core/llvm:0[clang(-),python(-)] !llvm-core/clang:0[python(-)] " RDEPEND=" diff --git a/dev-python/clang-python/clang-python-20.0.0_pre20241207.ebuild b/dev-python/clang-python/clang-python-20.0.0_pre20241207.ebuild index ac0a5d029db5..871a0ee635a8 100644 --- a/dev-python/clang-python/clang-python-20.0.0_pre20241207.ebuild +++ b/dev-python/clang-python/clang-python-20.0.0_pre20241207.ebuild @@ -19,7 +19,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" # on top of it. DEPEND=" >=llvm-core/clang-${PV}:* - !sys-devel/llvm:0[clang(-),python(-)] + !llvm-core/llvm:0[clang(-),python(-)] !llvm-core/clang:0[python(-)] " RDEPEND=" diff --git a/dev-python/lit/lit-15.0.7.ebuild b/dev-python/lit/lit-15.0.7.ebuild index cb3bb23824a5..d696ebab1f65 100644 --- a/dev-python/lit/lit-15.0.7.ebuild +++ b/dev-python/lit/lit-15.0.7.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 llvm.org @@ -21,14 +21,14 @@ RESTRICT="!test? ( test )" BDEPEND=" test? ( dev-python/psutil[${PYTHON_USEDEP}] - sys-devel/llvm + llvm-core/llvm ) " LLVM_COMPONENTS=( llvm/utils/lit ) llvm.org_set_globals -# TODO: move the manpage generation here (from sys-devel/llvm) +# TODO: move the manpage generation here (from llvm-core/llvm) src_prepare() { cd "${WORKDIR}" || die diff --git a/dev-python/lit/lit-16.0.6.ebuild b/dev-python/lit/lit-16.0.6.ebuild index df4775d49f21..3b91f7542af3 100644 --- a/dev-python/lit/lit-16.0.6.ebuild +++ b/dev-python/lit/lit-16.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,14 +21,14 @@ RESTRICT="!test? ( test )" BDEPEND=" test? ( dev-python/psutil[${PYTHON_USEDEP}] - sys-devel/llvm + llvm-core/llvm ) " LLVM_COMPONENTS=( llvm/utils/lit ) llvm.org_set_globals -# TODO: move the manpage generation here (from sys-devel/llvm) +# TODO: move the manpage generation here (from llvm-core/llvm) src_prepare() { cd "${WORKDIR}" || die diff --git a/dev-python/lit/lit-17.0.6.ebuild b/dev-python/lit/lit-17.0.6.ebuild index 24220a780e24..5b15c0e83655 100644 --- a/dev-python/lit/lit-17.0.6.ebuild +++ b/dev-python/lit/lit-17.0.6.ebuild @@ -21,14 +21,14 @@ RESTRICT="!test? ( test )" BDEPEND=" test? ( dev-python/psutil[${PYTHON_USEDEP}] - sys-devel/llvm + llvm-core/llvm ) " LLVM_COMPONENTS=( llvm/utils/lit ) llvm.org_set_globals -# TODO: move the manpage generation here (from sys-devel/llvm) +# TODO: move the manpage generation here (from llvm-core/llvm) src_prepare() { # flaky test diff --git a/dev-python/lit/lit-18.1.8.ebuild b/dev-python/lit/lit-18.1.8.ebuild index 6b9e078a9f68..a003c1b88ba2 100644 --- a/dev-python/lit/lit-18.1.8.ebuild +++ b/dev-python/lit/lit-18.1.8.ebuild @@ -21,14 +21,14 @@ RESTRICT="!test? ( test )" BDEPEND=" test? ( dev-python/psutil[${PYTHON_USEDEP}] - sys-devel/llvm + llvm-core/llvm ) " LLVM_COMPONENTS=( llvm/utils/lit ) llvm.org_set_globals -# TODO: move the manpage generation here (from sys-devel/llvm) +# TODO: move the manpage generation here (from llvm-core/llvm) src_prepare() { # flaky test diff --git a/dev-python/lit/lit-19.1.4.ebuild b/dev-python/lit/lit-19.1.4.ebuild index 6b9e078a9f68..a003c1b88ba2 100644 --- a/dev-python/lit/lit-19.1.4.ebuild +++ b/dev-python/lit/lit-19.1.4.ebuild @@ -21,14 +21,14 @@ RESTRICT="!test? ( test )" BDEPEND=" test? ( dev-python/psutil[${PYTHON_USEDEP}] - sys-devel/llvm + llvm-core/llvm ) " LLVM_COMPONENTS=( llvm/utils/lit ) llvm.org_set_globals -# TODO: move the manpage generation here (from sys-devel/llvm) +# TODO: move the manpage generation here (from llvm-core/llvm) src_prepare() { # flaky test diff --git a/dev-python/lit/lit-19.1.5.ebuild b/dev-python/lit/lit-19.1.5.ebuild index 75b7c01e4ef3..0bc978b6c9d2 100644 --- a/dev-python/lit/lit-19.1.5.ebuild +++ b/dev-python/lit/lit-19.1.5.ebuild @@ -21,14 +21,14 @@ RESTRICT="!test? ( test )" BDEPEND=" test? ( dev-python/psutil[${PYTHON_USEDEP}] - sys-devel/llvm + llvm-core/llvm ) " LLVM_COMPONENTS=( llvm/utils/lit ) llvm.org_set_globals -# TODO: move the manpage generation here (from sys-devel/llvm) +# TODO: move the manpage generation here (from llvm-core/llvm) src_prepare() { # flaky test diff --git a/dev-python/lit/lit-20.0.0.9999.ebuild b/dev-python/lit/lit-20.0.0.9999.ebuild index d862b4f8cd03..cb62066830d4 100644 --- a/dev-python/lit/lit-20.0.0.9999.ebuild +++ b/dev-python/lit/lit-20.0.0.9999.ebuild @@ -20,14 +20,14 @@ RESTRICT="!test? ( test )" BDEPEND=" test? ( dev-python/psutil[${PYTHON_USEDEP}] - sys-devel/llvm + llvm-core/llvm ) " LLVM_COMPONENTS=( llvm/utils/lit ) llvm.org_set_globals -# TODO: move the manpage generation here (from sys-devel/llvm) +# TODO: move the manpage generation here (from llvm-core/llvm) src_prepare() { # flaky test diff --git a/dev-python/lit/lit-20.0.0_pre20241207.ebuild b/dev-python/lit/lit-20.0.0_pre20241207.ebuild index d862b4f8cd03..cb62066830d4 100644 --- a/dev-python/lit/lit-20.0.0_pre20241207.ebuild +++ b/dev-python/lit/lit-20.0.0_pre20241207.ebuild @@ -20,14 +20,14 @@ RESTRICT="!test? ( test )" BDEPEND=" test? ( dev-python/psutil[${PYTHON_USEDEP}] - sys-devel/llvm + llvm-core/llvm ) " LLVM_COMPONENTS=( llvm/utils/lit ) llvm.org_set_globals -# TODO: move the manpage generation here (from sys-devel/llvm) +# TODO: move the manpage generation here (from llvm-core/llvm) src_prepare() { # flaky test diff --git a/dev-python/pyside2-tools/pyside2-tools-5.15.14.ebuild b/dev-python/pyside2-tools/pyside2-tools-5.15.14.ebuild index 49fe39c88a81..cdfa9ad5c841 100644 --- a/dev-python/pyside2-tools/pyside2-tools-5.15.14.ebuild +++ b/dev-python/pyside2-tools/pyside2-tools-5.15.14.ebuild @@ -34,7 +34,7 @@ RDEPEND="${PYTHON_DEPS} DEPEND="${RDEPEND} $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') " diff --git a/dev-python/pyside2/pyside2-5.15.14.ebuild b/dev-python/pyside2/pyside2-5.15.14.ebuild index c76574b940c1..03b2396d611b 100644 --- a/dev-python/pyside2/pyside2-5.15.14.ebuild +++ b/dev-python/pyside2/pyside2-5.15.14.ebuild @@ -128,7 +128,7 @@ RDEPEND="${PYTHON_DEPS} DEPEND="${RDEPEND} $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') test? ( x11-misc/xvfb-run ) " diff --git a/dev-python/pyside6-tools/pyside6-tools-6.7.2.ebuild b/dev-python/pyside6-tools/pyside6-tools-6.7.2.ebuild index 1a66b68b237d..f4295516bbfe 100644 --- a/dev-python/pyside6-tools/pyside6-tools-6.7.2.ebuild +++ b/dev-python/pyside6-tools/pyside6-tools-6.7.2.ebuild @@ -34,7 +34,7 @@ RDEPEND="${PYTHON_DEPS} DEPEND="${RDEPEND} $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') " diff --git a/dev-python/pyside6-tools/pyside6-tools-6.7.3.ebuild b/dev-python/pyside6-tools/pyside6-tools-6.7.3.ebuild index c1206e207864..41fea86aa1e7 100644 --- a/dev-python/pyside6-tools/pyside6-tools-6.7.3.ebuild +++ b/dev-python/pyside6-tools/pyside6-tools-6.7.3.ebuild @@ -34,7 +34,7 @@ RDEPEND="${PYTHON_DEPS} DEPEND="${RDEPEND} $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') " diff --git a/dev-python/pyside6/pyside6-6.7.2.ebuild b/dev-python/pyside6/pyside6-6.7.2.ebuild index 08d162b53274..c432902fc246 100644 --- a/dev-python/pyside6/pyside6-6.7.2.ebuild +++ b/dev-python/pyside6/pyside6-6.7.2.ebuild @@ -124,7 +124,7 @@ RDEPEND="${PYTHON_DEPS} DEPEND="${RDEPEND} $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') test? ( =dev-qt/qtbase-${QT_PV}[gui] ) " diff --git a/dev-python/pyside6/pyside6-6.7.3.ebuild b/dev-python/pyside6/pyside6-6.7.3.ebuild index eaac3c39c3f2..78f2ebf2ba25 100644 --- a/dev-python/pyside6/pyside6-6.7.3.ebuild +++ b/dev-python/pyside6/pyside6-6.7.3.ebuild @@ -124,7 +124,7 @@ RDEPEND="${PYTHON_DEPS} DEPEND="${RDEPEND} $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') test? ( =dev-qt/qtbase-${QT_PV}[gui] ) " diff --git a/dev-python/shiboken2/shiboken2-5.15.14.ebuild b/dev-python/shiboken2/shiboken2-5.15.14.ebuild index 2297c2c260e3..b4a22951333a 100644 --- a/dev-python/shiboken2/shiboken2-5.15.14.ebuild +++ b/dev-python/shiboken2/shiboken2-5.15.14.ebuild @@ -46,7 +46,7 @@ RDEPEND="${PYTHON_DEPS} =dev-qt/qtcore-${QT_PV} $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') docstrings? ( >=dev-libs/libxml2-2.6.32 diff --git a/dev-python/shiboken6/shiboken6-6.7.2.ebuild b/dev-python/shiboken6/shiboken6-6.7.2.ebuild index 3f41f51d5723..4654302f19f6 100644 --- a/dev-python/shiboken6/shiboken6-6.7.2.ebuild +++ b/dev-python/shiboken6/shiboken6-6.7.2.ebuild @@ -46,7 +46,7 @@ RDEPEND="${PYTHON_DEPS} =dev-qt/qtbase-${QT_PV} $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') docstrings? ( >=dev-libs/libxml2-2.6.32 diff --git a/dev-python/shiboken6/shiboken6-6.7.3.ebuild b/dev-python/shiboken6/shiboken6-6.7.3.ebuild index 4cda720cb5fe..68535f872494 100644 --- a/dev-python/shiboken6/shiboken6-6.7.3.ebuild +++ b/dev-python/shiboken6/shiboken6-6.7.3.ebuild @@ -46,7 +46,7 @@ RDEPEND="${PYTHON_DEPS} =dev-qt/qtbase-${QT_PV} $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') docstrings? ( >=dev-libs/libxml2-2.6.32 diff --git a/dev-python/sympy/sympy-1.13.3.ebuild b/dev-python/sympy/sympy-1.13.3.ebuild index 16b39de6be2b..12540dc6a32e 100644 --- a/dev-python/sympy/sympy-1.13.3.ebuild +++ b/dev-python/sympy/sympy-1.13.3.ebuild @@ -67,7 +67,7 @@ python_test() { # require old version of antlr4 sympy/parsing/tests/test_autolev.py sympy/parsing/tests/test_latex.py - # crash due to assertions in sys-devel/llvm[debug] + # crash due to assertions in llvm-core/llvm[debug] sympy/parsing/tests/test_c_parser.py # TODO: pytest? diff --git a/dev-qt/qt-creator/qt-creator-14.0.2.ebuild b/dev-qt/qt-creator/qt-creator-14.0.2.ebuild index 5a084fb0eff8..a51b3ea8a921 100644 --- a/dev-qt/qt-creator/qt-creator-14.0.2.ebuild +++ b/dev-qt/qt-creator/qt-creator-14.0.2.ebuild @@ -51,7 +51,7 @@ COMMON_DEPEND=" clang? ( $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') ) designer? ( >=dev-qt/qttools-${QT_PV}[designer] ) diff --git a/dev-qt/qt-creator/qt-creator-15.0.0-r1.ebuild b/dev-qt/qt-creator/qt-creator-15.0.0-r1.ebuild index e42f247a89c9..8a2930a2a568 100644 --- a/dev-qt/qt-creator/qt-creator-15.0.0-r1.ebuild +++ b/dev-qt/qt-creator/qt-creator-15.0.0-r1.ebuild @@ -56,7 +56,7 @@ COMMON_DEPEND=" clang? ( $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') ) designer? ( >=dev-qt/qttools-${QT_PV}[designer] ) diff --git a/dev-qt/qt-creator/qt-creator-9999.ebuild b/dev-qt/qt-creator/qt-creator-9999.ebuild index e42f247a89c9..8a2930a2a568 100644 --- a/dev-qt/qt-creator/qt-creator-9999.ebuild +++ b/dev-qt/qt-creator/qt-creator-9999.ebuild @@ -56,7 +56,7 @@ COMMON_DEPEND=" clang? ( $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') ) designer? ( >=dev-qt/qttools-${QT_PV}[designer] ) diff --git a/dev-qt/qttools/qttools-6.7.2.ebuild b/dev-qt/qttools/qttools-6.7.2.ebuild index 14f61bb036ab..c4d38457aa2c 100644 --- a/dev-qt/qttools/qttools-6.7.2.ebuild +++ b/dev-qt/qttools/qttools-6.7.2.ebuild @@ -41,7 +41,7 @@ RDEPEND=" clang? ( $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') ) designer? ( diff --git a/dev-qt/qttools/qttools-6.7.3.ebuild b/dev-qt/qttools/qttools-6.7.3.ebuild index 8333d75a6076..c0002e23a5cd 100644 --- a/dev-qt/qttools/qttools-6.7.3.ebuild +++ b/dev-qt/qttools/qttools-6.7.3.ebuild @@ -41,7 +41,7 @@ RDEPEND=" clang? ( $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') ) designer? ( diff --git a/dev-qt/qttools/qttools-6.8.1.ebuild b/dev-qt/qttools/qttools-6.8.1.ebuild index 9fd2c23043f2..3944f485aac8 100644 --- a/dev-qt/qttools/qttools-6.8.1.ebuild +++ b/dev-qt/qttools/qttools-6.8.1.ebuild @@ -42,7 +42,7 @@ RDEPEND=" clang? ( $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') ) designer? ( diff --git a/dev-qt/qttools/qttools-6.8.9999.ebuild b/dev-qt/qttools/qttools-6.8.9999.ebuild index 9fd2c23043f2..3944f485aac8 100644 --- a/dev-qt/qttools/qttools-6.8.9999.ebuild +++ b/dev-qt/qttools/qttools-6.8.9999.ebuild @@ -42,7 +42,7 @@ RDEPEND=" clang? ( $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') ) designer? ( diff --git a/dev-qt/qttools/qttools-6.9999.ebuild b/dev-qt/qttools/qttools-6.9999.ebuild index 9fd2c23043f2..3944f485aac8 100644 --- a/dev-qt/qttools/qttools-6.9999.ebuild +++ b/dev-qt/qttools/qttools-6.9999.ebuild @@ -42,7 +42,7 @@ RDEPEND=" clang? ( $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') ) designer? ( diff --git a/dev-qt/qtwebengine/qtwebengine-6.7.2.ebuild b/dev-qt/qtwebengine/qtwebengine-6.7.2.ebuild index 225a90310783..02da9a205be6 100644 --- a/dev-qt/qtwebengine/qtwebengine-6.7.2.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-6.7.2.ebuild @@ -249,7 +249,7 @@ src_configure() { # TODO: drop this when <=llvm-18.1.5-r1 >=18 been gone for some time use amd64 && tc-is-clang && is-flagq -march=native && [[ $(clang-major-version) -ge 18 ]] && - has_version '<sys-devel/llvm-18.1.5-r1' && + has_version '<llvm-core/llvm-18.1.5-r1' && tc-cpp-is-true "!defined(__AVX512F__)" ${CXXFLAGS} && append-flags -mevex512 diff --git a/dev-util/bcc/bcc-0.29.1-r1.ebuild b/dev-util/bcc/bcc-0.29.1-r1.ebuild index 11012e78354b..2f19b45f8874 100644 --- a/dev-util/bcc/bcc-0.29.1-r1.ebuild +++ b/dev-util/bcc/bcc-0.29.1-r1.ebuild @@ -31,7 +31,7 @@ RDEPEND=" >=dev-libs/libbpf-1.2.0:=[static-libs(-)] sys-kernel/linux-headers <llvm-core/clang-$((${LLVM_MAX_SLOT} + 1)):= - <sys-devel/llvm-$((${LLVM_MAX_SLOT} + 1)):=[llvm_targets_BPF(+)] + <llvm-core/llvm-$((${LLVM_MAX_SLOT} + 1)):=[llvm_targets_BPF(+)] ${PYTHON_DEPS} lua? ( ${LUA_DEPS} ) " diff --git a/dev-util/bcc/bcc-0.29.1-r2.ebuild b/dev-util/bcc/bcc-0.29.1-r2.ebuild index 6b8d96d312e9..4c124fda2916 100644 --- a/dev-util/bcc/bcc-0.29.1-r2.ebuild +++ b/dev-util/bcc/bcc-0.29.1-r2.ebuild @@ -31,7 +31,7 @@ RDEPEND=" >=dev-libs/libbpf-1.2.0:=[static-libs(-)] sys-kernel/linux-headers <llvm-core/clang-$((${LLVM_MAX_SLOT} + 1)):= - <sys-devel/llvm-$((${LLVM_MAX_SLOT} + 1)):=[llvm_targets_BPF(+)] + <llvm-core/llvm-$((${LLVM_MAX_SLOT} + 1)):=[llvm_targets_BPF(+)] ${PYTHON_DEPS} lua? ( ${LUA_DEPS} ) " diff --git a/dev-util/bcc/bcc-0.30.0-r1.ebuild b/dev-util/bcc/bcc-0.30.0-r1.ebuild index fd7dd51b3f49..7dbc80d0006f 100644 --- a/dev-util/bcc/bcc-0.30.0-r1.ebuild +++ b/dev-util/bcc/bcc-0.30.0-r1.ebuild @@ -31,7 +31,7 @@ RDEPEND=" >=dev-libs/libbpf-1.2.0:=[static-libs(-)] sys-kernel/linux-headers <llvm-core/clang-$((${LLVM_MAX_SLOT} + 1)):= - <sys-devel/llvm-$((${LLVM_MAX_SLOT} + 1)):=[llvm_targets_BPF(+)] + <llvm-core/llvm-$((${LLVM_MAX_SLOT} + 1)):=[llvm_targets_BPF(+)] ${PYTHON_DEPS} lua? ( ${LUA_DEPS} ) " diff --git a/dev-util/bcc/bcc-0.31.0-r2.ebuild b/dev-util/bcc/bcc-0.31.0-r2.ebuild index 8533a1e69f12..5fc842517bec 100644 --- a/dev-util/bcc/bcc-0.31.0-r2.ebuild +++ b/dev-util/bcc/bcc-0.31.0-r2.ebuild @@ -37,7 +37,7 @@ RDEPEND=" sys-libs/ncurses:=[tinfo] $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') lzma? ( || ( app-arch/xz-utils diff --git a/dev-util/bpftool/bpftool-6.8.2.ebuild b/dev-util/bpftool/bpftool-6.8.2.ebuild index 15c1e8fa6a16..ddd4369edfec 100644 --- a/dev-util/bpftool/bpftool-6.8.2.ebuild +++ b/dev-util/bpftool/bpftool-6.8.2.ebuild @@ -33,7 +33,7 @@ RDEPEND=" sys-libs/zlib:= virtual/libelf:= caps? ( sys-libs/libcap:= ) - llvm? ( sys-devel/llvm:= ) + llvm? ( llvm-core/llvm:= ) " DEPEND=" ${RDEPEND} diff --git a/dev-util/bpftool/bpftool-6.9.2.ebuild b/dev-util/bpftool/bpftool-6.9.2.ebuild index 892333952cea..7903cf92f37e 100644 --- a/dev-util/bpftool/bpftool-6.9.2.ebuild +++ b/dev-util/bpftool/bpftool-6.9.2.ebuild @@ -33,7 +33,7 @@ RDEPEND=" sys-libs/zlib:= virtual/libelf:= caps? ( sys-libs/libcap:= ) - llvm? ( sys-devel/llvm:= ) + llvm? ( llvm-core/llvm:= ) " DEPEND=" ${RDEPEND} diff --git a/dev-util/bpftool/bpftool-7.4.0.ebuild b/dev-util/bpftool/bpftool-7.4.0.ebuild index a09fb881d1c6..743e919f4bb8 100644 --- a/dev-util/bpftool/bpftool-7.4.0.ebuild +++ b/dev-util/bpftool/bpftool-7.4.0.ebuild @@ -46,7 +46,7 @@ REQUIRED_USE="llvm? ( ${LLVM_REQUIRED_USE} )" RDEPEND=" caps? ( sys-libs/libcap:= ) - llvm? ( $(llvm_gen_dep 'sys-devel/llvm:${LLVM_SLOT}') ) + llvm? ( $(llvm_gen_dep 'llvm-core/llvm:${LLVM_SLOT}') ) !llvm? ( sys-libs/binutils-libs:= ) sys-libs/zlib:= virtual/libelf:= diff --git a/dev-util/bpftool/bpftool-7.5.0.ebuild b/dev-util/bpftool/bpftool-7.5.0.ebuild index eda221c9e84e..753408c8ea03 100644 --- a/dev-util/bpftool/bpftool-7.5.0.ebuild +++ b/dev-util/bpftool/bpftool-7.5.0.ebuild @@ -46,7 +46,7 @@ REQUIRED_USE="llvm? ( ${LLVM_REQUIRED_USE} )" RDEPEND=" caps? ( sys-libs/libcap:= ) - llvm? ( $(llvm_gen_dep 'sys-devel/llvm:${LLVM_SLOT}') ) + llvm? ( $(llvm_gen_dep 'llvm-core/llvm:${LLVM_SLOT}') ) !llvm? ( sys-libs/binutils-libs:= ) sys-libs/zlib:= virtual/libelf:= diff --git a/dev-util/bpftool/bpftool-9999.ebuild b/dev-util/bpftool/bpftool-9999.ebuild index eda221c9e84e..753408c8ea03 100644 --- a/dev-util/bpftool/bpftool-9999.ebuild +++ b/dev-util/bpftool/bpftool-9999.ebuild @@ -46,7 +46,7 @@ REQUIRED_USE="llvm? ( ${LLVM_REQUIRED_USE} )" RDEPEND=" caps? ( sys-libs/libcap:= ) - llvm? ( $(llvm_gen_dep 'sys-devel/llvm:${LLVM_SLOT}') ) + llvm? ( $(llvm_gen_dep 'llvm-core/llvm:${LLVM_SLOT}') ) !llvm? ( sys-libs/binutils-libs:= ) sys-libs/zlib:= virtual/libelf:= diff --git a/dev-util/bpftool/metadata.xml b/dev-util/bpftool/metadata.xml index a93a13d9ca19..f61ac017c0bc 100644 --- a/dev-util/bpftool/metadata.xml +++ b/dev-util/bpftool/metadata.xml @@ -12,7 +12,7 @@ <use> <flag name="caps">Use <pkg>sys-libs/libcap</pkg> to enable unprivileged run support</flag> <flag name="clang">Use <pkg>llvm-core/clang</pkg> instead of <pkg>sys-devel/bpf-toolchain</pkg> for BPF CO-RE support</flag> - <flag name="llvm">Use <pkg>sys-devel/llvm</pkg> instead of libbfd (<pkg>sys-libs/binutils-libs</pkg>) for JIT disassembly</flag> + <flag name="llvm">Use <pkg>llvm-core/llvm</pkg> instead of libbfd (<pkg>sys-libs/binutils-libs</pkg>) for JIT disassembly</flag> </use> <upstream> <remote-id type="github">libbpf/bpftool</remote-id> diff --git a/dev-util/ccls/ccls-0.20240505.ebuild b/dev-util/ccls/ccls-0.20240505.ebuild index 233dcea5f734..5384b8cffb3f 100644 --- a/dev-util/ccls/ccls-0.20240505.ebuild +++ b/dev-util/ccls/ccls-0.20240505.ebuild @@ -29,7 +29,7 @@ DEPEND=" dev-libs/rapidjson $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') " RDEPEND="${DEPEND}" diff --git a/dev-util/ccls/ccls-0.20241108.ebuild b/dev-util/ccls/ccls-0.20241108.ebuild index 4eab315bba95..3096200e66e5 100644 --- a/dev-util/ccls/ccls-0.20241108.ebuild +++ b/dev-util/ccls/ccls-0.20241108.ebuild @@ -29,7 +29,7 @@ DEPEND=" dev-libs/rapidjson $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') " RDEPEND="${DEPEND}" diff --git a/dev-util/ccls/ccls-9999.ebuild b/dev-util/ccls/ccls-9999.ebuild index 4eab315bba95..3096200e66e5 100644 --- a/dev-util/ccls/ccls-9999.ebuild +++ b/dev-util/ccls/ccls-9999.ebuild @@ -29,7 +29,7 @@ DEPEND=" dev-libs/rapidjson $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') " RDEPEND="${DEPEND}" diff --git a/dev-util/clang-extract/clang-extract-0_pre20241002.ebuild b/dev-util/clang-extract/clang-extract-0_pre20241002.ebuild index 1d1c2c1c7a83..0c1d8f39cd8e 100644 --- a/dev-util/clang-extract/clang-extract-0_pre20241002.ebuild +++ b/dev-util/clang-extract/clang-extract-0_pre20241002.ebuild @@ -34,7 +34,7 @@ DEPEND=" virtual/libelf $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') " RDEPEND="${DEPEND}" diff --git a/dev-util/clang-extract/clang-extract-9999.ebuild b/dev-util/clang-extract/clang-extract-9999.ebuild index 1d1c2c1c7a83..0c1d8f39cd8e 100644 --- a/dev-util/clang-extract/clang-extract-9999.ebuild +++ b/dev-util/clang-extract/clang-extract-9999.ebuild @@ -34,7 +34,7 @@ DEPEND=" virtual/libelf $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') " RDEPEND="${DEPEND}" diff --git a/dev-util/clazy/clazy-1.11-r4.ebuild b/dev-util/clazy/clazy-1.11-r4.ebuild index 6e36617e2a38..621e8340cbf8 100644 --- a/dev-util/clazy/clazy-1.11-r4.ebuild +++ b/dev-util/clazy/clazy-1.11-r4.ebuild @@ -28,7 +28,7 @@ PATCHES=( ) llvm_check_deps() { - has_version "llvm-core/clang:${LLVM_SLOT}" && has_version "sys-devel/llvm:${LLVM_SLOT}" + has_version "llvm-core/clang:${LLVM_SLOT}" && has_version "llvm-core/llvm:${LLVM_SLOT}" } pkg_setup() { diff --git a/dev-util/clazy/clazy-1.12.ebuild b/dev-util/clazy/clazy-1.12.ebuild index 30c81c847b1d..e99a8da7633f 100644 --- a/dev-util/clazy/clazy-1.12.ebuild +++ b/dev-util/clazy/clazy-1.12.ebuild @@ -19,7 +19,7 @@ RESTRICT="!test? ( test )" RDEPEND=" $(llvm_gen_dep 'llvm-core/clang:${LLVM_SLOT}') - $(llvm_gen_dep 'sys-devel/llvm:${LLVM_SLOT}') + $(llvm_gen_dep 'llvm-core/llvm:${LLVM_SLOT}') " DEPEND="${RDEPEND}" BDEPEND=" diff --git a/dev-util/cvise/cvise-2.10.0.ebuild b/dev-util/cvise/cvise-2.10.0.ebuild index d654344d69f5..f253b2c95df1 100644 --- a/dev-util/cvise/cvise-2.10.0.ebuild +++ b/dev-util/cvise/cvise-2.10.0.ebuild @@ -23,7 +23,7 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE} DEPEND=" $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') " RDEPEND=" diff --git a/dev-util/cvise/cvise-2.11.0.ebuild b/dev-util/cvise/cvise-2.11.0.ebuild index e570dc8bd43a..5d48ff085f09 100644 --- a/dev-util/cvise/cvise-2.11.0.ebuild +++ b/dev-util/cvise/cvise-2.11.0.ebuild @@ -23,7 +23,7 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE} DEPEND=" $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') " RDEPEND=" diff --git a/dev-util/diffoscope/diffoscope-279.ebuild b/dev-util/diffoscope/diffoscope-279.ebuild index ef5b65047b22..35c1a6b8590a 100644 --- a/dev-util/diffoscope/diffoscope-279.ebuild +++ b/dev-util/diffoscope/diffoscope-279.ebuild @@ -52,7 +52,7 @@ RDEPEND=" imagemagick? ( media-gfx/imagemagick ) iso? ( app-cdr/cdrtools ) java? ( virtual/jdk ) - llvm? ( sys-devel/llvm ) + llvm? ( llvm-core/llvm ) lzma? ( app-arch/xz-utils ) mono? ( dev-lang/mono ) opendocument? ( app-text/odt2txt ) diff --git a/dev-util/diffoscope/diffoscope-283.ebuild b/dev-util/diffoscope/diffoscope-283.ebuild index f7fae2952726..f4b47770300a 100644 --- a/dev-util/diffoscope/diffoscope-283.ebuild +++ b/dev-util/diffoscope/diffoscope-283.ebuild @@ -52,7 +52,7 @@ RDEPEND=" imagemagick? ( media-gfx/imagemagick ) iso? ( app-cdr/cdrtools ) java? ( virtual/jdk ) - llvm? ( sys-devel/llvm ) + llvm? ( llvm-core/llvm ) lzma? ( app-arch/xz-utils ) mono? ( dev-lang/mono ) opendocument? ( app-text/odt2txt ) diff --git a/dev-util/diffoscope/diffoscope-284.ebuild b/dev-util/diffoscope/diffoscope-284.ebuild index f7fae2952726..f4b47770300a 100644 --- a/dev-util/diffoscope/diffoscope-284.ebuild +++ b/dev-util/diffoscope/diffoscope-284.ebuild @@ -52,7 +52,7 @@ RDEPEND=" imagemagick? ( media-gfx/imagemagick ) iso? ( app-cdr/cdrtools ) java? ( virtual/jdk ) - llvm? ( sys-devel/llvm ) + llvm? ( llvm-core/llvm ) lzma? ( app-arch/xz-utils ) mono? ( dev-lang/mono ) opendocument? ( app-text/odt2txt ) diff --git a/dev-util/diffoscope/metadata.xml b/dev-util/diffoscope/metadata.xml index abb0a28b1460..6c020d668239 100644 --- a/dev-util/diffoscope/metadata.xml +++ b/dev-util/diffoscope/metadata.xml @@ -26,7 +26,7 @@ <flag name="hdf5">Use <pkg>sci-libs/hdf5</pkg></flag> <flag name="hex">Use <pkg>app-editors/vim-core</pkg></flag> <flag name="iso">Use <pkg>app-cdr/cdrtools</pkg></flag> - <flag name="llvm">Use <pkg>sys-devel/llvm</pkg></flag> + <flag name="llvm">Use <pkg>llvm-core/llvm</pkg></flag> <flag name="opendocument">Use <pkg>app-text/odt2txt</pkg></flag> <flag name="pascal">Use <pkg>dev-lang/fpc</pkg></flag> <flag name="R">Use <pkg>dev-lang/R</pkg></flag> diff --git a/dev-util/hipcc/hipcc-5.7.1-r3.ebuild b/dev-util/hipcc/hipcc-5.7.1-r3.ebuild index dfaa564dffab..5e968993a829 100644 --- a/dev-util/hipcc/hipcc-5.7.1-r3.ebuild +++ b/dev-util/hipcc/hipcc-5.7.1-r3.ebuild @@ -20,7 +20,7 @@ RESTRICT="!test? ( test )" S=${WORKDIR}/HIPCC-rocm-${PV} -DEPEND="<sys-devel/llvm-18:= +DEPEND="<llvm-core/llvm-18:= <llvm-core/clang-18:= " RDEPEND="${DEPEND} diff --git a/dev-util/hipcc/hipcc-6.1.1.ebuild b/dev-util/hipcc/hipcc-6.1.1.ebuild index 6807f5a4ad10..ce671d75d5a5 100644 --- a/dev-util/hipcc/hipcc-6.1.1.ebuild +++ b/dev-util/hipcc/hipcc-6.1.1.ebuild @@ -29,7 +29,7 @@ RESTRICT="!test? ( test )" DEPEND=" $(llvm_gen_dep ' llvm-runtimes/compiler-rt:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= llvm-core/clang:${LLVM_SLOT}= ') " diff --git a/dev-util/hipcc/hipcc-6.1.2.ebuild b/dev-util/hipcc/hipcc-6.1.2.ebuild index 6807f5a4ad10..ce671d75d5a5 100644 --- a/dev-util/hipcc/hipcc-6.1.2.ebuild +++ b/dev-util/hipcc/hipcc-6.1.2.ebuild @@ -29,7 +29,7 @@ RESTRICT="!test? ( test )" DEPEND=" $(llvm_gen_dep ' llvm-runtimes/compiler-rt:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= llvm-core/clang:${LLVM_SLOT}= ') " diff --git a/dev-util/hipcc/hipcc-6.2.4.ebuild b/dev-util/hipcc/hipcc-6.2.4.ebuild index 0857d2d12bc7..29809b8ce6c2 100644 --- a/dev-util/hipcc/hipcc-6.2.4.ebuild +++ b/dev-util/hipcc/hipcc-6.2.4.ebuild @@ -29,7 +29,7 @@ RESTRICT="!test? ( test )" DEPEND=" $(llvm_gen_dep ' llvm-runtimes/compiler-rt:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= llvm-core/clang:${LLVM_SLOT}= ') " diff --git a/dev-util/hipify-clang/hipify-clang-5.7.1.ebuild b/dev-util/hipify-clang/hipify-clang-5.7.1.ebuild index 5031442dc04d..b9ca90559d68 100644 --- a/dev-util/hipify-clang/hipify-clang-5.7.1.ebuild +++ b/dev-util/hipify-clang/hipify-clang-5.7.1.ebuild @@ -16,7 +16,7 @@ SLOT="0/$(ver_cut 1-2)" BDEPEND=">=dev-build/cmake-3.22" DEPEND=" llvm-core/clang:17 - sys-devel/llvm:17" + llvm-core/llvm:17" S="${WORKDIR}/HIPIFY-rocm-${PV}" diff --git a/dev-util/hipify-clang/hipify-clang-6.1.1.ebuild b/dev-util/hipify-clang/hipify-clang-6.1.1.ebuild index e482e47cefcc..412a7257b33a 100644 --- a/dev-util/hipify-clang/hipify-clang-6.1.1.ebuild +++ b/dev-util/hipify-clang/hipify-clang-6.1.1.ebuild @@ -20,7 +20,7 @@ BDEPEND=">=dev-build/cmake-3.22" DEPEND=" $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') " diff --git a/dev-util/include-what-you-use/include-what-you-use-0.21.ebuild b/dev-util/include-what-you-use/include-what-you-use-0.21.ebuild index 387fae3e49c0..ff50e27d2bcb 100644 --- a/dev-util/include-what-you-use/include-what-you-use-0.21.ebuild +++ b/dev-util/include-what-you-use/include-what-you-use-0.21.ebuild @@ -21,7 +21,7 @@ LLVM_MAX_SLOT=17 RDEPEND=" llvm-core/clang:${LLVM_MAX_SLOT} - sys-devel/llvm:${LLVM_MAX_SLOT} + llvm-core/llvm:${LLVM_MAX_SLOT} ${PYTHON_DEPS} " DEPEND="${RDEPEND}" diff --git a/dev-util/include-what-you-use/include-what-you-use-0.22.ebuild b/dev-util/include-what-you-use/include-what-you-use-0.22.ebuild index ba7ba609716b..bc3d1bedc7b2 100644 --- a/dev-util/include-what-you-use/include-what-you-use-0.22.ebuild +++ b/dev-util/include-what-you-use/include-what-you-use-0.22.ebuild @@ -21,7 +21,7 @@ LLVM_MAX_SLOT=18 RDEPEND=" llvm-core/clang:${LLVM_MAX_SLOT} - sys-devel/llvm:${LLVM_MAX_SLOT} + llvm-core/llvm:${LLVM_MAX_SLOT} ${PYTHON_DEPS} " DEPEND="${RDEPEND}" diff --git a/dev-util/include-what-you-use/include-what-you-use-0.23.ebuild b/dev-util/include-what-you-use/include-what-you-use-0.23.ebuild index 495e334255ac..85401442c5d1 100644 --- a/dev-util/include-what-you-use/include-what-you-use-0.23.ebuild +++ b/dev-util/include-what-you-use/include-what-you-use-0.23.ebuild @@ -22,7 +22,7 @@ KEYWORDS="amd64 ~arm64 ~x86" RDEPEND=" $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') ${PYTHON_DEPS} " diff --git a/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.17657.8.ebuild b/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.17657.8.ebuild index da09d50884f0..ffb50e02f812 100644 --- a/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.17657.8.ebuild +++ b/dev-util/intel-graphics-compiler/intel-graphics-compiler-1.0.17657.8.ebuild @@ -26,7 +26,7 @@ DEPEND=" dev-util/spirv-tools $(llvm_gen_dep ' llvm-core/lld:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') vc? ( >=dev-libs/intel-vc-intrinsics-0.19.0[${LLVM_USEDEP}] @@ -68,7 +68,7 @@ src_prepare() { src_configure() { # Get LLVM version - local llvm_version="$(best_version -d sys-devel/llvm:${LLVM_SLOT})" + local llvm_version="$(best_version -d llvm-core/llvm:${LLVM_SLOT})" local llvm_version="${llvm_version%%-r*}" # See https://github.com/intel/intel-graphics-compiler/issues/212 diff --git a/dev-util/intel_clc/intel_clc-24.1.7.ebuild b/dev-util/intel_clc/intel_clc-24.1.7.ebuild index f2a8200f6ca7..0a3aca85c402 100644 --- a/dev-util/intel_clc/intel_clc-24.1.7.ebuild +++ b/dev-util/intel_clc/intel_clc-24.1.7.ebuild @@ -35,7 +35,7 @@ RDEPEND=" $(llvm_gen_dep ' dev-util/spirv-llvm-translator:${LLVM_SLOT} llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') " DEPEND="${RDEPEND} diff --git a/dev-util/intel_clc/intel_clc-24.2.3.ebuild b/dev-util/intel_clc/intel_clc-24.2.3.ebuild index 79633f83ee67..aaa6b3bdf56d 100644 --- a/dev-util/intel_clc/intel_clc-24.2.3.ebuild +++ b/dev-util/intel_clc/intel_clc-24.2.3.ebuild @@ -35,7 +35,7 @@ RDEPEND=" $(llvm_gen_dep ' dev-util/spirv-llvm-translator:${LLVM_SLOT} llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') " DEPEND="${RDEPEND} diff --git a/dev-util/intel_clc/intel_clc-24.2.4.ebuild b/dev-util/intel_clc/intel_clc-24.2.4.ebuild index 0c8f4d4e2bec..3471067099a7 100644 --- a/dev-util/intel_clc/intel_clc-24.2.4.ebuild +++ b/dev-util/intel_clc/intel_clc-24.2.4.ebuild @@ -35,7 +35,7 @@ RDEPEND=" $(llvm_gen_dep ' dev-util/spirv-llvm-translator:${LLVM_SLOT} llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') " DEPEND="${RDEPEND} diff --git a/dev-util/intel_clc/intel_clc-24.2.5.ebuild b/dev-util/intel_clc/intel_clc-24.2.5.ebuild index 0c8f4d4e2bec..3471067099a7 100644 --- a/dev-util/intel_clc/intel_clc-24.2.5.ebuild +++ b/dev-util/intel_clc/intel_clc-24.2.5.ebuild @@ -35,7 +35,7 @@ RDEPEND=" $(llvm_gen_dep ' dev-util/spirv-llvm-translator:${LLVM_SLOT} llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') " DEPEND="${RDEPEND} diff --git a/dev-util/intel_clc/intel_clc-24.2.6.ebuild b/dev-util/intel_clc/intel_clc-24.2.6.ebuild index 50ee3f7dec2f..2aaece98baf5 100644 --- a/dev-util/intel_clc/intel_clc-24.2.6.ebuild +++ b/dev-util/intel_clc/intel_clc-24.2.6.ebuild @@ -35,7 +35,7 @@ RDEPEND=" $(llvm_gen_dep ' dev-util/spirv-llvm-translator:${LLVM_SLOT} llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') " DEPEND="${RDEPEND} diff --git a/dev-util/intel_clc/intel_clc-24.2.7.ebuild b/dev-util/intel_clc/intel_clc-24.2.7.ebuild index 0c8f4d4e2bec..3471067099a7 100644 --- a/dev-util/intel_clc/intel_clc-24.2.7.ebuild +++ b/dev-util/intel_clc/intel_clc-24.2.7.ebuild @@ -35,7 +35,7 @@ RDEPEND=" $(llvm_gen_dep ' dev-util/spirv-llvm-translator:${LLVM_SLOT} llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') " DEPEND="${RDEPEND} diff --git a/dev-util/intel_clc/intel_clc-24.2.8.ebuild b/dev-util/intel_clc/intel_clc-24.2.8.ebuild index 0c8f4d4e2bec..3471067099a7 100644 --- a/dev-util/intel_clc/intel_clc-24.2.8.ebuild +++ b/dev-util/intel_clc/intel_clc-24.2.8.ebuild @@ -35,7 +35,7 @@ RDEPEND=" $(llvm_gen_dep ' dev-util/spirv-llvm-translator:${LLVM_SLOT} llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') " DEPEND="${RDEPEND} diff --git a/dev-util/intel_clc/intel_clc-24.3.0.ebuild b/dev-util/intel_clc/intel_clc-24.3.0.ebuild index 0c8f4d4e2bec..3471067099a7 100644 --- a/dev-util/intel_clc/intel_clc-24.3.0.ebuild +++ b/dev-util/intel_clc/intel_clc-24.3.0.ebuild @@ -35,7 +35,7 @@ RDEPEND=" $(llvm_gen_dep ' dev-util/spirv-llvm-translator:${LLVM_SLOT} llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') " DEPEND="${RDEPEND} diff --git a/dev-util/intel_clc/intel_clc-24.3.0_rc2.ebuild b/dev-util/intel_clc/intel_clc-24.3.0_rc2.ebuild index 806cd4166e36..b153fd71f105 100644 --- a/dev-util/intel_clc/intel_clc-24.3.0_rc2.ebuild +++ b/dev-util/intel_clc/intel_clc-24.3.0_rc2.ebuild @@ -35,7 +35,7 @@ RDEPEND=" $(llvm_gen_dep ' dev-util/spirv-llvm-translator:${LLVM_SLOT} llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') " DEPEND="${RDEPEND} diff --git a/dev-util/intel_clc/intel_clc-9999.ebuild b/dev-util/intel_clc/intel_clc-9999.ebuild index 806cd4166e36..b153fd71f105 100644 --- a/dev-util/intel_clc/intel_clc-9999.ebuild +++ b/dev-util/intel_clc/intel_clc-9999.ebuild @@ -35,7 +35,7 @@ RDEPEND=" $(llvm_gen_dep ' dev-util/spirv-llvm-translator:${LLVM_SLOT} llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') " DEPEND="${RDEPEND} diff --git a/dev-util/perf/perf-6.11.7.ebuild b/dev-util/perf/perf-6.11.7.ebuild index 46542c1430c9..01c0ecb177a4 100644 --- a/dev-util/perf/perf-6.11.7.ebuild +++ b/dev-util/perf/perf-6.11.7.ebuild @@ -67,7 +67,7 @@ RDEPEND=" dev-util/pahole $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') ) caps? ( sys-libs/libcap ) diff --git a/dev-util/perf/perf-6.12.ebuild b/dev-util/perf/perf-6.12.ebuild index 4b48a2e905b7..411534198d8b 100644 --- a/dev-util/perf/perf-6.12.ebuild +++ b/dev-util/perf/perf-6.12.ebuild @@ -67,7 +67,7 @@ RDEPEND=" dev-util/pahole $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') ) caps? ( sys-libs/libcap ) diff --git a/dev-util/perf/perf-6.7.ebuild b/dev-util/perf/perf-6.7.ebuild index e4d863216676..7ddda6cf4157 100644 --- a/dev-util/perf/perf-6.7.ebuild +++ b/dev-util/perf/perf-6.7.ebuild @@ -68,7 +68,7 @@ RDEPEND=" caps? ( sys-libs/libcap ) bpf? ( llvm-core/clang:= - sys-devel/llvm:= + llvm-core/llvm:= ) crypt? ( dev-libs/openssl:= ) gtk? ( x11-libs/gtk+:2 ) diff --git a/dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.4-r1.ebuild b/dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.4-r1.ebuild index c92bacc6704a..57c49c326325 100644 --- a/dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.4-r1.ebuild +++ b/dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.4-r1.ebuild @@ -22,7 +22,7 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-util/spirv-tools - sys-devel/llvm:${SLOT}= + llvm-core/llvm:${SLOT}= " DEPEND="${RDEPEND} dev-util/spirv-headers diff --git a/dev-util/spirv-llvm-translator/spirv-llvm-translator-16.0.4-r1.ebuild b/dev-util/spirv-llvm-translator/spirv-llvm-translator-16.0.4-r1.ebuild index c3262ae687de..cb749f2628eb 100644 --- a/dev-util/spirv-llvm-translator/spirv-llvm-translator-16.0.4-r1.ebuild +++ b/dev-util/spirv-llvm-translator/spirv-llvm-translator-16.0.4-r1.ebuild @@ -22,7 +22,7 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-util/spirv-tools - sys-devel/llvm:${SLOT}= + llvm-core/llvm:${SLOT}= " DEPEND="${RDEPEND} dev-util/spirv-headers diff --git a/dev-util/spirv-llvm-translator/spirv-llvm-translator-17.0.0-r2.ebuild b/dev-util/spirv-llvm-translator/spirv-llvm-translator-17.0.0-r2.ebuild index aadd8e13459c..86d8cdee4ed9 100644 --- a/dev-util/spirv-llvm-translator/spirv-llvm-translator-17.0.0-r2.ebuild +++ b/dev-util/spirv-llvm-translator/spirv-llvm-translator-17.0.0-r2.ebuild @@ -22,7 +22,7 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-util/spirv-tools - sys-devel/llvm:${SLOT}= + llvm-core/llvm:${SLOT}= " DEPEND="${RDEPEND} >=dev-util/spirv-headers-1.3.275 diff --git a/dev-util/spirv-llvm-translator/spirv-llvm-translator-17.0.4-r1.ebuild b/dev-util/spirv-llvm-translator/spirv-llvm-translator-17.0.4-r1.ebuild index 6f77095e3066..290ec61e1486 100644 --- a/dev-util/spirv-llvm-translator/spirv-llvm-translator-17.0.4-r1.ebuild +++ b/dev-util/spirv-llvm-translator/spirv-llvm-translator-17.0.4-r1.ebuild @@ -22,7 +22,7 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-util/spirv-tools - sys-devel/llvm:${SLOT}= + llvm-core/llvm:${SLOT}= " DEPEND="${RDEPEND} >=dev-util/spirv-headers-1.3.275 diff --git a/dev-util/spirv-llvm-translator/spirv-llvm-translator-18.1.4.ebuild b/dev-util/spirv-llvm-translator/spirv-llvm-translator-18.1.4.ebuild index 23ea07953ed4..51c7026a62d5 100644 --- a/dev-util/spirv-llvm-translator/spirv-llvm-translator-18.1.4.ebuild +++ b/dev-util/spirv-llvm-translator/spirv-llvm-translator-18.1.4.ebuild @@ -22,7 +22,7 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-util/spirv-tools[${MULTILIB_USEDEP}] - sys-devel/llvm:${SLOT}=[${MULTILIB_USEDEP}] + llvm-core/llvm:${SLOT}=[${MULTILIB_USEDEP}] " DEPEND="${RDEPEND} >=dev-util/spirv-headers-1.3.280 diff --git a/dev-util/spirv-llvm-translator/spirv-llvm-translator-18.1.6.ebuild b/dev-util/spirv-llvm-translator/spirv-llvm-translator-18.1.6.ebuild index dd2ce671b2f8..0755f06ce2bd 100644 --- a/dev-util/spirv-llvm-translator/spirv-llvm-translator-18.1.6.ebuild +++ b/dev-util/spirv-llvm-translator/spirv-llvm-translator-18.1.6.ebuild @@ -22,7 +22,7 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-util/spirv-tools[${MULTILIB_USEDEP}] - sys-devel/llvm:${SLOT}=[${MULTILIB_USEDEP}] + llvm-core/llvm:${SLOT}=[${MULTILIB_USEDEP}] " DEPEND="${RDEPEND} >=dev-util/spirv-headers-1.3.280 diff --git a/dev-util/spirv-llvm-translator/spirv-llvm-translator-18.1.7.ebuild b/dev-util/spirv-llvm-translator/spirv-llvm-translator-18.1.7.ebuild index dd2ce671b2f8..0755f06ce2bd 100644 --- a/dev-util/spirv-llvm-translator/spirv-llvm-translator-18.1.7.ebuild +++ b/dev-util/spirv-llvm-translator/spirv-llvm-translator-18.1.7.ebuild @@ -22,7 +22,7 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-util/spirv-tools[${MULTILIB_USEDEP}] - sys-devel/llvm:${SLOT}=[${MULTILIB_USEDEP}] + llvm-core/llvm:${SLOT}=[${MULTILIB_USEDEP}] " DEPEND="${RDEPEND} >=dev-util/spirv-headers-1.3.280 diff --git a/dev-util/spirv-llvm-translator/spirv-llvm-translator-19.1.1.ebuild b/dev-util/spirv-llvm-translator/spirv-llvm-translator-19.1.1.ebuild index a97da897f6b8..9b2e8e26740b 100644 --- a/dev-util/spirv-llvm-translator/spirv-llvm-translator-19.1.1.ebuild +++ b/dev-util/spirv-llvm-translator/spirv-llvm-translator-19.1.1.ebuild @@ -22,7 +22,7 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-util/spirv-tools[${MULTILIB_USEDEP}] - sys-devel/llvm:${SLOT}=[${MULTILIB_USEDEP}] + llvm-core/llvm:${SLOT}=[${MULTILIB_USEDEP}] " DEPEND="${RDEPEND} >=dev-util/spirv-headers-1.3.280 diff --git a/dev-util/spirv-llvm-translator/spirv-llvm-translator-19.1.2.ebuild b/dev-util/spirv-llvm-translator/spirv-llvm-translator-19.1.2.ebuild index 850737757258..26434b7cf7b2 100644 --- a/dev-util/spirv-llvm-translator/spirv-llvm-translator-19.1.2.ebuild +++ b/dev-util/spirv-llvm-translator/spirv-llvm-translator-19.1.2.ebuild @@ -22,7 +22,7 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-util/spirv-tools[${MULTILIB_USEDEP}] - sys-devel/llvm:${SLOT}=[${MULTILIB_USEDEP}] + llvm-core/llvm:${SLOT}=[${MULTILIB_USEDEP}] " DEPEND="${RDEPEND} >=dev-util/spirv-headers-1.3.280 diff --git a/eclass/llvm-r1.eclass b/eclass/llvm-r1.eclass index 4ef23a5f7493..7326e3a6b271 100644 --- a/eclass/llvm-r1.eclass +++ b/eclass/llvm-r1.eclass @@ -32,7 +32,7 @@ # dev-libs/libfoo[${LLVM_USEDEP}] # $(llvm_gen_dep ' # llvm-core/clang:${LLVM_SLOT}= -# sys-devel/llvm:${LLVM_SLOT}= +# llvm-core/llvm:${LLVM_SLOT}= # ') # " # @CODE @@ -164,7 +164,7 @@ unset -f _llvm_set_globals # DEPEND=" # $(llvm_gen_dep ' # llvm-core/clang:${LLVM_SLOT}= -# sys-devel/llvm:${LLVM_SLOT}= +# llvm-core/llvm:${LLVM_SLOT}= # ') # " # @CODE diff --git a/eclass/llvm.eclass b/eclass/llvm.eclass index 8be61c061087..7314fd381806 100644 --- a/eclass/llvm.eclass +++ b/eclass/llvm.eclass @@ -24,11 +24,11 @@ # inherit cmake llvm # # RDEPEND=" -# <sys-devel/llvm-11:= +# <llvm-core/llvm-11:= # || ( -# sys-devel/llvm:9 -# sys-devel/llvm:10 -# sys-devel/llvm:11 +# llvm-core/llvm:9 +# llvm-core/llvm:10 +# llvm-core/llvm:11 # ) # " # DEPEND=${RDEPEND} @@ -70,7 +70,7 @@ inherit llvm-utils # make sure that the versions installing straight into /usr/bin # are uninstalled -DEPEND="!!sys-devel/llvm:0" +DEPEND="!!llvm-core/llvm:0" # @ECLASS_VARIABLE: LLVM_MAX_SLOT # @DEFAULT_UNSET @@ -116,7 +116,7 @@ declare -g -r _LLVM_KNOWN_SLOTS=( {19..8} ) # the function scope, LLVM_SLOT will be defined to the SLOT value # (0, 4, 5...). The function should return a true status if the slot # is acceptable, false otherwise. If llvm_check_deps() is not defined, -# the function defaults to checking whether sys-devel/llvm:${LLVM_SLOT} +# the function defaults to checking whether llvm-core/llvm:${LLVM_SLOT} # is installed. get_llvm_slot() { debug-print-function ${FUNCNAME} "$@" @@ -147,7 +147,7 @@ get_llvm_slot() { llvm_check_deps || continue else # check if LLVM package is installed - has_version ${hv_switch} "sys-devel/llvm:${slot}" || continue + has_version ${hv_switch} "llvm-core/llvm:${slot}" || continue fi echo "${slot}" diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass index 068d50e70eb1..a7685a38575b 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -140,7 +140,7 @@ fi # and REQUIRED_USE will be added but no dependencies. # # - llvm - this package uses targets from LLVM. RDEPEND+DEPEND -# on matching sys-devel/llvm versions with requested flags will +# on matching llvm-core/llvm versions with requested flags will # be added. # # Note that you still need to pass enabled targets to the build system, @@ -330,7 +330,7 @@ llvm.org_set_globals() { local dep= for x in "${ALL_LLVM_TARGET_FLAGS[@]}"; do dep+=" - ${x}? ( ~sys-devel/llvm-${PV}[${x}] )" + ${x}? ( ~llvm-core/llvm-${PV}[${x}] )" done RDEPEND+=" ${dep}" DEPEND+=" ${dep}" diff --git a/eclass/tests/llvm-r1.sh b/eclass/tests/llvm-r1.sh index ebfc92c45699..892b773a08c9 100755 --- a/eclass/tests/llvm-r1.sh +++ b/eclass/tests/llvm-r1.sh @@ -149,11 +149,11 @@ test_globals '19' \ LLVM_COMPAT=( {14..18} ) inherit llvm-r1 -test_gen_dep 'sys-devel/llvm:${LLVM_SLOT} llvm-core/clang:${LLVM_SLOT}' <<-EOF - llvm_slot_15? ( sys-devel/llvm:15 llvm-core/clang:15 ) - llvm_slot_16? ( sys-devel/llvm:16 llvm-core/clang:16 ) - llvm_slot_17? ( sys-devel/llvm:17 llvm-core/clang:17 ) - llvm_slot_18? ( sys-devel/llvm:18 llvm-core/clang:18 ) +test_gen_dep 'llvm-core/llvm:${LLVM_SLOT} llvm-core/clang:${LLVM_SLOT}' <<-EOF + llvm_slot_15? ( llvm-core/llvm:15 llvm-core/clang:15 ) + llvm_slot_16? ( llvm-core/llvm:16 llvm-core/clang:16 ) + llvm_slot_17? ( llvm-core/llvm:17 llvm-core/clang:17 ) + llvm_slot_18? ( llvm-core/llvm:18 llvm-core/clang:18 ) EOF texit diff --git a/games-board/jja/jja-0.9.1-r2.ebuild b/games-board/jja/jja-0.9.1-r2.ebuild index 77ecfb5c7018..d715f6a6852b 100644 --- a/games-board/jja/jja-0.9.1-r2.ebuild +++ b/games-board/jja/jja-0.9.1-r2.ebuild @@ -267,7 +267,7 @@ fi # rocksdb needs clang DEPEND+="$(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') sys-libs/liburing" RDEPEND=${DEPEND} diff --git a/games-board/jja/jja-9999.ebuild b/games-board/jja/jja-9999.ebuild index 550d75055ebc..2fa46e88b6c2 100644 --- a/games-board/jja/jja-9999.ebuild +++ b/games-board/jja/jja-9999.ebuild @@ -29,7 +29,7 @@ fi # rocksdb needs clang DEPEND+="$(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') sys-libs/liburing" RDEPEND=${DEPEND} diff --git a/games-emulation/dolphin/dolphin-2407.ebuild b/games-emulation/dolphin/dolphin-2407.ebuild index bc400baf4651..e0b087ba48df 100644 --- a/games-emulation/dolphin/dolphin-2407.ebuild +++ b/games-emulation/dolphin/dolphin-2407.ebuild @@ -98,7 +98,7 @@ RDEPEND=" dev-qt/qtbase:6[gui,widgets] dev-qt/qtsvg:6 ) - llvm? ( $(llvm_gen_dep 'sys-devel/llvm:${LLVM_SLOT}=') ) + llvm? ( $(llvm_gen_dep 'llvm-core/llvm:${LLVM_SLOT}=') ) profile? ( dev-util/oprofile ) pulseaudio? ( media-libs/libpulse ) sdl? ( media-libs/libsdl2 ) diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index 99620fc6f3d9..ae957c264f51 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -98,7 +98,7 @@ RDEPEND=" dev-qt/qtbase:6[gui,widgets] dev-qt/qtsvg:6 ) - llvm? ( $(llvm_gen_dep 'sys-devel/llvm:${LLVM_SLOT}=') ) + llvm? ( $(llvm_gen_dep 'llvm-core/llvm:${LLVM_SLOT}=') ) profile? ( dev-util/oprofile ) pulseaudio? ( media-libs/libpulse ) sdl? ( media-libs/libsdl2 ) diff --git a/llvm-core/clang/clang-15.0.7-r3.ebuild b/llvm-core/clang/clang-15.0.7-r3.ebuild index ed5ea59fb578..c1b2d51cd5cf 100644 --- a/llvm-core/clang/clang-15.0.7-r3.ebuild +++ b/llvm-core/clang/clang-15.0.7-r3.ebuild @@ -21,7 +21,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )" DEPEND=" - ~sys-devel/llvm-${PV}:${LLVM_MAJOR}=[debug=,${MULTILIB_USEDEP}] + ~llvm-core/llvm-${PV}:${LLVM_MAJOR}=[debug=,${MULTILIB_USEDEP}] static-analyzer? ( dev-lang/perl:* ) xml? ( dev-libs/libxml2:2=[${MULTILIB_USEDEP}] ) " diff --git a/llvm-core/clang/clang-16.0.6.ebuild b/llvm-core/clang/clang-16.0.6.ebuild index 89a620e7e5ac..e804c4cfbd01 100644 --- a/llvm-core/clang/clang-16.0.6.ebuild +++ b/llvm-core/clang/clang-16.0.6.ebuild @@ -22,7 +22,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )" DEPEND=" - ~sys-devel/llvm-${PV}:${LLVM_MAJOR}=[debug=,${MULTILIB_USEDEP}] + ~llvm-core/llvm-${PV}:${LLVM_MAJOR}=[debug=,${MULTILIB_USEDEP}] static-analyzer? ( dev-lang/perl:* ) xml? ( dev-libs/libxml2:2=[${MULTILIB_USEDEP}] ) " diff --git a/llvm-core/clang/clang-17.0.6.ebuild b/llvm-core/clang/clang-17.0.6.ebuild index 99e29cd41be4..f9ff35497778 100644 --- a/llvm-core/clang/clang-17.0.6.ebuild +++ b/llvm-core/clang/clang-17.0.6.ebuild @@ -22,7 +22,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )" DEPEND=" - ~sys-devel/llvm-${PV}:${LLVM_MAJOR}=[debug=,${MULTILIB_USEDEP}] + ~llvm-core/llvm-${PV}:${LLVM_MAJOR}=[debug=,${MULTILIB_USEDEP}] static-analyzer? ( dev-lang/perl:* ) xml? ( dev-libs/libxml2:2=[${MULTILIB_USEDEP}] ) " diff --git a/llvm-core/clang/clang-18.1.8-r6.ebuild b/llvm-core/clang/clang-18.1.8-r6.ebuild index e2306f3f7148..52805e3df3fe 100644 --- a/llvm-core/clang/clang-18.1.8-r6.ebuild +++ b/llvm-core/clang/clang-18.1.8-r6.ebuild @@ -22,8 +22,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )" DEPEND=" - ~sys-devel/llvm-${PV}:${LLVM_MAJOR}=[debug=,${MULTILIB_USEDEP}] - >=sys-devel/llvm-${PV}-r6:${LLVM_MAJOR}=[debug=,${MULTILIB_USEDEP}] + ~llvm-core/llvm-${PV}:${LLVM_MAJOR}=[debug=,${MULTILIB_USEDEP}] + >=llvm-core/llvm-${PV}-r6:${LLVM_MAJOR}=[debug=,${MULTILIB_USEDEP}] static-analyzer? ( dev-lang/perl:* ) xml? ( dev-libs/libxml2:2=[${MULTILIB_USEDEP}] ) " diff --git a/llvm-core/clang/clang-19.1.4.ebuild b/llvm-core/clang/clang-19.1.4.ebuild index 8d30d6552d1b..44fb3430d316 100644 --- a/llvm-core/clang/clang-19.1.4.ebuild +++ b/llvm-core/clang/clang-19.1.4.ebuild @@ -22,7 +22,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )" DEPEND=" - ~sys-devel/llvm-${PV}:${LLVM_MAJOR}=[debug=,${MULTILIB_USEDEP}] + ~llvm-core/llvm-${PV}:${LLVM_MAJOR}=[debug=,${MULTILIB_USEDEP}] static-analyzer? ( dev-lang/perl:* ) xml? ( dev-libs/libxml2:2=[${MULTILIB_USEDEP}] ) " diff --git a/llvm-core/clang/clang-19.1.5.ebuild b/llvm-core/clang/clang-19.1.5.ebuild index e42660374276..dd0c7132c2d2 100644 --- a/llvm-core/clang/clang-19.1.5.ebuild +++ b/llvm-core/clang/clang-19.1.5.ebuild @@ -22,7 +22,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )" DEPEND=" - ~sys-devel/llvm-${PV}:${LLVM_MAJOR}=[debug=,${MULTILIB_USEDEP}] + ~llvm-core/llvm-${PV}:${LLVM_MAJOR}=[debug=,${MULTILIB_USEDEP}] static-analyzer? ( dev-lang/perl:* ) xml? ( dev-libs/libxml2:2=[${MULTILIB_USEDEP}] ) " diff --git a/llvm-core/clang/clang-20.0.0.9999.ebuild b/llvm-core/clang/clang-20.0.0.9999.ebuild index 4fc6cef3e9ef..458b6079f63e 100644 --- a/llvm-core/clang/clang-20.0.0.9999.ebuild +++ b/llvm-core/clang/clang-20.0.0.9999.ebuild @@ -21,7 +21,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )" DEPEND=" - ~sys-devel/llvm-${PV}:${LLVM_MAJOR}=[debug=,${MULTILIB_USEDEP}] + ~llvm-core/llvm-${PV}:${LLVM_MAJOR}=[debug=,${MULTILIB_USEDEP}] static-analyzer? ( dev-lang/perl:* ) xml? ( dev-libs/libxml2:2=[${MULTILIB_USEDEP}] ) " diff --git a/llvm-core/clang/clang-20.0.0_pre20241207.ebuild b/llvm-core/clang/clang-20.0.0_pre20241207.ebuild index 4fc6cef3e9ef..458b6079f63e 100644 --- a/llvm-core/clang/clang-20.0.0_pre20241207.ebuild +++ b/llvm-core/clang/clang-20.0.0_pre20241207.ebuild @@ -21,7 +21,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )" DEPEND=" - ~sys-devel/llvm-${PV}:${LLVM_MAJOR}=[debug=,${MULTILIB_USEDEP}] + ~llvm-core/llvm-${PV}:${LLVM_MAJOR}=[debug=,${MULTILIB_USEDEP}] static-analyzer? ( dev-lang/perl:* ) xml? ( dev-libs/libxml2:2=[${MULTILIB_USEDEP}] ) " diff --git a/llvm-core/lld/lld-15.0.7.ebuild b/llvm-core/lld/lld-15.0.7.ebuild index e75527f1a63f..c2ea264d56bc 100644 --- a/llvm-core/lld/lld-15.0.7.ebuild +++ b/llvm-core/lld/lld-15.0.7.ebuild @@ -16,7 +16,7 @@ IUSE="debug test" RESTRICT="!test? ( test )" DEPEND=" - ~sys-devel/llvm-${PV} + ~llvm-core/llvm-${PV} sys-libs/zlib:= " RDEPEND=" @@ -24,7 +24,7 @@ RDEPEND=" !llvm-core/lld:0 " BDEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} test? ( $(python_gen_any_dep ">=dev-python/lit-${PV}[\${PYTHON_USEDEP}]") ) diff --git a/llvm-core/lld/lld-16.0.6.ebuild b/llvm-core/lld/lld-16.0.6.ebuild index 3230e2beccd9..29bbe775ebaa 100644 --- a/llvm-core/lld/lld-16.0.6.ebuild +++ b/llvm-core/lld/lld-16.0.6.ebuild @@ -16,7 +16,7 @@ IUSE="debug test zstd" RESTRICT="!test? ( test )" DEPEND=" - ~sys-devel/llvm-${PV}[zstd=] + ~llvm-core/llvm-${PV}[zstd=] sys-libs/zlib:= zstd? ( app-arch/zstd:= ) " @@ -25,7 +25,7 @@ RDEPEND=" !llvm-core/lld:0 " BDEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} test? ( $(python_gen_any_dep ">=dev-python/lit-${PV}[\${PYTHON_USEDEP}]") ) diff --git a/llvm-core/lld/lld-17.0.6.ebuild b/llvm-core/lld/lld-17.0.6.ebuild index 6b31161d8b10..014371ee06df 100644 --- a/llvm-core/lld/lld-17.0.6.ebuild +++ b/llvm-core/lld/lld-17.0.6.ebuild @@ -16,7 +16,7 @@ IUSE="debug test zstd" RESTRICT="!test? ( test )" DEPEND=" - ~sys-devel/llvm-${PV}[debug=,zstd=] + ~llvm-core/llvm-${PV}[debug=,zstd=] sys-libs/zlib:= zstd? ( app-arch/zstd:= ) " @@ -25,7 +25,7 @@ RDEPEND=" !llvm-core/lld:0 " BDEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} test? ( $(python_gen_any_dep ">=dev-python/lit-${PV}[\${PYTHON_USEDEP}]") ) diff --git a/llvm-core/lld/lld-18.1.8.ebuild b/llvm-core/lld/lld-18.1.8.ebuild index 232368200b62..68ced44d7984 100644 --- a/llvm-core/lld/lld-18.1.8.ebuild +++ b/llvm-core/lld/lld-18.1.8.ebuild @@ -16,7 +16,7 @@ IUSE="debug test zstd" RESTRICT="!test? ( test )" DEPEND=" - ~sys-devel/llvm-${PV}[debug=,zstd=] + ~llvm-core/llvm-${PV}[debug=,zstd=] sys-libs/zlib:= zstd? ( app-arch/zstd:= ) " @@ -25,7 +25,7 @@ RDEPEND=" !llvm-core/lld:0 " BDEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} test? ( $(python_gen_any_dep ">=dev-python/lit-${PV}[\${PYTHON_USEDEP}]") ) diff --git a/llvm-core/lld/lld-19.1.4.ebuild b/llvm-core/lld/lld-19.1.4.ebuild index 2f0829b8376a..86ee50a7bc56 100644 --- a/llvm-core/lld/lld-19.1.4.ebuild +++ b/llvm-core/lld/lld-19.1.4.ebuild @@ -16,7 +16,7 @@ IUSE="debug test zstd" RESTRICT="!test? ( test )" DEPEND=" - ~sys-devel/llvm-${PV}[debug=,zstd=] + ~llvm-core/llvm-${PV}[debug=,zstd=] sys-libs/zlib:= zstd? ( app-arch/zstd:= ) " @@ -25,7 +25,7 @@ RDEPEND=" !llvm-core/lld:0 " BDEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} test? ( $(python_gen_any_dep ">=dev-python/lit-${PV}[\${PYTHON_USEDEP}]") ) diff --git a/llvm-core/lld/lld-19.1.5.ebuild b/llvm-core/lld/lld-19.1.5.ebuild index 4b6ced38be4c..c0c93823f1c3 100644 --- a/llvm-core/lld/lld-19.1.5.ebuild +++ b/llvm-core/lld/lld-19.1.5.ebuild @@ -16,7 +16,7 @@ IUSE="debug test zstd" RESTRICT="!test? ( test )" DEPEND=" - ~sys-devel/llvm-${PV}[debug=,zstd=] + ~llvm-core/llvm-${PV}[debug=,zstd=] sys-libs/zlib:= zstd? ( app-arch/zstd:= ) " @@ -25,7 +25,7 @@ RDEPEND=" !llvm-core/lld:0 " BDEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} test? ( $(python_gen_any_dep ">=dev-python/lit-${PV}[\${PYTHON_USEDEP}]") ) diff --git a/llvm-core/lld/lld-20.0.0.9999.ebuild b/llvm-core/lld/lld-20.0.0.9999.ebuild index 3843625cc7c7..d2c02ed66153 100644 --- a/llvm-core/lld/lld-20.0.0.9999.ebuild +++ b/llvm-core/lld/lld-20.0.0.9999.ebuild @@ -15,7 +15,7 @@ IUSE="+debug test zstd" RESTRICT="!test? ( test )" DEPEND=" - ~sys-devel/llvm-${PV}[debug=,zstd=] + ~llvm-core/llvm-${PV}[debug=,zstd=] sys-libs/zlib:= zstd? ( app-arch/zstd:= ) " @@ -24,7 +24,7 @@ RDEPEND=" !llvm-core/lld:0 " BDEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} test? ( $(python_gen_any_dep ">=dev-python/lit-${PV}[\${PYTHON_USEDEP}]") ) diff --git a/llvm-core/lld/lld-20.0.0_pre20241207.ebuild b/llvm-core/lld/lld-20.0.0_pre20241207.ebuild index 3843625cc7c7..d2c02ed66153 100644 --- a/llvm-core/lld/lld-20.0.0_pre20241207.ebuild +++ b/llvm-core/lld/lld-20.0.0_pre20241207.ebuild @@ -15,7 +15,7 @@ IUSE="+debug test zstd" RESTRICT="!test? ( test )" DEPEND=" - ~sys-devel/llvm-${PV}[debug=,zstd=] + ~llvm-core/llvm-${PV}[debug=,zstd=] sys-libs/zlib:= zstd? ( app-arch/zstd:= ) " @@ -24,7 +24,7 @@ RDEPEND=" !llvm-core/lld:0 " BDEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} test? ( $(python_gen_any_dep ">=dev-python/lit-${PV}[\${PYTHON_USEDEP}]") ) diff --git a/llvm-core/lldb/lldb-15.0.7.ebuild b/llvm-core/lldb/lldb-15.0.7.ebuild index 49191a28a90d..5fc4fc5755e1 100644 --- a/llvm-core/lldb/lldb-15.0.7.ebuild +++ b/llvm-core/lldb/lldb-15.0.7.ebuild @@ -22,7 +22,7 @@ DEPEND=" ncurses? ( >=sys-libs/ncurses-5.9-r3:0= ) xml? ( dev-libs/libxml2:= ) ~llvm-core/clang-${PV} - ~sys-devel/llvm-${PV} + ~llvm-core/llvm-${PV} " RDEPEND=" ${DEPEND} diff --git a/llvm-core/lldb/lldb-16.0.6-r1.ebuild b/llvm-core/lldb/lldb-16.0.6-r1.ebuild index 8fae078130fc..3b27724c8f91 100644 --- a/llvm-core/lldb/lldb-16.0.6-r1.ebuild +++ b/llvm-core/lldb/lldb-16.0.6-r1.ebuild @@ -22,7 +22,7 @@ DEPEND=" ncurses? ( >=sys-libs/ncurses-5.9-r3:0= ) xml? ( dev-libs/libxml2:= ) ~llvm-core/clang-${PV} - ~sys-devel/llvm-${PV} + ~llvm-core/llvm-${PV} " RDEPEND=" ${DEPEND} diff --git a/llvm-core/lldb/lldb-17.0.6.ebuild b/llvm-core/lldb/lldb-17.0.6.ebuild index 831a1161214b..6a4378610de3 100644 --- a/llvm-core/lldb/lldb-17.0.6.ebuild +++ b/llvm-core/lldb/lldb-17.0.6.ebuild @@ -22,7 +22,7 @@ DEPEND=" ncurses? ( >=sys-libs/ncurses-5.9-r3:0= ) xml? ( dev-libs/libxml2:= ) ~llvm-core/clang-${PV} - ~sys-devel/llvm-${PV} + ~llvm-core/llvm-${PV} " RDEPEND=" ${DEPEND} diff --git a/llvm-core/lldb/lldb-18.1.8.ebuild b/llvm-core/lldb/lldb-18.1.8.ebuild index 9e9a4f16db6f..71e5f4adc1bb 100644 --- a/llvm-core/lldb/lldb-18.1.8.ebuild +++ b/llvm-core/lldb/lldb-18.1.8.ebuild @@ -26,7 +26,7 @@ DEPEND=" ncurses? ( >=sys-libs/ncurses-5.9-r3:0= ) xml? ( dev-libs/libxml2:= ) ~llvm-core/clang-${PV} - ~sys-devel/llvm-${PV}[debuginfod=] + ~llvm-core/llvm-${PV}[debuginfod=] " RDEPEND=" ${DEPEND} diff --git a/llvm-core/lldb/lldb-19.1.4.ebuild b/llvm-core/lldb/lldb-19.1.4.ebuild index 75ee3c7696c3..93fef719ac51 100644 --- a/llvm-core/lldb/lldb-19.1.4.ebuild +++ b/llvm-core/lldb/lldb-19.1.4.ebuild @@ -26,7 +26,7 @@ DEPEND=" ncurses? ( >=sys-libs/ncurses-5.9-r3:0= ) xml? ( dev-libs/libxml2:= ) ~llvm-core/clang-${PV} - ~sys-devel/llvm-${PV}[debuginfod=] + ~llvm-core/llvm-${PV}[debuginfod=] " RDEPEND=" ${DEPEND} diff --git a/llvm-core/lldb/lldb-19.1.5.ebuild b/llvm-core/lldb/lldb-19.1.5.ebuild index 3c61182ccb2f..7dcc08c2d4d3 100644 --- a/llvm-core/lldb/lldb-19.1.5.ebuild +++ b/llvm-core/lldb/lldb-19.1.5.ebuild @@ -26,7 +26,7 @@ DEPEND=" ncurses? ( >=sys-libs/ncurses-5.9-r3:0= ) xml? ( dev-libs/libxml2:= ) ~llvm-core/clang-${PV} - ~sys-devel/llvm-${PV}[debuginfod=] + ~llvm-core/llvm-${PV}[debuginfod=] " RDEPEND=" ${DEPEND} diff --git a/llvm-core/lldb/lldb-20.0.0.9999.ebuild b/llvm-core/lldb/lldb-20.0.0.9999.ebuild index 4b8f0e7c8054..97524be6f088 100644 --- a/llvm-core/lldb/lldb-20.0.0.9999.ebuild +++ b/llvm-core/lldb/lldb-20.0.0.9999.ebuild @@ -25,7 +25,7 @@ DEPEND=" ncurses? ( >=sys-libs/ncurses-5.9-r3:0= ) xml? ( dev-libs/libxml2:= ) ~llvm-core/clang-${PV} - ~sys-devel/llvm-${PV}[debuginfod=] + ~llvm-core/llvm-${PV}[debuginfod=] " RDEPEND=" ${DEPEND} diff --git a/llvm-core/lldb/lldb-20.0.0_pre20241207.ebuild b/llvm-core/lldb/lldb-20.0.0_pre20241207.ebuild index 4b8f0e7c8054..97524be6f088 100644 --- a/llvm-core/lldb/lldb-20.0.0_pre20241207.ebuild +++ b/llvm-core/lldb/lldb-20.0.0_pre20241207.ebuild @@ -25,7 +25,7 @@ DEPEND=" ncurses? ( >=sys-libs/ncurses-5.9-r3:0= ) xml? ( dev-libs/libxml2:= ) ~llvm-core/clang-${PV} - ~sys-devel/llvm-${PV}[debuginfod=] + ~llvm-core/llvm-${PV}[debuginfod=] " RDEPEND=" ${DEPEND} diff --git a/llvm-core/lldb/metadata.xml b/llvm-core/lldb/metadata.xml index 964390cac7fe..c00587fb6056 100644 --- a/llvm-core/lldb/metadata.xml +++ b/llvm-core/lldb/metadata.xml @@ -11,7 +11,7 @@ <flag name="debuginfod"> Expose the transitive dependencies on <pkg>net-misc/curl</pkg> and <pkg>dev-cpp/cpp-httplib</pkg>) to match - <pkg>sys-devel/llvm</pkg>. + <pkg>llvm-core/llvm</pkg>. </flag> </use> </pkgmetadata> diff --git a/llvm-core/llvm-common/llvm-common-15.0.7.ebuild b/llvm-core/llvm-common/llvm-common-15.0.7.ebuild index 4f115c8c9f98..5f6585900da9 100644 --- a/llvm-core/llvm-common/llvm-common-15.0.7.ebuild +++ b/llvm-core/llvm-common/llvm-common-15.0.7.ebuild @@ -14,7 +14,7 @@ KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~ppc-macos ~x6 IUSE="emacs" RDEPEND=" - !sys-devel/llvm:0 + !llvm-core/llvm:0 " BDEPEND=" emacs? ( >=app-editors/emacs-23.1:* ) diff --git a/llvm-core/llvm-common/llvm-common-16.0.6.ebuild b/llvm-core/llvm-common/llvm-common-16.0.6.ebuild index ab2cb092abd1..ae7f40683aa3 100644 --- a/llvm-core/llvm-common/llvm-common-16.0.6.ebuild +++ b/llvm-core/llvm-common/llvm-common-16.0.6.ebuild @@ -14,7 +14,7 @@ KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv sparc x86 ~amd64-linux ~arm64- IUSE="emacs" RDEPEND=" - !sys-devel/llvm:0 + !llvm-core/llvm:0 " BDEPEND=" emacs? ( >=app-editors/emacs-23.1:* ) diff --git a/llvm-core/llvm-common/llvm-common-17.0.6.ebuild b/llvm-core/llvm-common/llvm-common-17.0.6.ebuild index ab2cb092abd1..ae7f40683aa3 100644 --- a/llvm-core/llvm-common/llvm-common-17.0.6.ebuild +++ b/llvm-core/llvm-common/llvm-common-17.0.6.ebuild @@ -14,7 +14,7 @@ KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv sparc x86 ~amd64-linux ~arm64- IUSE="emacs" RDEPEND=" - !sys-devel/llvm:0 + !llvm-core/llvm:0 " BDEPEND=" emacs? ( >=app-editors/emacs-23.1:* ) diff --git a/llvm-core/llvm-common/llvm-common-18.1.8.ebuild b/llvm-core/llvm-common/llvm-common-18.1.8.ebuild index 7bc053474801..fbd67e0951c1 100644 --- a/llvm-core/llvm-common/llvm-common-18.1.8.ebuild +++ b/llvm-core/llvm-common/llvm-common-18.1.8.ebuild @@ -14,7 +14,7 @@ KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~ IUSE="emacs" RDEPEND=" - !sys-devel/llvm:0 + !llvm-core/llvm:0 " BDEPEND=" emacs? ( >=app-editors/emacs-23.1:* ) diff --git a/llvm-core/llvm-common/llvm-common-19.1.4.ebuild b/llvm-core/llvm-common/llvm-common-19.1.4.ebuild index 7bc053474801..fbd67e0951c1 100644 --- a/llvm-core/llvm-common/llvm-common-19.1.4.ebuild +++ b/llvm-core/llvm-common/llvm-common-19.1.4.ebuild @@ -14,7 +14,7 @@ KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~ IUSE="emacs" RDEPEND=" - !sys-devel/llvm:0 + !llvm-core/llvm:0 " BDEPEND=" emacs? ( >=app-editors/emacs-23.1:* ) diff --git a/llvm-core/llvm-common/llvm-common-19.1.5.ebuild b/llvm-core/llvm-common/llvm-common-19.1.5.ebuild index 7a852f871e36..fe5759f33f4f 100644 --- a/llvm-core/llvm-common/llvm-common-19.1.5.ebuild +++ b/llvm-core/llvm-common/llvm-common-19.1.5.ebuild @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64- IUSE="emacs" RDEPEND=" - !sys-devel/llvm:0 + !llvm-core/llvm:0 " BDEPEND=" emacs? ( >=app-editors/emacs-23.1:* ) diff --git a/llvm-core/llvm-common/llvm-common-20.0.0.9999.ebuild b/llvm-core/llvm-common/llvm-common-20.0.0.9999.ebuild index 2d8f35a84179..6555c5369426 100644 --- a/llvm-core/llvm-common/llvm-common-20.0.0.9999.ebuild +++ b/llvm-core/llvm-common/llvm-common-20.0.0.9999.ebuild @@ -13,7 +13,7 @@ SLOT="0" IUSE="emacs" RDEPEND=" - !sys-devel/llvm:0 + !llvm-core/llvm:0 " BDEPEND=" emacs? ( >=app-editors/emacs-23.1:* ) diff --git a/llvm-core/llvm-common/llvm-common-20.0.0_pre20241207.ebuild b/llvm-core/llvm-common/llvm-common-20.0.0_pre20241207.ebuild index 2d8f35a84179..6555c5369426 100644 --- a/llvm-core/llvm-common/llvm-common-20.0.0_pre20241207.ebuild +++ b/llvm-core/llvm-common/llvm-common-20.0.0_pre20241207.ebuild @@ -13,7 +13,7 @@ SLOT="0" IUSE="emacs" RDEPEND=" - !sys-devel/llvm:0 + !llvm-core/llvm:0 " BDEPEND=" emacs? ( >=app-editors/emacs-23.1:* ) diff --git a/llvm-core/llvm-toolchain-symlinks/llvm-toolchain-symlinks-15-r1.ebuild b/llvm-core/llvm-toolchain-symlinks/llvm-toolchain-symlinks-15-r1.ebuild index 393c6d094a08..b0ebf0ad49ad 100644 --- a/llvm-core/llvm-toolchain-symlinks/llvm-toolchain-symlinks-15-r1.ebuild +++ b/llvm-core/llvm-toolchain-symlinks/llvm-toolchain-symlinks-15-r1.ebuild @@ -15,7 +15,7 @@ KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~ppc-macos ~x6 IUSE="multilib-symlinks +native-symlinks" RDEPEND=" - sys-devel/llvm:${SLOT} + llvm-core/llvm:${SLOT} " src_install() { diff --git a/llvm-core/llvm-toolchain-symlinks/llvm-toolchain-symlinks-16-r1.ebuild b/llvm-core/llvm-toolchain-symlinks/llvm-toolchain-symlinks-16-r1.ebuild index c1c22114f553..56b9f9855f17 100644 --- a/llvm-core/llvm-toolchain-symlinks/llvm-toolchain-symlinks-16-r1.ebuild +++ b/llvm-core/llvm-toolchain-symlinks/llvm-toolchain-symlinks-16-r1.ebuild @@ -15,7 +15,7 @@ KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv sparc x86 ~amd64-linux ~arm64- IUSE="multilib-symlinks +native-symlinks" RDEPEND=" - sys-devel/llvm:${SLOT} + llvm-core/llvm:${SLOT} " src_install() { diff --git a/llvm-core/llvm-toolchain-symlinks/llvm-toolchain-symlinks-17-r1.ebuild b/llvm-core/llvm-toolchain-symlinks/llvm-toolchain-symlinks-17-r1.ebuild index 32c818f519ed..73ae077fb717 100644 --- a/llvm-core/llvm-toolchain-symlinks/llvm-toolchain-symlinks-17-r1.ebuild +++ b/llvm-core/llvm-toolchain-symlinks/llvm-toolchain-symlinks-17-r1.ebuild @@ -15,7 +15,7 @@ KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv sparc x86 ~amd64-linux ~arm64- IUSE="multilib-symlinks +native-symlinks" RDEPEND=" - sys-devel/llvm:${SLOT} + llvm-core/llvm:${SLOT} " src_install() { diff --git a/llvm-core/llvm-toolchain-symlinks/llvm-toolchain-symlinks-18-r1.ebuild b/llvm-core/llvm-toolchain-symlinks/llvm-toolchain-symlinks-18-r1.ebuild index 751321457456..50c07fcf9baf 100644 --- a/llvm-core/llvm-toolchain-symlinks/llvm-toolchain-symlinks-18-r1.ebuild +++ b/llvm-core/llvm-toolchain-symlinks/llvm-toolchain-symlinks-18-r1.ebuild @@ -15,7 +15,7 @@ KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~ IUSE="multilib-symlinks +native-symlinks" RDEPEND=" - sys-devel/llvm:${SLOT} + llvm-core/llvm:${SLOT} " src_install() { diff --git a/llvm-core/llvm-toolchain-symlinks/llvm-toolchain-symlinks-19.ebuild b/llvm-core/llvm-toolchain-symlinks/llvm-toolchain-symlinks-19.ebuild index 751321457456..50c07fcf9baf 100644 --- a/llvm-core/llvm-toolchain-symlinks/llvm-toolchain-symlinks-19.ebuild +++ b/llvm-core/llvm-toolchain-symlinks/llvm-toolchain-symlinks-19.ebuild @@ -15,7 +15,7 @@ KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~ IUSE="multilib-symlinks +native-symlinks" RDEPEND=" - sys-devel/llvm:${SLOT} + llvm-core/llvm:${SLOT} " src_install() { diff --git a/llvm-core/llvm-toolchain-symlinks/llvm-toolchain-symlinks-20.ebuild b/llvm-core/llvm-toolchain-symlinks/llvm-toolchain-symlinks-20.ebuild index c8c1320e0f92..ae2a8a146c3e 100644 --- a/llvm-core/llvm-toolchain-symlinks/llvm-toolchain-symlinks-20.ebuild +++ b/llvm-core/llvm-toolchain-symlinks/llvm-toolchain-symlinks-20.ebuild @@ -14,7 +14,7 @@ SLOT="${PV}" IUSE="multilib-symlinks +native-symlinks" RDEPEND=" - sys-devel/llvm:${SLOT} + llvm-core/llvm:${SLOT} " src_install() { diff --git a/sys-devel/llvm/Manifest b/llvm-core/llvm/Manifest index 89ced2510286..89ced2510286 100644 --- a/sys-devel/llvm/Manifest +++ b/llvm-core/llvm/Manifest diff --git a/sys-devel/llvm/llvm-15.0.7-r7.ebuild b/llvm-core/llvm/llvm-15.0.7-r7.ebuild index a69df78353d3..6cc843dc5bad 100644 --- a/sys-devel/llvm/llvm-15.0.7-r7.ebuild +++ b/llvm-core/llvm/llvm-15.0.7-r7.ebuild @@ -58,7 +58,7 @@ BDEPEND=" # installed means llvm-config there will take precedence. RDEPEND=" ${RDEPEND} - !sys-devel/llvm:0 + !llvm-core/llvm:0 " PDEPEND=" llvm-core/llvm-common diff --git a/sys-devel/llvm/llvm-16.0.6-r5.ebuild b/llvm-core/llvm/llvm-16.0.6-r5.ebuild index f7f33ed39d10..7160e6e59701 100644 --- a/sys-devel/llvm/llvm-16.0.6-r5.ebuild +++ b/llvm-core/llvm/llvm-16.0.6-r5.ebuild @@ -58,7 +58,7 @@ BDEPEND=" # installed means llvm-config there will take precedence. RDEPEND=" ${RDEPEND} - !sys-devel/llvm:0 + !llvm-core/llvm:0 " PDEPEND=" llvm-core/llvm-common diff --git a/sys-devel/llvm/llvm-17.0.6-r3.ebuild b/llvm-core/llvm/llvm-17.0.6-r3.ebuild index 719f1d852e1d..cfcdcf7e9876 100644 --- a/sys-devel/llvm/llvm-17.0.6-r3.ebuild +++ b/llvm-core/llvm/llvm-17.0.6-r3.ebuild @@ -62,7 +62,7 @@ BDEPEND=" # installed means llvm-config there will take precedence. RDEPEND=" ${RDEPEND} - !sys-devel/llvm:0 + !llvm-core/llvm:0 " PDEPEND=" llvm-core/llvm-common diff --git a/sys-devel/llvm/llvm-18.1.8-r6.ebuild b/llvm-core/llvm/llvm-18.1.8-r6.ebuild index 8ceeca474145..3b5bb9e775a8 100644 --- a/sys-devel/llvm/llvm-18.1.8-r6.ebuild +++ b/llvm-core/llvm/llvm-18.1.8-r6.ebuild @@ -57,7 +57,7 @@ BDEPEND=" # installed means llvm-config there will take precedence. RDEPEND=" ${RDEPEND} - !sys-devel/llvm:0 + !llvm-core/llvm:0 " PDEPEND=" llvm-core/llvm-common diff --git a/sys-devel/llvm/llvm-19.1.4.ebuild b/llvm-core/llvm/llvm-19.1.4.ebuild index 811655130893..f95d589ea5a3 100644 --- a/sys-devel/llvm/llvm-19.1.4.ebuild +++ b/llvm-core/llvm/llvm-19.1.4.ebuild @@ -56,7 +56,7 @@ BDEPEND=" # installed means llvm-config there will take precedence. RDEPEND=" ${RDEPEND} - !sys-devel/llvm:0 + !llvm-core/llvm:0 " PDEPEND=" llvm-core/llvm-common diff --git a/sys-devel/llvm/llvm-19.1.5.ebuild b/llvm-core/llvm/llvm-19.1.5.ebuild index da2d0e43acb9..8892c50ed2e7 100644 --- a/sys-devel/llvm/llvm-19.1.5.ebuild +++ b/llvm-core/llvm/llvm-19.1.5.ebuild @@ -56,7 +56,7 @@ BDEPEND=" # installed means llvm-config there will take precedence. RDEPEND=" ${RDEPEND} - !sys-devel/llvm:0 + !llvm-core/llvm:0 " PDEPEND=" llvm-core/llvm-common diff --git a/sys-devel/llvm/llvm-20.0.0.9999.ebuild b/llvm-core/llvm/llvm-20.0.0.9999.ebuild index 0b0dd57c76c5..d364662559b9 100644 --- a/sys-devel/llvm/llvm-20.0.0.9999.ebuild +++ b/llvm-core/llvm/llvm-20.0.0.9999.ebuild @@ -55,7 +55,7 @@ BDEPEND=" # installed means llvm-config there will take precedence. RDEPEND=" ${RDEPEND} - !sys-devel/llvm:0 + !llvm-core/llvm:0 " PDEPEND=" llvm-core/llvm-common diff --git a/sys-devel/llvm/llvm-20.0.0_pre20241207.ebuild b/llvm-core/llvm/llvm-20.0.0_pre20241207.ebuild index 0b0dd57c76c5..d364662559b9 100644 --- a/sys-devel/llvm/llvm-20.0.0_pre20241207.ebuild +++ b/llvm-core/llvm/llvm-20.0.0_pre20241207.ebuild @@ -55,7 +55,7 @@ BDEPEND=" # installed means llvm-config there will take precedence. RDEPEND=" ${RDEPEND} - !sys-devel/llvm:0 + !llvm-core/llvm:0 " PDEPEND=" llvm-core/llvm-common diff --git a/sys-devel/llvm/metadata.xml b/llvm-core/llvm/metadata.xml index 1277d338a5de..1277d338a5de 100644 --- a/sys-devel/llvm/metadata.xml +++ b/llvm-core/llvm/metadata.xml diff --git a/llvm-core/llvmgold/llvmgold-15.ebuild b/llvm-core/llvmgold/llvmgold-15.ebuild index 1c2367ae1773..2d06b3848cdd 100644 --- a/llvm-core/llvmgold/llvmgold-15.ebuild +++ b/llvm-core/llvmgold/llvmgold-15.ebuild @@ -12,8 +12,8 @@ SLOT="0" KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv sparc x86 ~amd64-linux" RDEPEND=" - sys-devel/llvm:${PV}[binutils-plugin] - !sys-devel/llvm:0 + llvm-core/llvm:${PV}[binutils-plugin] + !llvm-core/llvm:0 " src_install() { diff --git a/llvm-core/llvmgold/llvmgold-16.ebuild b/llvm-core/llvmgold/llvmgold-16.ebuild index ad52f2c99dcd..6e9e97f0b148 100644 --- a/llvm-core/llvmgold/llvmgold-16.ebuild +++ b/llvm-core/llvmgold/llvmgold-16.ebuild @@ -12,8 +12,8 @@ SLOT="0" KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv sparc x86 ~amd64-linux" RDEPEND=" - sys-devel/llvm:${PV}[binutils-plugin] - !sys-devel/llvm:0 + llvm-core/llvm:${PV}[binutils-plugin] + !llvm-core/llvm:0 " src_install() { diff --git a/llvm-core/llvmgold/llvmgold-17.ebuild b/llvm-core/llvmgold/llvmgold-17.ebuild index ad52f2c99dcd..6e9e97f0b148 100644 --- a/llvm-core/llvmgold/llvmgold-17.ebuild +++ b/llvm-core/llvmgold/llvmgold-17.ebuild @@ -12,8 +12,8 @@ SLOT="0" KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv sparc x86 ~amd64-linux" RDEPEND=" - sys-devel/llvm:${PV}[binutils-plugin] - !sys-devel/llvm:0 + llvm-core/llvm:${PV}[binutils-plugin] + !llvm-core/llvm:0 " src_install() { diff --git a/llvm-core/llvmgold/llvmgold-18.ebuild b/llvm-core/llvmgold/llvmgold-18.ebuild index f59dbf8bd338..10e7949de2a5 100644 --- a/llvm-core/llvmgold/llvmgold-18.ebuild +++ b/llvm-core/llvmgold/llvmgold-18.ebuild @@ -12,8 +12,8 @@ SLOT="0" KEYWORDS="amd64 arm arm64 ~loong ~mips ~ppc ppc64 ~riscv sparc x86 ~amd64-linux" RDEPEND=" - sys-devel/llvm:${PV}[binutils-plugin] - !sys-devel/llvm:0 + llvm-core/llvm:${PV}[binutils-plugin] + !llvm-core/llvm:0 " src_install() { diff --git a/llvm-core/llvmgold/llvmgold-19.ebuild b/llvm-core/llvmgold/llvmgold-19.ebuild index f59dbf8bd338..10e7949de2a5 100644 --- a/llvm-core/llvmgold/llvmgold-19.ebuild +++ b/llvm-core/llvmgold/llvmgold-19.ebuild @@ -12,8 +12,8 @@ SLOT="0" KEYWORDS="amd64 arm arm64 ~loong ~mips ~ppc ppc64 ~riscv sparc x86 ~amd64-linux" RDEPEND=" - sys-devel/llvm:${PV}[binutils-plugin] - !sys-devel/llvm:0 + llvm-core/llvm:${PV}[binutils-plugin] + !llvm-core/llvm:0 " src_install() { diff --git a/llvm-core/llvmgold/llvmgold-20.ebuild b/llvm-core/llvmgold/llvmgold-20.ebuild index cc4a41d311fc..719d0f839c83 100644 --- a/llvm-core/llvmgold/llvmgold-20.ebuild +++ b/llvm-core/llvmgold/llvmgold-20.ebuild @@ -11,8 +11,8 @@ LICENSE="public-domain" SLOT="0" RDEPEND=" - sys-devel/llvm:${PV}[binutils-plugin] - !sys-devel/llvm:0 + llvm-core/llvm:${PV}[binutils-plugin] + !llvm-core/llvm:0 " src_install() { diff --git a/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-15.0.7-r1.ebuild b/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-15.0.7-r1.ebuild index a51fb12c2e8f..302e0394854a 100644 --- a/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-15.0.7-r1.ebuild +++ b/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-15.0.7-r1.ebuild @@ -35,7 +35,7 @@ RESTRICT=" " DEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} virtual/libcrypt[abi_x86_32(-)?,abi_x86_64(-)?] " BDEPEND=" diff --git a/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-16.0.6-r1.ebuild b/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-16.0.6-r1.ebuild index 842e63aa62fa..09ad2eaaf751 100644 --- a/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-16.0.6-r1.ebuild +++ b/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-16.0.6-r1.ebuild @@ -35,7 +35,7 @@ RESTRICT=" " DEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} virtual/libcrypt[abi_x86_32(-)?,abi_x86_64(-)?] " BDEPEND=" diff --git a/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-17.0.6-r1.ebuild b/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-17.0.6-r1.ebuild index 9db3e57db98c..99972f122d59 100644 --- a/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-17.0.6-r1.ebuild +++ b/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-17.0.6-r1.ebuild @@ -35,7 +35,7 @@ RESTRICT=" " DEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} virtual/libcrypt[abi_x86_32(-)?,abi_x86_64(-)?] " BDEPEND=" diff --git a/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-18.1.8-r1.ebuild b/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-18.1.8-r1.ebuild index 70e3f2dd9494..f1b0745db2b7 100644 --- a/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-18.1.8-r1.ebuild +++ b/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-18.1.8-r1.ebuild @@ -35,7 +35,7 @@ RESTRICT=" " DEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} virtual/libcrypt[abi_x86_32(-)?,abi_x86_64(-)?] " BDEPEND=" diff --git a/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-18.1.8-r6.ebuild b/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-18.1.8-r6.ebuild index de0a1aedcb15..cdf8b9fb7ed3 100644 --- a/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-18.1.8-r6.ebuild +++ b/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-18.1.8-r6.ebuild @@ -35,7 +35,7 @@ RESTRICT=" " DEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} virtual/libcrypt[abi_x86_32(-)?,abi_x86_64(-)?] " BDEPEND=" diff --git a/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-19.1.4.ebuild b/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-19.1.4.ebuild index 72a369d775f1..98eccb06d035 100644 --- a/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-19.1.4.ebuild +++ b/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-19.1.4.ebuild @@ -35,7 +35,7 @@ RESTRICT=" " DEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} virtual/libcrypt[abi_x86_32(-)?,abi_x86_64(-)?] " BDEPEND=" diff --git a/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-19.1.5.ebuild b/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-19.1.5.ebuild index 42b5641347ef..d859114a0b3d 100644 --- a/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-19.1.5.ebuild +++ b/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-19.1.5.ebuild @@ -35,7 +35,7 @@ RESTRICT=" " DEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} virtual/libcrypt[abi_x86_32(-)?,abi_x86_64(-)?] " BDEPEND=" diff --git a/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-20.0.0.9999.ebuild b/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-20.0.0.9999.ebuild index 658059cb69da..cea1ae243486 100644 --- a/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-20.0.0.9999.ebuild +++ b/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-20.0.0.9999.ebuild @@ -34,7 +34,7 @@ RESTRICT=" " DEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} virtual/libcrypt[abi_x86_32(-)?,abi_x86_64(-)?] " BDEPEND=" diff --git a/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-20.0.0_pre20241207.ebuild b/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-20.0.0_pre20241207.ebuild index 658059cb69da..cea1ae243486 100644 --- a/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-20.0.0_pre20241207.ebuild +++ b/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-20.0.0_pre20241207.ebuild @@ -34,7 +34,7 @@ RESTRICT=" " DEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} virtual/libcrypt[abi_x86_32(-)?,abi_x86_64(-)?] " BDEPEND=" diff --git a/llvm-runtimes/compiler-rt/compiler-rt-15.0.7-r1.ebuild b/llvm-runtimes/compiler-rt/compiler-rt-15.0.7-r1.ebuild index 11b1208cb567..cc77984a0221 100644 --- a/llvm-runtimes/compiler-rt/compiler-rt-15.0.7-r1.ebuild +++ b/llvm-runtimes/compiler-rt/compiler-rt-15.0.7-r1.ebuild @@ -16,7 +16,7 @@ IUSE="+abi_x86_32 abi_x86_64 +clang debug test" RESTRICT="!test? ( test ) !clang? ( test )" DEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( llvm-core/clang:${LLVM_MAJOR} ) @@ -49,7 +49,7 @@ pkg_setup() { # Darwin Prefix builds do not have llvm installed yet, so rely on # bootstrap-prefix to set the appropriate path vars to LLVM instead # of using llvm_pkg_setup. - if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then + if [[ ${CHOST} != *-darwin* ]] || has_version llvm-core/llvm; then LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup fi python-any-r1_pkg_setup diff --git a/llvm-runtimes/compiler-rt/compiler-rt-15.0.7-r2.ebuild b/llvm-runtimes/compiler-rt/compiler-rt-15.0.7-r2.ebuild index 8a555402b292..185c0bd6cc2d 100644 --- a/llvm-runtimes/compiler-rt/compiler-rt-15.0.7-r2.ebuild +++ b/llvm-runtimes/compiler-rt/compiler-rt-15.0.7-r2.ebuild @@ -17,7 +17,7 @@ REQUIRED_USE="atomic-builtins? ( clang )" RESTRICT="!test? ( test ) !clang? ( test )" DEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( llvm-core/clang:${LLVM_MAJOR} ) @@ -50,7 +50,7 @@ pkg_setup() { # Darwin Prefix builds do not have llvm installed yet, so rely on # bootstrap-prefix to set the appropriate path vars to LLVM instead # of using llvm_pkg_setup. - if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then + if [[ ${CHOST} != *-darwin* ]] || has_version llvm-core/llvm; then LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup fi python-any-r1_pkg_setup diff --git a/llvm-runtimes/compiler-rt/compiler-rt-16.0.6-r5.ebuild b/llvm-runtimes/compiler-rt/compiler-rt-16.0.6-r5.ebuild index 0374dfb0d51a..396adcfd0ccb 100644 --- a/llvm-runtimes/compiler-rt/compiler-rt-16.0.6-r5.ebuild +++ b/llvm-runtimes/compiler-rt/compiler-rt-16.0.6-r5.ebuild @@ -16,7 +16,7 @@ IUSE="+abi_x86_32 abi_x86_64 +clang debug test" RESTRICT="!test? ( test ) !clang? ( test )" DEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( llvm-core/clang:${LLVM_MAJOR} ) @@ -49,7 +49,7 @@ pkg_setup() { # Darwin Prefix builds do not have llvm installed yet, so rely on # bootstrap-prefix to set the appropriate path vars to LLVM instead # of using llvm_pkg_setup. - if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then + if [[ ${CHOST} != *-darwin* ]] || has_version llvm-core/llvm; then LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup fi diff --git a/llvm-runtimes/compiler-rt/compiler-rt-16.0.6-r6.ebuild b/llvm-runtimes/compiler-rt/compiler-rt-16.0.6-r6.ebuild index 9a668bd2f34d..dea3548e8a2f 100644 --- a/llvm-runtimes/compiler-rt/compiler-rt-16.0.6-r6.ebuild +++ b/llvm-runtimes/compiler-rt/compiler-rt-16.0.6-r6.ebuild @@ -17,7 +17,7 @@ REQUIRED_USE="atomic-builtins? ( clang )" RESTRICT="!test? ( test ) !clang? ( test )" DEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( llvm-core/clang:${LLVM_MAJOR} ) @@ -50,7 +50,7 @@ pkg_setup() { # Darwin Prefix builds do not have llvm installed yet, so rely on # bootstrap-prefix to set the appropriate path vars to LLVM instead # of using llvm_pkg_setup. - if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then + if [[ ${CHOST} != *-darwin* ]] || has_version llvm-core/llvm; then LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup fi diff --git a/llvm-runtimes/compiler-rt/compiler-rt-17.0.6-r1.ebuild b/llvm-runtimes/compiler-rt/compiler-rt-17.0.6-r1.ebuild index ae6890dc6964..76876bf74f75 100644 --- a/llvm-runtimes/compiler-rt/compiler-rt-17.0.6-r1.ebuild +++ b/llvm-runtimes/compiler-rt/compiler-rt-17.0.6-r1.ebuild @@ -16,7 +16,7 @@ IUSE="+abi_x86_32 abi_x86_64 +clang debug test" RESTRICT="!test? ( test ) !clang? ( test )" DEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( llvm-core/clang:${LLVM_MAJOR} ) @@ -49,7 +49,7 @@ pkg_setup() { # Darwin Prefix builds do not have llvm installed yet, so rely on # bootstrap-prefix to set the appropriate path vars to LLVM instead # of using llvm_pkg_setup. - if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then + if [[ ${CHOST} != *-darwin* ]] || has_version llvm-core/llvm; then LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup fi diff --git a/llvm-runtimes/compiler-rt/compiler-rt-17.0.6-r2.ebuild b/llvm-runtimes/compiler-rt/compiler-rt-17.0.6-r2.ebuild index 4e4a426e993f..c400af5f7129 100644 --- a/llvm-runtimes/compiler-rt/compiler-rt-17.0.6-r2.ebuild +++ b/llvm-runtimes/compiler-rt/compiler-rt-17.0.6-r2.ebuild @@ -17,7 +17,7 @@ REQUIRED_USE="atomic-builtins? ( clang )" RESTRICT="!test? ( test ) !clang? ( test )" DEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( llvm-core/clang:${LLVM_MAJOR} ) @@ -50,7 +50,7 @@ pkg_setup() { # Darwin Prefix builds do not have llvm installed yet, so rely on # bootstrap-prefix to set the appropriate path vars to LLVM instead # of using llvm_pkg_setup. - if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then + if [[ ${CHOST} != *-darwin* ]] || has_version llvm-core/llvm; then LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup fi diff --git a/llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r1.ebuild b/llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r1.ebuild index 5c43f98877b5..285d8c8c72b9 100644 --- a/llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r1.ebuild +++ b/llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r1.ebuild @@ -17,7 +17,7 @@ IUSE="+abi_x86_32 abi_x86_64 +clang debug test" RESTRICT="!test? ( test ) !clang? ( test )" DEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( llvm-core/clang:${LLVM_MAJOR} ) diff --git a/llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r2.ebuild b/llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r2.ebuild index 90611ddd78cb..7c13a8baa8f2 100644 --- a/llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r2.ebuild +++ b/llvm-runtimes/compiler-rt/compiler-rt-18.1.8-r2.ebuild @@ -18,7 +18,7 @@ REQUIRED_USE="atomic-builtins? ( clang )" RESTRICT="!test? ( test ) !clang? ( test )" DEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( llvm-core/clang:${LLVM_MAJOR} ) diff --git a/llvm-runtimes/compiler-rt/compiler-rt-19.1.4.ebuild b/llvm-runtimes/compiler-rt/compiler-rt-19.1.4.ebuild index 16f339956161..67f1df2b98cc 100644 --- a/llvm-runtimes/compiler-rt/compiler-rt-19.1.4.ebuild +++ b/llvm-runtimes/compiler-rt/compiler-rt-19.1.4.ebuild @@ -18,7 +18,7 @@ REQUIRED_USE="atomic-builtins? ( clang )" RESTRICT="!test? ( test ) !clang? ( test )" DEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( llvm-core/clang:${LLVM_MAJOR} ) diff --git a/llvm-runtimes/compiler-rt/compiler-rt-19.1.5.ebuild b/llvm-runtimes/compiler-rt/compiler-rt-19.1.5.ebuild index dc213452b7cd..053d8afed11f 100644 --- a/llvm-runtimes/compiler-rt/compiler-rt-19.1.5.ebuild +++ b/llvm-runtimes/compiler-rt/compiler-rt-19.1.5.ebuild @@ -18,7 +18,7 @@ REQUIRED_USE="atomic-builtins? ( clang )" RESTRICT="!test? ( test ) !clang? ( test )" DEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( llvm-core/clang:${LLVM_MAJOR} ) diff --git a/llvm-runtimes/compiler-rt/compiler-rt-20.0.0.9999.ebuild b/llvm-runtimes/compiler-rt/compiler-rt-20.0.0.9999.ebuild index 1c83874b6040..7971b744756d 100644 --- a/llvm-runtimes/compiler-rt/compiler-rt-20.0.0.9999.ebuild +++ b/llvm-runtimes/compiler-rt/compiler-rt-20.0.0.9999.ebuild @@ -17,7 +17,7 @@ REQUIRED_USE="atomic-builtins? ( clang )" RESTRICT="!test? ( test ) !clang? ( test )" DEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( llvm-core/clang:${LLVM_MAJOR} ) diff --git a/llvm-runtimes/compiler-rt/compiler-rt-20.0.0_pre20241207.ebuild b/llvm-runtimes/compiler-rt/compiler-rt-20.0.0_pre20241207.ebuild index 1c83874b6040..7971b744756d 100644 --- a/llvm-runtimes/compiler-rt/compiler-rt-20.0.0_pre20241207.ebuild +++ b/llvm-runtimes/compiler-rt/compiler-rt-20.0.0_pre20241207.ebuild @@ -17,7 +17,7 @@ REQUIRED_USE="atomic-builtins? ( clang )" RESTRICT="!test? ( test ) !clang? ( test )" DEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( llvm-core/clang:${LLVM_MAJOR} ) diff --git a/llvm-runtimes/libcxx/libcxx-15.0.7-r1.ebuild b/llvm-runtimes/libcxx/libcxx-15.0.7-r1.ebuild index 8da040d16a0c..ba10f0e0e0a4 100644 --- a/llvm-runtimes/libcxx/libcxx-15.0.7-r1.ebuild +++ b/llvm-runtimes/libcxx/libcxx-15.0.7-r1.ebuild @@ -25,7 +25,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( @@ -53,7 +53,7 @@ pkg_setup() { # Darwin Prefix builds do not have llvm installed yet, so rely on # bootstrap-prefix to set the appropriate path vars to LLVM instead # of using llvm_pkg_setup. - if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then + if [[ ${CHOST} != *-darwin* ]] || has_version llvm-core/llvm; then LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup fi python-any-r1_pkg_setup diff --git a/llvm-runtimes/libcxx/libcxx-16.0.6.ebuild b/llvm-runtimes/libcxx/libcxx-16.0.6.ebuild index 4860d48bf592..dfb969abee71 100644 --- a/llvm-runtimes/libcxx/libcxx-16.0.6.ebuild +++ b/llvm-runtimes/libcxx/libcxx-16.0.6.ebuild @@ -25,7 +25,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( @@ -53,7 +53,7 @@ pkg_setup() { # Darwin Prefix builds do not have llvm installed yet, so rely on # bootstrap-prefix to set the appropriate path vars to LLVM instead # of using llvm_pkg_setup. - if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then + if [[ ${CHOST} != *-darwin* ]] || has_version llvm-core/llvm; then LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup fi python-any-r1_pkg_setup diff --git a/llvm-runtimes/libcxx/libcxx-17.0.6.ebuild b/llvm-runtimes/libcxx/libcxx-17.0.6.ebuild index c9df7a8cba72..8c681eaf0d82 100644 --- a/llvm-runtimes/libcxx/libcxx-17.0.6.ebuild +++ b/llvm-runtimes/libcxx/libcxx-17.0.6.ebuild @@ -25,7 +25,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( @@ -52,7 +52,7 @@ pkg_setup() { # Darwin Prefix builds do not have llvm installed yet, so rely on # bootstrap-prefix to set the appropriate path vars to LLVM instead # of using llvm_pkg_setup. - if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then + if [[ ${CHOST} != *-darwin* ]] || has_version llvm-core/llvm; then LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup fi python-any-r1_pkg_setup diff --git a/llvm-runtimes/libcxx/libcxx-18.1.8.ebuild b/llvm-runtimes/libcxx/libcxx-18.1.8.ebuild index beedd72c3df3..f22598e81b33 100644 --- a/llvm-runtimes/libcxx/libcxx-18.1.8.ebuild +++ b/llvm-runtimes/libcxx/libcxx-18.1.8.ebuild @@ -25,7 +25,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( diff --git a/llvm-runtimes/libcxx/libcxx-19.1.4.ebuild b/llvm-runtimes/libcxx/libcxx-19.1.4.ebuild index 10d821e0ab1c..f81850598bc2 100644 --- a/llvm-runtimes/libcxx/libcxx-19.1.4.ebuild +++ b/llvm-runtimes/libcxx/libcxx-19.1.4.ebuild @@ -25,7 +25,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( diff --git a/llvm-runtimes/libcxx/libcxx-19.1.5.ebuild b/llvm-runtimes/libcxx/libcxx-19.1.5.ebuild index 6299f82b6f40..ee2f2e316112 100644 --- a/llvm-runtimes/libcxx/libcxx-19.1.5.ebuild +++ b/llvm-runtimes/libcxx/libcxx-19.1.5.ebuild @@ -25,7 +25,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( diff --git a/llvm-runtimes/libcxx/libcxx-20.0.0.9999.ebuild b/llvm-runtimes/libcxx/libcxx-20.0.0.9999.ebuild index d0bb85560882..9c07b6d01774 100644 --- a/llvm-runtimes/libcxx/libcxx-20.0.0.9999.ebuild +++ b/llvm-runtimes/libcxx/libcxx-20.0.0.9999.ebuild @@ -24,7 +24,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( diff --git a/llvm-runtimes/libcxx/libcxx-20.0.0_pre20241207.ebuild b/llvm-runtimes/libcxx/libcxx-20.0.0_pre20241207.ebuild index d0bb85560882..9c07b6d01774 100644 --- a/llvm-runtimes/libcxx/libcxx-20.0.0_pre20241207.ebuild +++ b/llvm-runtimes/libcxx/libcxx-20.0.0_pre20241207.ebuild @@ -24,7 +24,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( diff --git a/llvm-runtimes/libcxxabi/libcxxabi-15.0.7.ebuild b/llvm-runtimes/libcxxabi/libcxxabi-15.0.7.ebuild index 92a8e8014957..e7a513ee9644 100644 --- a/llvm-runtimes/libcxxabi/libcxxabi-15.0.7.ebuild +++ b/llvm-runtimes/libcxxabi/libcxxabi-15.0.7.ebuild @@ -23,7 +23,7 @@ RDEPEND+=" " DEPEND=" ${RDEPEND} - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( @@ -49,7 +49,7 @@ python_check_deps() { pkg_setup() { # darwin prefix builds do not have llvm installed yet, so rely on bootstrap-prefix # to set the appropriate path vars to LLVM instead of using llvm_pkg_setup. - if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then + if [[ ${CHOST} != *-darwin* ]] || has_version llvm-core/llvm; then LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup fi python-any-r1_pkg_setup diff --git a/llvm-runtimes/libcxxabi/libcxxabi-16.0.6.ebuild b/llvm-runtimes/libcxxabi/libcxxabi-16.0.6.ebuild index b6fca7ded30a..68237b6e84e4 100644 --- a/llvm-runtimes/libcxxabi/libcxxabi-16.0.6.ebuild +++ b/llvm-runtimes/libcxxabi/libcxxabi-16.0.6.ebuild @@ -23,7 +23,7 @@ RDEPEND+=" " DEPEND=" ${RDEPEND} - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( @@ -49,7 +49,7 @@ python_check_deps() { pkg_setup() { # darwin prefix builds do not have llvm installed yet, so rely on bootstrap-prefix # to set the appropriate path vars to LLVM instead of using llvm_pkg_setup. - if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then + if [[ ${CHOST} != *-darwin* ]] || has_version llvm-core/llvm; then LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup fi python-any-r1_pkg_setup diff --git a/llvm-runtimes/libcxxabi/libcxxabi-17.0.6.ebuild b/llvm-runtimes/libcxxabi/libcxxabi-17.0.6.ebuild index b6fca7ded30a..68237b6e84e4 100644 --- a/llvm-runtimes/libcxxabi/libcxxabi-17.0.6.ebuild +++ b/llvm-runtimes/libcxxabi/libcxxabi-17.0.6.ebuild @@ -23,7 +23,7 @@ RDEPEND+=" " DEPEND=" ${RDEPEND} - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( @@ -49,7 +49,7 @@ python_check_deps() { pkg_setup() { # darwin prefix builds do not have llvm installed yet, so rely on bootstrap-prefix # to set the appropriate path vars to LLVM instead of using llvm_pkg_setup. - if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then + if [[ ${CHOST} != *-darwin* ]] || has_version llvm-core/llvm; then LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup fi python-any-r1_pkg_setup diff --git a/llvm-runtimes/libcxxabi/libcxxabi-18.1.8.ebuild b/llvm-runtimes/libcxxabi/libcxxabi-18.1.8.ebuild index 15db50c1b985..d4345975b51b 100644 --- a/llvm-runtimes/libcxxabi/libcxxabi-18.1.8.ebuild +++ b/llvm-runtimes/libcxxabi/libcxxabi-18.1.8.ebuild @@ -23,7 +23,7 @@ RDEPEND+=" " DEPEND=" ${RDEPEND} - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( diff --git a/llvm-runtimes/libcxxabi/libcxxabi-19.1.4.ebuild b/llvm-runtimes/libcxxabi/libcxxabi-19.1.4.ebuild index c76dea551d96..b35585073db4 100644 --- a/llvm-runtimes/libcxxabi/libcxxabi-19.1.4.ebuild +++ b/llvm-runtimes/libcxxabi/libcxxabi-19.1.4.ebuild @@ -23,7 +23,7 @@ RDEPEND+=" " DEPEND=" ${RDEPEND} - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( diff --git a/llvm-runtimes/libcxxabi/libcxxabi-19.1.5.ebuild b/llvm-runtimes/libcxxabi/libcxxabi-19.1.5.ebuild index 0007202bb6b8..9ef6b65932a2 100644 --- a/llvm-runtimes/libcxxabi/libcxxabi-19.1.5.ebuild +++ b/llvm-runtimes/libcxxabi/libcxxabi-19.1.5.ebuild @@ -23,7 +23,7 @@ RDEPEND+=" " DEPEND=" ${RDEPEND} - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( diff --git a/llvm-runtimes/libcxxabi/libcxxabi-20.0.0.9999.ebuild b/llvm-runtimes/libcxxabi/libcxxabi-20.0.0.9999.ebuild index 0f59e86b690f..d2226d289eb3 100644 --- a/llvm-runtimes/libcxxabi/libcxxabi-20.0.0.9999.ebuild +++ b/llvm-runtimes/libcxxabi/libcxxabi-20.0.0.9999.ebuild @@ -22,7 +22,7 @@ RDEPEND+=" " DEPEND=" ${RDEPEND} - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( diff --git a/llvm-runtimes/libcxxabi/libcxxabi-20.0.0_pre20241207.ebuild b/llvm-runtimes/libcxxabi/libcxxabi-20.0.0_pre20241207.ebuild index 0f59e86b690f..d2226d289eb3 100644 --- a/llvm-runtimes/libcxxabi/libcxxabi-20.0.0_pre20241207.ebuild +++ b/llvm-runtimes/libcxxabi/libcxxabi-20.0.0_pre20241207.ebuild @@ -22,7 +22,7 @@ RDEPEND+=" " DEPEND=" ${RDEPEND} - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( diff --git a/llvm-runtimes/libunwind/libunwind-15.0.7.ebuild b/llvm-runtimes/libunwind/libunwind-15.0.7.ebuild index 360cf62d177c..183e826d13ad 100644 --- a/llvm-runtimes/libunwind/libunwind-15.0.7.ebuild +++ b/llvm-runtimes/libunwind/libunwind-15.0.7.ebuild @@ -21,7 +21,7 @@ RDEPEND=" !sys-libs/libunwind " DEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( diff --git a/llvm-runtimes/libunwind/libunwind-16.0.6-r1.ebuild b/llvm-runtimes/libunwind/libunwind-16.0.6-r1.ebuild index 1d6ad469e401..318ed2dec756 100644 --- a/llvm-runtimes/libunwind/libunwind-16.0.6-r1.ebuild +++ b/llvm-runtimes/libunwind/libunwind-16.0.6-r1.ebuild @@ -21,7 +21,7 @@ RDEPEND=" !sys-libs/libunwind " DEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( diff --git a/llvm-runtimes/libunwind/libunwind-17.0.6.ebuild b/llvm-runtimes/libunwind/libunwind-17.0.6.ebuild index 1d6ad469e401..318ed2dec756 100644 --- a/llvm-runtimes/libunwind/libunwind-17.0.6.ebuild +++ b/llvm-runtimes/libunwind/libunwind-17.0.6.ebuild @@ -21,7 +21,7 @@ RDEPEND=" !sys-libs/libunwind " DEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( diff --git a/llvm-runtimes/libunwind/libunwind-18.1.8.ebuild b/llvm-runtimes/libunwind/libunwind-18.1.8.ebuild index 4d7979431041..41cb5a76af5f 100644 --- a/llvm-runtimes/libunwind/libunwind-18.1.8.ebuild +++ b/llvm-runtimes/libunwind/libunwind-18.1.8.ebuild @@ -21,7 +21,7 @@ RDEPEND=" !sys-libs/libunwind " DEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( diff --git a/llvm-runtimes/libunwind/libunwind-19.1.4.ebuild b/llvm-runtimes/libunwind/libunwind-19.1.4.ebuild index a99ba882a52a..ddfa6972727f 100644 --- a/llvm-runtimes/libunwind/libunwind-19.1.4.ebuild +++ b/llvm-runtimes/libunwind/libunwind-19.1.4.ebuild @@ -21,7 +21,7 @@ RDEPEND=" !sys-libs/libunwind " DEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( diff --git a/llvm-runtimes/libunwind/libunwind-19.1.5.ebuild b/llvm-runtimes/libunwind/libunwind-19.1.5.ebuild index 19b1852db408..27793031ecbb 100644 --- a/llvm-runtimes/libunwind/libunwind-19.1.5.ebuild +++ b/llvm-runtimes/libunwind/libunwind-19.1.5.ebuild @@ -21,7 +21,7 @@ RDEPEND=" !sys-libs/libunwind " DEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( diff --git a/llvm-runtimes/libunwind/libunwind-20.0.0.9999.ebuild b/llvm-runtimes/libunwind/libunwind-20.0.0.9999.ebuild index 55c4d1b12efb..6d8a5629bb47 100644 --- a/llvm-runtimes/libunwind/libunwind-20.0.0.9999.ebuild +++ b/llvm-runtimes/libunwind/libunwind-20.0.0.9999.ebuild @@ -20,7 +20,7 @@ RDEPEND=" !sys-libs/libunwind " DEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( diff --git a/llvm-runtimes/libunwind/libunwind-20.0.0_pre20241207.ebuild b/llvm-runtimes/libunwind/libunwind-20.0.0_pre20241207.ebuild index 55c4d1b12efb..6d8a5629bb47 100644 --- a/llvm-runtimes/libunwind/libunwind-20.0.0_pre20241207.ebuild +++ b/llvm-runtimes/libunwind/libunwind-20.0.0_pre20241207.ebuild @@ -20,7 +20,7 @@ RDEPEND=" !sys-libs/libunwind " DEPEND=" - sys-devel/llvm:${LLVM_MAJOR} + llvm-core/llvm:${LLVM_MAJOR} " BDEPEND=" clang? ( diff --git a/llvm-runtimes/offload/offload-20.0.0.9999.ebuild b/llvm-runtimes/offload/offload-20.0.0.9999.ebuild index 26676d1ae334..66a73775d296 100644 --- a/llvm-runtimes/offload/offload-20.0.0.9999.ebuild +++ b/llvm-runtimes/offload/offload-20.0.0.9999.ebuild @@ -16,7 +16,7 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-libs/libffi:= - ~sys-devel/llvm-${PV} + ~llvm-core/llvm-${PV} ~llvm-runtimes/openmp-${PV}[ompt?] llvm_targets_AMDGPU? ( dev-libs/rocr-runtime:= ) " @@ -25,7 +25,7 @@ DEPEND=" " # tests: # - dev-python/lit provides the test runner -# - sys-devel/llvm provide test utils (e.g. FileCheck) +# - llvm-core/llvm provide test utils (e.g. FileCheck) # - llvm-core/clang provides the compiler to run tests BDEPEND=" dev-lang/perl diff --git a/llvm-runtimes/offload/offload-20.0.0_pre20241207.ebuild b/llvm-runtimes/offload/offload-20.0.0_pre20241207.ebuild index d68901e769ef..d84cc7993b0f 100644 --- a/llvm-runtimes/offload/offload-20.0.0_pre20241207.ebuild +++ b/llvm-runtimes/offload/offload-20.0.0_pre20241207.ebuild @@ -16,7 +16,7 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-libs/libffi:= - ~sys-devel/llvm-${PV} + ~llvm-core/llvm-${PV} ~llvm-runtimes/openmp-${PV}[ompt?] llvm_targets_AMDGPU? ( dev-libs/rocr-runtime:= ) " @@ -25,7 +25,7 @@ DEPEND=" " # tests: # - dev-python/lit provides the test runner -# - sys-devel/llvm provide test utils (e.g. FileCheck) +# - llvm-core/llvm provide test utils (e.g. FileCheck) # - llvm-core/clang provides the compiler to run tests BDEPEND=" dev-lang/perl diff --git a/llvm-runtimes/openmp/openmp-15.0.7-r6.ebuild b/llvm-runtimes/openmp/openmp-15.0.7-r6.ebuild index 6ce965355ddf..74afb845c85e 100644 --- a/llvm-runtimes/openmp/openmp-15.0.7-r6.ebuild +++ b/llvm-runtimes/openmp/openmp-15.0.7-r6.ebuild @@ -23,13 +23,13 @@ RDEPEND=" offload? ( virtual/libelf:=[${MULTILIB_USEDEP}] dev-libs/libffi:=[${MULTILIB_USEDEP}] - ~sys-devel/llvm-${PV}[${MULTILIB_USEDEP}] + ~llvm-core/llvm-${PV}[${MULTILIB_USEDEP}] llvm_targets_AMDGPU? ( dev-libs/rocr-runtime:= ) ) " # tests: # - dev-python/lit provides the test runner -# - sys-devel/llvm provide test utils (e.g. FileCheck) +# - llvm-core/llvm provide test utils (e.g. FileCheck) # - llvm-core/clang provides the compiler to run tests DEPEND=" ${RDEPEND} diff --git a/llvm-runtimes/openmp/openmp-16.0.6.ebuild b/llvm-runtimes/openmp/openmp-16.0.6.ebuild index 3be4f432c473..72b1601886a3 100644 --- a/llvm-runtimes/openmp/openmp-16.0.6.ebuild +++ b/llvm-runtimes/openmp/openmp-16.0.6.ebuild @@ -27,13 +27,13 @@ RDEPEND=" hwloc? ( >=sys-apps/hwloc-2.5:0=[${MULTILIB_USEDEP}] ) offload? ( dev-libs/libffi:=[${MULTILIB_USEDEP}] - ~sys-devel/llvm-${PV}[${MULTILIB_USEDEP}] + ~llvm-core/llvm-${PV}[${MULTILIB_USEDEP}] llvm_targets_AMDGPU? ( dev-libs/rocr-runtime:= ) ) " # tests: # - dev-python/lit provides the test runner -# - sys-devel/llvm provide test utils (e.g. FileCheck) +# - llvm-core/llvm provide test utils (e.g. FileCheck) # - llvm-core/clang provides the compiler to run tests DEPEND=" ${RDEPEND} diff --git a/llvm-runtimes/openmp/openmp-17.0.6.ebuild b/llvm-runtimes/openmp/openmp-17.0.6.ebuild index 2298ef8a3f80..50715455a515 100644 --- a/llvm-runtimes/openmp/openmp-17.0.6.ebuild +++ b/llvm-runtimes/openmp/openmp-17.0.6.ebuild @@ -27,13 +27,13 @@ RDEPEND=" hwloc? ( >=sys-apps/hwloc-2.5:0=[${MULTILIB_USEDEP}] ) offload? ( dev-libs/libffi:=[${MULTILIB_USEDEP}] - ~sys-devel/llvm-${PV}[${MULTILIB_USEDEP}] + ~llvm-core/llvm-${PV}[${MULTILIB_USEDEP}] llvm_targets_AMDGPU? ( dev-libs/rocr-runtime:= ) ) " # tests: # - dev-python/lit provides the test runner -# - sys-devel/llvm provide test utils (e.g. FileCheck) +# - llvm-core/llvm provide test utils (e.g. FileCheck) # - llvm-core/clang provides the compiler to run tests DEPEND=" ${RDEPEND} diff --git a/llvm-runtimes/openmp/openmp-18.1.8.ebuild b/llvm-runtimes/openmp/openmp-18.1.8.ebuild index 7e31268e06b1..866ca4a5b663 100644 --- a/llvm-runtimes/openmp/openmp-18.1.8.ebuild +++ b/llvm-runtimes/openmp/openmp-18.1.8.ebuild @@ -27,13 +27,13 @@ RDEPEND=" hwloc? ( >=sys-apps/hwloc-2.5:0=[${MULTILIB_USEDEP}] ) offload? ( dev-libs/libffi:=[${MULTILIB_USEDEP}] - ~sys-devel/llvm-${PV}[${MULTILIB_USEDEP}] + ~llvm-core/llvm-${PV}[${MULTILIB_USEDEP}] llvm_targets_AMDGPU? ( dev-libs/rocr-runtime:= ) ) " # tests: # - dev-python/lit provides the test runner -# - sys-devel/llvm provide test utils (e.g. FileCheck) +# - llvm-core/llvm provide test utils (e.g. FileCheck) # - llvm-core/clang provides the compiler to run tests DEPEND=" ${RDEPEND} diff --git a/llvm-runtimes/openmp/openmp-19.1.4.ebuild b/llvm-runtimes/openmp/openmp-19.1.4.ebuild index 6c4d70089d1e..749cc58b9878 100644 --- a/llvm-runtimes/openmp/openmp-19.1.4.ebuild +++ b/llvm-runtimes/openmp/openmp-19.1.4.ebuild @@ -24,7 +24,7 @@ RDEPEND=" " # tests: # - dev-python/lit provides the test runner -# - sys-devel/llvm provide test utils (e.g. FileCheck) +# - llvm-core/llvm provide test utils (e.g. FileCheck) # - llvm-core/clang provides the compiler to run tests DEPEND=" ${RDEPEND} diff --git a/llvm-runtimes/openmp/openmp-19.1.5.ebuild b/llvm-runtimes/openmp/openmp-19.1.5.ebuild index 2b91befb6032..c82915160dbc 100644 --- a/llvm-runtimes/openmp/openmp-19.1.5.ebuild +++ b/llvm-runtimes/openmp/openmp-19.1.5.ebuild @@ -24,7 +24,7 @@ RDEPEND=" " # tests: # - dev-python/lit provides the test runner -# - sys-devel/llvm provide test utils (e.g. FileCheck) +# - llvm-core/llvm provide test utils (e.g. FileCheck) # - llvm-core/clang provides the compiler to run tests DEPEND=" ${RDEPEND} diff --git a/llvm-runtimes/openmp/openmp-20.0.0.9999.ebuild b/llvm-runtimes/openmp/openmp-20.0.0.9999.ebuild index bef34c37bc56..ea3715dad3ed 100644 --- a/llvm-runtimes/openmp/openmp-20.0.0.9999.ebuild +++ b/llvm-runtimes/openmp/openmp-20.0.0.9999.ebuild @@ -23,7 +23,7 @@ RDEPEND=" " # tests: # - dev-python/lit provides the test runner -# - sys-devel/llvm provide test utils (e.g. FileCheck) +# - llvm-core/llvm provide test utils (e.g. FileCheck) # - llvm-core/clang provides the compiler to run tests DEPEND=" ${RDEPEND} diff --git a/llvm-runtimes/openmp/openmp-20.0.0_pre20241207.ebuild b/llvm-runtimes/openmp/openmp-20.0.0_pre20241207.ebuild index bef34c37bc56..ea3715dad3ed 100644 --- a/llvm-runtimes/openmp/openmp-20.0.0_pre20241207.ebuild +++ b/llvm-runtimes/openmp/openmp-20.0.0_pre20241207.ebuild @@ -23,7 +23,7 @@ RDEPEND=" " # tests: # - dev-python/lit provides the test runner -# - sys-devel/llvm provide test utils (e.g. FileCheck) +# - llvm-core/llvm provide test utils (e.g. FileCheck) # - llvm-core/clang provides the compiler to run tests DEPEND=" ${RDEPEND} diff --git a/mail-client/thunderbird/thunderbird-128.5.0.ebuild b/mail-client/thunderbird/thunderbird-128.5.0.ebuild index 790505a4c6c2..c55dfa0083d3 100644 --- a/mail-client/thunderbird/thunderbird-128.5.0.ebuild +++ b/mail-client/thunderbird/thunderbird-128.5.0.ebuild @@ -85,7 +85,7 @@ TB_ONLY_DEPEND="selinux? ( sec-policy/selinux-thunderbird ) BDEPEND="${PYTHON_DEPS} $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} clang? ( llvm-core/lld:${LLVM_SLOT} pgo? ( llvm-runtimes/compiler-rt-sanitizers:${LLVM_SLOT}[profile] ) @@ -1042,7 +1042,7 @@ src_install() { rm "${ED}${MOZILLA_FIVE_HOME}/${PN}-bin" || die dosym ${PN} ${MOZILLA_FIVE_HOME}/${PN}-bin - # Don't install llvm-symbolizer from sys-devel/llvm package + # Don't install llvm-symbolizer from llvm-core/llvm package if [[ -f "${ED}${MOZILLA_FIVE_HOME}/llvm-symbolizer" ]] ; then rm -v "${ED}${MOZILLA_FIVE_HOME}/llvm-symbolizer" || die fi diff --git a/mail-client/thunderbird/thunderbird-128.5.1.ebuild b/mail-client/thunderbird/thunderbird-128.5.1.ebuild index d22f5f508aff..9624126ae0ba 100644 --- a/mail-client/thunderbird/thunderbird-128.5.1.ebuild +++ b/mail-client/thunderbird/thunderbird-128.5.1.ebuild @@ -85,7 +85,7 @@ TB_ONLY_DEPEND="selinux? ( sec-policy/selinux-thunderbird ) BDEPEND="${PYTHON_DEPS} $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} clang? ( llvm-core/lld:${LLVM_SLOT} pgo? ( llvm-runtimes/compiler-rt-sanitizers:${LLVM_SLOT}[profile] ) @@ -1042,7 +1042,7 @@ src_install() { rm "${ED}${MOZILLA_FIVE_HOME}/${PN}-bin" || die dosym ${PN} ${MOZILLA_FIVE_HOME}/${PN}-bin - # Don't install llvm-symbolizer from sys-devel/llvm package + # Don't install llvm-symbolizer from llvm-core/llvm package if [[ -f "${ED}${MOZILLA_FIVE_HOME}/llvm-symbolizer" ]] ; then rm -v "${ED}${MOZILLA_FIVE_HOME}/llvm-symbolizer" || die fi diff --git a/media-gfx/openvdb/openvdb-10.0.1.ebuild b/media-gfx/openvdb/openvdb-10.0.1.ebuild index 5a0a42c5aed3..aca53325090e 100644 --- a/media-gfx/openvdb/openvdb-10.0.1.ebuild +++ b/media-gfx/openvdb/openvdb-10.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit cmake cuda flag-o-matic llvm python-single-r1 @@ -36,7 +36,7 @@ RDEPEND=" x11-libs/libXi x11-libs/libXinerama x11-libs/libXrandr - ax? ( <sys-devel/llvm-15:= ) + ax? ( <llvm-core/llvm-15:= ) blosc? ( dev-libs/c-blosc:= ) cuda? ( >=dev-util/nvidia-cuda-toolkit-11 ) python? ( diff --git a/media-gfx/openvdb/openvdb-11.0.0.ebuild b/media-gfx/openvdb/openvdb-11.0.0.ebuild index f8b4c535dd04..330e6c06f3da 100644 --- a/media-gfx/openvdb/openvdb-11.0.0.ebuild +++ b/media-gfx/openvdb/openvdb-11.0.0.ebuild @@ -43,7 +43,7 @@ RDEPEND=" dev-libs/jemalloc:= dev-libs/imath:= ax? ( - <sys-devel/llvm-$(( LLVM_MAX_SLOT + 1 )):= + <llvm-core/llvm-$(( LLVM_MAX_SLOT + 1 )):= ) blosc? ( dev-libs/c-blosc:= diff --git a/media-libs/mesa/mesa-24.1.7-r1.ebuild b/media-libs/mesa/mesa-24.1.7-r1.ebuild index 07aacd364494..3bc7670467fe 100644 --- a/media-libs/mesa/mesa-24.1.7-r1.ebuild +++ b/media-libs/mesa/mesa-24.1.7-r1.ebuild @@ -96,7 +96,7 @@ RDEPEND=" unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] ) llvm? ( $(llvm_gen_dep " - sys-devel/llvm:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] + llvm-core/llvm:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] opencl? ( dev-util/spirv-llvm-translator:\${LLVM_SLOT} llvm-core/clang:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] @@ -273,8 +273,8 @@ python_check_deps() { pkg_setup() { # warning message for bug 459306 - if use llvm && has_version sys-devel/llvm[!debug=]; then - ewarn "Mismatch between debug USE flags in media-libs/mesa and sys-devel/llvm" + if use llvm && has_version llvm-core/llvm[!debug=]; then + ewarn "Mismatch between debug USE flags in media-libs/mesa and llvm-core/llvm" ewarn "detected! This can cause problems. For details, see bug 459306." fi diff --git a/media-libs/mesa/mesa-24.2.3-r1.ebuild b/media-libs/mesa/mesa-24.2.3-r1.ebuild index 5c33234f9ba3..c3075d910f97 100644 --- a/media-libs/mesa/mesa-24.2.3-r1.ebuild +++ b/media-libs/mesa/mesa-24.2.3-r1.ebuild @@ -98,7 +98,7 @@ RDEPEND=" unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] ) llvm? ( $(llvm_gen_dep " - sys-devel/llvm:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] + llvm-core/llvm:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] opencl? ( dev-util/spirv-llvm-translator:\${LLVM_SLOT} llvm-core/clang:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] @@ -277,8 +277,8 @@ python_check_deps() { pkg_setup() { # warning message for bug 459306 - if use llvm && has_version sys-devel/llvm[!debug=]; then - ewarn "Mismatch between debug USE flags in media-libs/mesa and sys-devel/llvm" + if use llvm && has_version llvm-core/llvm[!debug=]; then + ewarn "Mismatch between debug USE flags in media-libs/mesa and llvm-core/llvm" ewarn "detected! This can cause problems. For details, see bug 459306." fi diff --git a/media-libs/mesa/mesa-24.2.4-r1.ebuild b/media-libs/mesa/mesa-24.2.4-r1.ebuild index 5c33234f9ba3..c3075d910f97 100644 --- a/media-libs/mesa/mesa-24.2.4-r1.ebuild +++ b/media-libs/mesa/mesa-24.2.4-r1.ebuild @@ -98,7 +98,7 @@ RDEPEND=" unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] ) llvm? ( $(llvm_gen_dep " - sys-devel/llvm:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] + llvm-core/llvm:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] opencl? ( dev-util/spirv-llvm-translator:\${LLVM_SLOT} llvm-core/clang:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] @@ -277,8 +277,8 @@ python_check_deps() { pkg_setup() { # warning message for bug 459306 - if use llvm && has_version sys-devel/llvm[!debug=]; then - ewarn "Mismatch between debug USE flags in media-libs/mesa and sys-devel/llvm" + if use llvm && has_version llvm-core/llvm[!debug=]; then + ewarn "Mismatch between debug USE flags in media-libs/mesa and llvm-core/llvm" ewarn "detected! This can cause problems. For details, see bug 459306." fi diff --git a/media-libs/mesa/mesa-24.2.5-r1.ebuild b/media-libs/mesa/mesa-24.2.5-r1.ebuild index 5c33234f9ba3..c3075d910f97 100644 --- a/media-libs/mesa/mesa-24.2.5-r1.ebuild +++ b/media-libs/mesa/mesa-24.2.5-r1.ebuild @@ -98,7 +98,7 @@ RDEPEND=" unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] ) llvm? ( $(llvm_gen_dep " - sys-devel/llvm:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] + llvm-core/llvm:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] opencl? ( dev-util/spirv-llvm-translator:\${LLVM_SLOT} llvm-core/clang:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] @@ -277,8 +277,8 @@ python_check_deps() { pkg_setup() { # warning message for bug 459306 - if use llvm && has_version sys-devel/llvm[!debug=]; then - ewarn "Mismatch between debug USE flags in media-libs/mesa and sys-devel/llvm" + if use llvm && has_version llvm-core/llvm[!debug=]; then + ewarn "Mismatch between debug USE flags in media-libs/mesa and llvm-core/llvm" ewarn "detected! This can cause problems. For details, see bug 459306." fi diff --git a/media-libs/mesa/mesa-24.2.6-r2.ebuild b/media-libs/mesa/mesa-24.2.6-r2.ebuild index aba8aca921d8..949cec8c6d99 100644 --- a/media-libs/mesa/mesa-24.2.6-r2.ebuild +++ b/media-libs/mesa/mesa-24.2.6-r2.ebuild @@ -98,7 +98,7 @@ RDEPEND=" unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] ) llvm? ( $(llvm_gen_dep " - sys-devel/llvm:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] + llvm-core/llvm:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] opencl? ( dev-util/spirv-llvm-translator:\${LLVM_SLOT} llvm-core/clang:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] @@ -281,8 +281,8 @@ python_check_deps() { pkg_setup() { # warning message for bug 459306 - if use llvm && has_version sys-devel/llvm[!debug=]; then - ewarn "Mismatch between debug USE flags in media-libs/mesa and sys-devel/llvm" + if use llvm && has_version llvm-core/llvm[!debug=]; then + ewarn "Mismatch between debug USE flags in media-libs/mesa and llvm-core/llvm" ewarn "detected! This can cause problems. For details, see bug 459306." fi diff --git a/media-libs/mesa/mesa-24.2.7.ebuild b/media-libs/mesa/mesa-24.2.7.ebuild index 5c33234f9ba3..c3075d910f97 100644 --- a/media-libs/mesa/mesa-24.2.7.ebuild +++ b/media-libs/mesa/mesa-24.2.7.ebuild @@ -98,7 +98,7 @@ RDEPEND=" unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] ) llvm? ( $(llvm_gen_dep " - sys-devel/llvm:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] + llvm-core/llvm:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] opencl? ( dev-util/spirv-llvm-translator:\${LLVM_SLOT} llvm-core/clang:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] @@ -277,8 +277,8 @@ python_check_deps() { pkg_setup() { # warning message for bug 459306 - if use llvm && has_version sys-devel/llvm[!debug=]; then - ewarn "Mismatch between debug USE flags in media-libs/mesa and sys-devel/llvm" + if use llvm && has_version llvm-core/llvm[!debug=]; then + ewarn "Mismatch between debug USE flags in media-libs/mesa and llvm-core/llvm" ewarn "detected! This can cause problems. For details, see bug 459306." fi diff --git a/media-libs/mesa/mesa-24.2.8.ebuild b/media-libs/mesa/mesa-24.2.8.ebuild index 5c33234f9ba3..c3075d910f97 100644 --- a/media-libs/mesa/mesa-24.2.8.ebuild +++ b/media-libs/mesa/mesa-24.2.8.ebuild @@ -98,7 +98,7 @@ RDEPEND=" unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] ) llvm? ( $(llvm_gen_dep " - sys-devel/llvm:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] + llvm-core/llvm:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] opencl? ( dev-util/spirv-llvm-translator:\${LLVM_SLOT} llvm-core/clang:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] @@ -277,8 +277,8 @@ python_check_deps() { pkg_setup() { # warning message for bug 459306 - if use llvm && has_version sys-devel/llvm[!debug=]; then - ewarn "Mismatch between debug USE flags in media-libs/mesa and sys-devel/llvm" + if use llvm && has_version llvm-core/llvm[!debug=]; then + ewarn "Mismatch between debug USE flags in media-libs/mesa and llvm-core/llvm" ewarn "detected! This can cause problems. For details, see bug 459306." fi diff --git a/media-libs/mesa/mesa-24.3.0.ebuild b/media-libs/mesa/mesa-24.3.0.ebuild index 8cb69ed47935..23476336a9f6 100644 --- a/media-libs/mesa/mesa-24.3.0.ebuild +++ b/media-libs/mesa/mesa-24.3.0.ebuild @@ -97,7 +97,7 @@ RDEPEND=" unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] ) llvm? ( $(llvm_gen_dep " - sys-devel/llvm:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] + llvm-core/llvm:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] opencl? ( dev-util/spirv-llvm-translator:\${LLVM_SLOT} llvm-core/clang:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] @@ -276,8 +276,8 @@ python_check_deps() { pkg_setup() { # warning message for bug 459306 - if use llvm && has_version sys-devel/llvm[!debug=]; then - ewarn "Mismatch between debug USE flags in media-libs/mesa and sys-devel/llvm" + if use llvm && has_version llvm-core/llvm[!debug=]; then + ewarn "Mismatch between debug USE flags in media-libs/mesa and llvm-core/llvm" ewarn "detected! This can cause problems. For details, see bug 459306." fi diff --git a/media-libs/mesa/mesa-24.3.0_rc2.ebuild b/media-libs/mesa/mesa-24.3.0_rc2.ebuild index 8cb69ed47935..23476336a9f6 100644 --- a/media-libs/mesa/mesa-24.3.0_rc2.ebuild +++ b/media-libs/mesa/mesa-24.3.0_rc2.ebuild @@ -97,7 +97,7 @@ RDEPEND=" unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] ) llvm? ( $(llvm_gen_dep " - sys-devel/llvm:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] + llvm-core/llvm:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] opencl? ( dev-util/spirv-llvm-translator:\${LLVM_SLOT} llvm-core/clang:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] @@ -276,8 +276,8 @@ python_check_deps() { pkg_setup() { # warning message for bug 459306 - if use llvm && has_version sys-devel/llvm[!debug=]; then - ewarn "Mismatch between debug USE flags in media-libs/mesa and sys-devel/llvm" + if use llvm && has_version llvm-core/llvm[!debug=]; then + ewarn "Mismatch between debug USE flags in media-libs/mesa and llvm-core/llvm" ewarn "detected! This can cause problems. For details, see bug 459306." fi diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 8cb69ed47935..23476336a9f6 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -97,7 +97,7 @@ RDEPEND=" unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] ) llvm? ( $(llvm_gen_dep " - sys-devel/llvm:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] + llvm-core/llvm:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] opencl? ( dev-util/spirv-llvm-translator:\${LLVM_SLOT} llvm-core/clang:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] @@ -276,8 +276,8 @@ python_check_deps() { pkg_setup() { # warning message for bug 459306 - if use llvm && has_version sys-devel/llvm[!debug=]; then - ewarn "Mismatch between debug USE flags in media-libs/mesa and sys-devel/llvm" + if use llvm && has_version llvm-core/llvm[!debug=]; then + ewarn "Mismatch between debug USE flags in media-libs/mesa and llvm-core/llvm" ewarn "detected! This can cause problems. For details, see bug 459306." fi diff --git a/media-libs/oidn/oidn-2.2.2.ebuild b/media-libs/oidn/oidn-2.2.2.ebuild index 4fc1786560a7..748ea3565f9e 100644 --- a/media-libs/oidn/oidn-2.2.2.ebuild +++ b/media-libs/oidn/oidn-2.2.2.ebuild @@ -41,7 +41,7 @@ RDEPEND=" DEPEND="${RDEPEND} $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') " diff --git a/media-libs/oidn/oidn-2.3.0.ebuild b/media-libs/oidn/oidn-2.3.0.ebuild index 1e358aad26a9..ab3c94b0c162 100644 --- a/media-libs/oidn/oidn-2.3.0.ebuild +++ b/media-libs/oidn/oidn-2.3.0.ebuild @@ -39,7 +39,7 @@ RDEPEND=" DEPEND="${RDEPEND} $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') " BDEPEND="${PYTHON_DEPS}" diff --git a/media-libs/osl/osl-1.12.14.0-r1.ebuild b/media-libs/osl/osl-1.12.14.0-r1.ebuild index 4468d78151b9..a5bef473888b 100644 --- a/media-libs/osl/osl-1.12.14.0-r1.ebuild +++ b/media-libs/osl/osl-1.12.14.0-r1.ebuild @@ -43,7 +43,7 @@ RDEPEND=" >=media-libs/openimageio-2.4:= $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') sys-libs/zlib:= python? ( diff --git a/media-libs/osl/osl-1.13.10.0.ebuild b/media-libs/osl/osl-1.13.10.0.ebuild index 3163c165bd06..1ab9bcdd3d56 100644 --- a/media-libs/osl/osl-1.13.10.0.ebuild +++ b/media-libs/osl/osl-1.13.10.0.ebuild @@ -46,7 +46,7 @@ RDEPEND=" >=media-libs/openimageio-2.4:= $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') sys-libs/zlib:= optix? ( dev-libs/optix[-headers-only] ) diff --git a/media-libs/osl/osl-9999.ebuild b/media-libs/osl/osl-9999.ebuild index 69c37845d17f..40728570e380 100644 --- a/media-libs/osl/osl-9999.ebuild +++ b/media-libs/osl/osl-9999.ebuild @@ -46,7 +46,7 @@ RDEPEND=" >=media-libs/openimageio-2.4:= $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} ') sys-libs/zlib:= optix? ( dev-libs/optix[-headers-only] ) diff --git a/media-sound/deadbeef/deadbeef-1.9.6-r2.ebuild b/media-sound/deadbeef/deadbeef-1.9.6-r2.ebuild index 2dfc0619593f..a652ee6a2c5b 100644 --- a/media-sound/deadbeef/deadbeef-1.9.6-r2.ebuild +++ b/media-sound/deadbeef/deadbeef-1.9.6-r2.ebuild @@ -67,7 +67,7 @@ BDEPEND=" dev-util/intltool llvm-core/clang >=sys-devel/gettext-0.21 - sys-devel/llvm + llvm-core/llvm virtual/pkgconfig " diff --git a/media-sound/helvum/helvum-0.4.1-r1.ebuild b/media-sound/helvum/helvum-0.4.1-r1.ebuild index c9a5c61f2299..b48667a8abd9 100644 --- a/media-sound/helvum/helvum-0.4.1-r1.ebuild +++ b/media-sound/helvum/helvum-0.4.1-r1.ebuild @@ -130,7 +130,7 @@ BDEPEND=" >=dev-build/meson-0.59.0 $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') virtual/pkgconfig " diff --git a/media-sound/helvum/helvum-0.5.1-r3.ebuild b/media-sound/helvum/helvum-0.5.1-r3.ebuild index a1b2e65fc28b..163e19414211 100644 --- a/media-sound/helvum/helvum-0.5.1-r3.ebuild +++ b/media-sound/helvum/helvum-0.5.1-r3.ebuild @@ -134,7 +134,7 @@ BDEPEND=" >=dev-build/meson-0.59.0 $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') virtual/pkgconfig " diff --git a/metadata/stabilization-groups/llvm.group b/metadata/stabilization-groups/llvm.group index 9b19f5198bed..98bb0f87d455 100644 --- a/metadata/stabilization-groups/llvm.group +++ b/metadata/stabilization-groups/llvm.group @@ -9,6 +9,7 @@ llvm-core/libclc llvm-core/lld llvm-core/lld-toolchain-symlinks llvm-core/lldb +llvm-core/llvm llvm-core/llvm-common llvm-core/llvm-toolchain-symlinks llvm-core/llvmgold @@ -19,4 +20,3 @@ llvm-runtimes/libcxxabi llvm-runtimes/libunwind llvm-runtimes/offload llvm-runtimes/openmp -sys-devel/llvm diff --git a/net-im/toxic/toxic-0.11.3-r2.ebuild b/net-im/toxic/toxic-0.11.3-r2.ebuild index b65d15bbbbc9..c5a9883cae25 100644 --- a/net-im/toxic/toxic-0.11.3-r2.ebuild +++ b/net-im/toxic/toxic-0.11.3-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12} ) +PYTHON_COMPAT=( python3_{10,11,12} ) inherit python-single-r1 xdg @@ -30,7 +30,7 @@ RDEPEND="net-libs/tox:= media-libs/openal ) notification? ( x11-libs/libnotify ) - debug? ( llvm? ( sys-devel/llvm:* ) ) + debug? ( llvm? ( llvm-core/llvm:* ) ) python? ( ${PYTHON_DEPS} ) qrcode? ( media-gfx/qrencode:= diff --git a/net-im/toxic/toxic-0.15.1.ebuild b/net-im/toxic/toxic-0.15.1.ebuild index d27354a14bc1..c3bed651773c 100644 --- a/net-im/toxic/toxic-0.15.1.ebuild +++ b/net-im/toxic/toxic-0.15.1.ebuild @@ -30,7 +30,7 @@ RDEPEND=" media-libs/freealut media-libs/openal ) - debug? ( llvm? ( sys-devel/llvm:* ) ) + debug? ( llvm? ( llvm-core/llvm:* ) ) notification? ( x11-libs/libnotify ) python? ( ${PYTHON_DEPS} ) qrcode? ( diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask index 53ce21c2ffb6..96d56e664c34 100644 --- a/profiles/arch/alpha/use.mask +++ b/profiles/arch/alpha/use.mask @@ -180,7 +180,7 @@ d topal # Matt Turner <mattst88@gentoo.org> (2010-12-13) -# We don't have sys-devel/llvm +# We don't have llvm-core/llvm llvm # Matt Turner <mattst88@gentoo.org> (2012-05-27) diff --git a/profiles/arch/amd64/package.use b/profiles/arch/amd64/package.use index 7ec2d8101504..2108df51e585 100644 --- a/profiles/arch/amd64/package.use +++ b/profiles/arch/amd64/package.use @@ -39,7 +39,7 @@ sys-boot/grub:2 grub_platforms_efi-64 grub_platforms_pc # Enable the GPU targets matching the default VIDEO_CARDS dev-ml/llvm-ocaml llvm_targets_AMDGPU llvm_targets_NVPTX llvm-core/clang llvm_targets_AMDGPU llvm_targets_NVPTX -sys-devel/llvm llvm_targets_AMDGPU llvm_targets_NVPTX +llvm-core/llvm llvm_targets_AMDGPU llvm_targets_NVPTX # Doug Goldstein <cardoe@gentoo.org> (2012-10-29) # Enable the native arch as the default qemu target diff --git a/profiles/arch/amd64/package.use.force b/profiles/arch/amd64/package.use.force index 799c6355f972..adcb7251ce13 100644 --- a/profiles/arch/amd64/package.use.force +++ b/profiles/arch/amd64/package.use.force @@ -42,7 +42,7 @@ sys-apps/sandbox abi_x86_32 # Force the host target to avoid dependency hell dev-ml/llvm-ocaml llvm_targets_X86 llvm-core/clang llvm_targets_X86 -sys-devel/llvm llvm_targets_X86 +llvm-core/llvm llvm_targets_X86 # Diego Elio Pettenò <flameeyes@gmail.com> (2011-04-21) # The plugin is 32-bit only (and I'm not even sure if it works with diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index c4e8ddbff093..96d6c2f79355 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -143,7 +143,7 @@ media-libs/libplacebo -shaderc # Michał Górny <mgorny@gentoo.org> (2023-09-19) # dev-cpp/cpp-httplib is keyworded here. llvm-core/lldb -debuginfod -sys-devel/llvm -debuginfod +llvm-core/llvm -debuginfod # Ionen Wolkens <ionen@gentoo.org> (2023-09-13) # media-gfx/renderdoc is keyworded here @@ -522,7 +522,7 @@ dev-qt/qtscript -jit >=media-video/mplayer-1.0_rc4_p20101219 -bluray # Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (2010-11-28) -# sys-devel/llvm is keyworded on amd64 +# llvm-core/llvm is keyworded on amd64 media-libs/mesa -llvm # Jean-Noël Rivasseau <elvanor@gentoo.org> (2009-09-23) diff --git a/profiles/arch/arm/package.use.force b/profiles/arch/arm/package.use.force index a3c6f6ef557d..6078ea244a85 100644 --- a/profiles/arch/arm/package.use.force +++ b/profiles/arch/arm/package.use.force @@ -18,4 +18,4 @@ dev-lang/rust llvm_targets_ARM # Force the host target to avoid dependency hell dev-ml/llvm-ocaml llvm_targets_ARM llvm-core/clang llvm_targets_ARM -sys-devel/llvm llvm_targets_ARM +llvm-core/llvm llvm_targets_ARM diff --git a/profiles/arch/arm64/package.use.force b/profiles/arch/arm64/package.use.force index 66dbfc0736a9..27fa09ae9bf7 100644 --- a/profiles/arch/arm64/package.use.force +++ b/profiles/arch/arm64/package.use.force @@ -42,4 +42,4 @@ dev-lang/rust llvm_targets_AArch64 # Force the host target to avoid dependency hell dev-ml/llvm-ocaml llvm_targets_AArch64 llvm-core/clang llvm_targets_AArch64 -sys-devel/llvm llvm_targets_AArch64 +llvm-core/llvm llvm_targets_AArch64 diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index a398f74a9490..5f9726c41987 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -125,7 +125,7 @@ media-libs/libplacebo shaderc # Michał Górny <mgorny@gentoo.org> (2023-09-19) # dev-cpp/cpp-httplib is barely keyworded anywhere. llvm-core/lldb debuginfod -sys-devel/llvm debuginfod +llvm-core/llvm debuginfod # Ionen Wolkens <ionen@gentoo.org> (2023-09-13) # media-gfx/renderdoc currently has few keywords diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask index 4621f9bd8d2f..a61c98914043 100644 --- a/profiles/arch/hppa/use.mask +++ b/profiles/arch/hppa/use.mask @@ -98,7 +98,7 @@ luajittex systemtap # Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (2013-11-10) -# sys-devel/llvm is not keyworded, bug #320221 +# llvm-core/llvm is not keyworded, bug #320221 llvm # Jeroen Roovers <jer@gentoo.org> (2013-08-22) diff --git a/profiles/arch/loong/package.use.force b/profiles/arch/loong/package.use.force index 37d947d340bc..16eca7f362da 100644 --- a/profiles/arch/loong/package.use.force +++ b/profiles/arch/loong/package.use.force @@ -30,7 +30,7 @@ media-video/mpv lua_single_target_lua5-1 -lua_single_target_luajit dev-lang/rust llvm_targets_LoongArch dev-ml/llvm-ocaml llvm_targets_LoongArch llvm-core/clang llvm_targets_LoongArch -sys-devel/llvm llvm_targets_LoongArch +llvm-core/llvm llvm_targets_LoongArch # WANG Xuerui <xen0n@gentoo.org> (2022-04-24) # Force-enable experimental-loong on packages; we're loong. diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask index 41d3de0b5b7b..109e82008ce7 100644 --- a/profiles/arch/loong/package.use.mask +++ b/profiles/arch/loong/package.use.mask @@ -153,7 +153,7 @@ dev-util/librnp man # Michał Górny <mgorny@gentoo.org> (2023-09-19) # dev-cpp/cpp-httplib is keyworded here. llvm-core/lldb -debuginfod -sys-devel/llvm -debuginfod +llvm-core/llvm -debuginfod # WANG Xuerui <xen0n@gentoo.org> (2023-09-10) # Revdeps of dev-python/ujson which is masked. diff --git a/profiles/arch/mips/package.use.force b/profiles/arch/mips/package.use.force index 474060ebbe97..2f291f62f765 100644 --- a/profiles/arch/mips/package.use.force +++ b/profiles/arch/mips/package.use.force @@ -9,4 +9,4 @@ dev-lang/rust llvm_targets_Mips # Force the host target to avoid dependency hell dev-ml/llvm-ocaml llvm_targets_Mips llvm-core/clang llvm_targets_Mips -sys-devel/llvm llvm_targets_Mips +llvm-core/llvm llvm_targets_Mips diff --git a/profiles/arch/powerpc/package.use.force b/profiles/arch/powerpc/package.use.force index eb8be39c313f..534364aace37 100644 --- a/profiles/arch/powerpc/package.use.force +++ b/profiles/arch/powerpc/package.use.force @@ -22,4 +22,4 @@ dev-lang/rust llvm_targets_PowerPC # Force the host target to avoid dependency hell dev-ml/llvm-ocaml llvm_targets_PowerPC llvm-core/clang llvm_targets_PowerPC -sys-devel/llvm llvm_targets_PowerPC +llvm-core/llvm llvm_targets_PowerPC diff --git a/profiles/arch/powerpc/ppc32/package.use.stable.mask b/profiles/arch/powerpc/ppc32/package.use.stable.mask index 000ed45d577c..5e236f1eea1f 100644 --- a/profiles/arch/powerpc/ppc32/package.use.stable.mask +++ b/profiles/arch/powerpc/ppc32/package.use.stable.mask @@ -34,7 +34,7 @@ dev-ruby/kramdown unicode # Sam James <sam@gentoo.org> (2022-11-19) # Deps not stable on ppc llvm-core/clang-common default-lld -sys-devel/llvm binutils-plugin z3 xar +llvm-core/llvm binutils-plugin z3 xar # Sam James <sam@gentoo.org> (2022-07-27) # llvm-core/lld is not marked stable on ppc diff --git a/profiles/arch/powerpc/use.mask b/profiles/arch/powerpc/use.mask index 7a1c27c1b517..fe66cd25ca94 100644 --- a/profiles/arch/powerpc/use.mask +++ b/profiles/arch/powerpc/use.mask @@ -40,7 +40,7 @@ physfs opencl # Matt Turner <mattst88@gentoo.org> (2017-03-24) -# We don't have sys-devel/llvm +# We don't have llvm-core/llvm llvm video_cards_amdgpu video_cards_radeonsi diff --git a/profiles/arch/riscv/package.use b/profiles/arch/riscv/package.use index c1605dd948c1..bfd8e56f9b7c 100644 --- a/profiles/arch/riscv/package.use +++ b/profiles/arch/riscv/package.use @@ -11,4 +11,4 @@ media-video/mpv soc # Enable the GPU targets matching the default VIDEO_CARDS dev-ml/llvm-ocaml llvm_targets_AMDGPU llvm-core/clang llvm_targets_AMDGPU -sys-devel/llvm llvm_targets_AMDGPU +llvm-core/llvm llvm_targets_AMDGPU diff --git a/profiles/arch/riscv/package.use.force b/profiles/arch/riscv/package.use.force index 58c6df233a15..8c21b8ef5111 100644 --- a/profiles/arch/riscv/package.use.force +++ b/profiles/arch/riscv/package.use.force @@ -25,6 +25,6 @@ app-editors/neovim lua_single_target_lua5-1 dev-lang/ghc llvm # we, kinda, need this on riscv ... -sys-devel/llvm llvm_targets_RISCV +llvm-core/llvm llvm_targets_RISCV llvm-core/clang llvm_targets_RISCV dev-lang/rust llvm_targets_RISCV diff --git a/profiles/arch/s390/s390x/package.use.force b/profiles/arch/s390/s390x/package.use.force index 753e592acebf..9ffd60862e32 100644 --- a/profiles/arch/s390/s390x/package.use.force +++ b/profiles/arch/s390/s390x/package.use.force @@ -10,4 +10,4 @@ sys-auth/polkit duktape dev-ml/llvm-ocaml llvm_targets_SystemZ dev-lang/rust llvm_targets_SystemZ llvm-core/clang llvm_targets_SystemZ -sys-devel/llvm llvm_targets_SystemZ +llvm-core/llvm llvm_targets_SystemZ diff --git a/profiles/arch/sparc/package.use b/profiles/arch/sparc/package.use index 15b90c2832a0..f88e6966abff 100644 --- a/profiles/arch/sparc/package.use +++ b/profiles/arch/sparc/package.use @@ -5,7 +5,7 @@ # Enable the GPU targets matching the default VIDEO_CARDS dev-ml/llvm-ocaml llvm_targets_AMDGPU llvm-core/clang llvm_targets_AMDGPU -sys-devel/llvm llvm_targets_AMDGPU +llvm-core/llvm llvm_targets_AMDGPU # Ben Kohler <bkohler@gentoo.org> (2019-09-03) # Enable SPARC OpenBoot support diff --git a/profiles/arch/sparc/package.use.force b/profiles/arch/sparc/package.use.force index 9874690b6d55..71ab3a85d27e 100644 --- a/profiles/arch/sparc/package.use.force +++ b/profiles/arch/sparc/package.use.force @@ -15,5 +15,5 @@ sys-auth/polkit duktape # Force the host target to avoid dependency hell dev-ml/llvm-ocaml llvm_targets_Sparc llvm-core/clang llvm_targets_Sparc -sys-devel/llvm llvm_targets_Sparc +llvm-core/llvm llvm_targets_Sparc dev-lang/rust llvm_targets_Sparc diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 6b42956a50e3..5ee9b7c1f83c 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -322,7 +322,7 @@ dev-cpp/eigen test # Deps not yet tested/keyworded. llvm-core/clang-common default-compiler-rt default-lld llvm-core/clang-runtime compiler-rt -sys-devel/llvm z3 +llvm-core/llvm z3 # Sam James <sam@gentoo.org> (2021-03-19) # On sparc, we have to force sys-apps/grep[libsigsegv] diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask index c3222cbf6f28..63aa58094f43 100644 --- a/profiles/arch/sparc/use.mask +++ b/profiles/arch/sparc/use.mask @@ -247,7 +247,7 @@ opencl unwind # Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (2013-11-10) -# sys-devel/llvm is not keyworded, bug #320221 +# llvm-core/llvm is not keyworded, bug #320221 llvm # sys-libs/libseccomp has not been ported to this arch yet #524148 diff --git a/profiles/arch/x86/package.use b/profiles/arch/x86/package.use index 6a7413d77534..c4b27fb3ac42 100644 --- a/profiles/arch/x86/package.use +++ b/profiles/arch/x86/package.use @@ -14,7 +14,7 @@ sys-apps/memtest86+ bios32 # Enable the GPU targets matching the default VIDEO_CARDS dev-ml/llvm-ocaml llvm_targets_AMDGPU llvm_targets_NVPTX llvm-core/clang llvm_targets_AMDGPU llvm_targets_NVPTX -sys-devel/llvm llvm_targets_AMDGPU llvm_targets_NVPTX +llvm-core/llvm llvm_targets_AMDGPU llvm_targets_NVPTX # Doug Goldstein <cardoe@gentoo.org> (2012-10-29) # Enable the native arch as the default qemu target diff --git a/profiles/arch/x86/package.use.force b/profiles/arch/x86/package.use.force index 9cee1b68360d..700ae620d828 100644 --- a/profiles/arch/x86/package.use.force +++ b/profiles/arch/x86/package.use.force @@ -37,4 +37,4 @@ dev-lang/rust llvm_targets_X86 # Force the host target to avoid dependency hell dev-ml/llvm-ocaml llvm_targets_X86 llvm-core/clang llvm_targets_X86 -sys-devel/llvm llvm_targets_X86 +llvm-core/llvm llvm_targets_X86 diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 7edc4aa9153e..294bc04d3bf6 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -93,7 +93,7 @@ media-libs/libplacebo -shaderc # Michał Górny <mgorny@gentoo.org> (2023-09-19) # dev-cpp/cpp-httplib is keyworded here. llvm-core/lldb -debuginfod -sys-devel/llvm -debuginfod +llvm-core/llvm -debuginfod # Jon Janzen <jon@jonjanzen.com> (2023-09-11) # librttopo has not been tested on this arch @@ -523,7 +523,7 @@ www-client/links -suid >=media-video/mplayer-1.0_rc4_p20101219 -bluray # Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (2010-11-28) -# sys-devel/llvm is keyworded on x86 +# llvm-core/llvm is keyworded on x86 media-libs/mesa -llvm # Jean-Noël Rivasseau <elvanor@gentoo.org> (2009-09-23) diff --git a/profiles/base/package.use b/profiles/base/package.use index 47630b1c84bd..1960babb2192 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -54,7 +54,7 @@ media-video/wireplumber lua_single_target_lua5-4 # Enable the BPF target by default dev-ml/llvm-ocaml llvm_targets_BPF llvm-core/clang llvm_targets_BPF -sys-devel/llvm llvm_targets_BPF +llvm-core/llvm llvm_targets_BPF # Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (2012-07-27) # Modular X: Build the Xorg X server by default diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 65c8f1300def..ba9258292499 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -131,16 +131,16 @@ dev-java/openjdk:21 system-bootstrap >=llvm-core/clang-13.0.1_rc llvm_targets_X86 llvm_targets_XCore >=llvm-core/clang-14 llvm_targets_VE >=llvm-core/clang-16 llvm_targets_LoongArch ->=sys-devel/llvm-13.0.1_rc llvm_targets_AArch64 llvm_targets_AMDGPU ->=sys-devel/llvm-13.0.1_rc llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF ->=sys-devel/llvm-13.0.1_rc llvm_targets_Hexagon llvm_targets_Lanai ->=sys-devel/llvm-13.0.1_rc llvm_targets_MSP430 llvm_targets_Mips ->=sys-devel/llvm-13.0.1_rc llvm_targets_NVPTX llvm_targets_PowerPC ->=sys-devel/llvm-13.0.1_rc llvm_targets_RISCV llvm_targets_Sparc ->=sys-devel/llvm-13.0.1_rc llvm_targets_SystemZ llvm_targets_WebAssembly ->=sys-devel/llvm-13.0.1_rc llvm_targets_X86 llvm_targets_XCore ->=sys-devel/llvm-14 llvm_targets_VE ->=sys-devel/llvm-16 llvm_targets_LoongArch +>=llvm-core/llvm-13.0.1_rc llvm_targets_AArch64 llvm_targets_AMDGPU +>=llvm-core/llvm-13.0.1_rc llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF +>=llvm-core/llvm-13.0.1_rc llvm_targets_Hexagon llvm_targets_Lanai +>=llvm-core/llvm-13.0.1_rc llvm_targets_MSP430 llvm_targets_Mips +>=llvm-core/llvm-13.0.1_rc llvm_targets_NVPTX llvm_targets_PowerPC +>=llvm-core/llvm-13.0.1_rc llvm_targets_RISCV llvm_targets_Sparc +>=llvm-core/llvm-13.0.1_rc llvm_targets_SystemZ llvm_targets_WebAssembly +>=llvm-core/llvm-13.0.1_rc llvm_targets_X86 llvm_targets_XCore +>=llvm-core/llvm-14 llvm_targets_VE +>=llvm-core/llvm-16 llvm_targets_LoongArch # Andreas K. Hüttel <dilfridge@gentoo.org> (2021-07-14) # Upstream plans to drop libcrypt.so.1/crypt.h from glibc diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 53c94bc29208..9652be31ad0d 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -631,19 +631,19 @@ app-office/abiword ots # version when master is bumped. <dev-ml/llvm-ocaml-16 llvm_targets_LoongArch <llvm-core/clang-16 llvm_targets_LoongArch -<sys-devel/llvm-16 llvm_targets_LoongArch +<llvm-core/llvm-16 llvm_targets_LoongArch <dev-ml/llvm-ocaml-17 llvm_targets_ARC llvm_targets_CSKY <llvm-core/clang-17 llvm_targets_ARC llvm_targets_CSKY -<sys-devel/llvm-17 llvm_targets_ARC llvm_targets_CSKY +<llvm-core/llvm-17 llvm_targets_ARC llvm_targets_CSKY <dev-ml/llvm-ocaml-17 llvm_targets_DirectX <llvm-core/clang-17 llvm_targets_DirectX -<sys-devel/llvm-17 llvm_targets_DirectX +<llvm-core/llvm-17 llvm_targets_DirectX <dev-ml/llvm-ocaml-17 llvm_targets_M68k llvm_targets_SPIRV <llvm-core/clang-17 llvm_targets_M68k llvm_targets_SPIRV -<sys-devel/llvm-17 llvm_targets_M68k llvm_targets_SPIRV +<llvm-core/llvm-17 llvm_targets_M68k llvm_targets_SPIRV <dev-ml/llvm-ocaml-17 llvm_targets_Xtensa <llvm-core/clang-17 llvm_targets_Xtensa -<sys-devel/llvm-17 llvm_targets_Xtensa +<llvm-core/llvm-17 llvm_targets_Xtensa # Joonas Niilola <juippis@gentoo.org> (2020-09-23) # Highly experimental, may cause breakages when updating. Use with diff --git a/profiles/default/linux/amd64/17.1/clang/package.use.force b/profiles/default/linux/amd64/17.1/clang/package.use.force index be6711396dfe..94a8a1b3c014 100644 --- a/profiles/default/linux/amd64/17.1/clang/package.use.force +++ b/profiles/default/linux/amd64/17.1/clang/package.use.force @@ -6,7 +6,7 @@ dev-libs/libffi abi_x86_32 abi_x86_64 dev-libs/libxml2 abi_x86_32 abi_x86_64 llvm-core/clang abi_x86_32 abi_x86_64 llvm-core/clang-runtime abi_x86_32 abi_x86_64 -sys-devel/llvm abi_x86_32 abi_x86_64 +llvm-core/llvm abi_x86_32 abi_x86_64 llvm-runtimes/compiler-rt abi_x86_32 abi_x86_64 llvm-runtimes/libcxxabi abi_x86_32 abi_x86_64 llvm-runtimes/libcxx abi_x86_32 abi_x86_64 diff --git a/profiles/default/linux/amd64/17.1/systemd/clang/package.use.force b/profiles/default/linux/amd64/17.1/systemd/clang/package.use.force index be6711396dfe..94a8a1b3c014 100644 --- a/profiles/default/linux/amd64/17.1/systemd/clang/package.use.force +++ b/profiles/default/linux/amd64/17.1/systemd/clang/package.use.force @@ -6,7 +6,7 @@ dev-libs/libffi abi_x86_32 abi_x86_64 dev-libs/libxml2 abi_x86_32 abi_x86_64 llvm-core/clang abi_x86_32 abi_x86_64 llvm-core/clang-runtime abi_x86_32 abi_x86_64 -sys-devel/llvm abi_x86_32 abi_x86_64 +llvm-core/llvm abi_x86_32 abi_x86_64 llvm-runtimes/compiler-rt abi_x86_32 abi_x86_64 llvm-runtimes/libcxxabi abi_x86_32 abi_x86_64 llvm-runtimes/libcxx abi_x86_32 abi_x86_64 diff --git a/profiles/default/linux/amd64/23.0/llvm/package.use.force b/profiles/default/linux/amd64/23.0/llvm/package.use.force index 2955d8ae5d10..79ccb3fa5786 100644 --- a/profiles/default/linux/amd64/23.0/llvm/package.use.force +++ b/profiles/default/linux/amd64/23.0/llvm/package.use.force @@ -6,7 +6,7 @@ dev-libs/libffi abi_x86_32 abi_x86_64 dev-libs/libxml2 abi_x86_32 abi_x86_64 llvm-core/clang abi_x86_32 abi_x86_64 llvm-core/clang-runtime abi_x86_32 abi_x86_64 -sys-devel/llvm abi_x86_32 abi_x86_64 +llvm-core/llvm abi_x86_32 abi_x86_64 llvm-runtimes/compiler-rt abi_x86_32 abi_x86_64 llvm-runtimes/libcxxabi abi_x86_32 abi_x86_64 llvm-runtimes/libcxx abi_x86_32 abi_x86_64 diff --git a/profiles/default/linux/amd64/23.0/split-usr/llvm/package.use.force b/profiles/default/linux/amd64/23.0/split-usr/llvm/package.use.force index 2955d8ae5d10..79ccb3fa5786 100644 --- a/profiles/default/linux/amd64/23.0/split-usr/llvm/package.use.force +++ b/profiles/default/linux/amd64/23.0/split-usr/llvm/package.use.force @@ -6,7 +6,7 @@ dev-libs/libffi abi_x86_32 abi_x86_64 dev-libs/libxml2 abi_x86_32 abi_x86_64 llvm-core/clang abi_x86_32 abi_x86_64 llvm-core/clang-runtime abi_x86_32 abi_x86_64 -sys-devel/llvm abi_x86_32 abi_x86_64 +llvm-core/llvm abi_x86_32 abi_x86_64 llvm-runtimes/compiler-rt abi_x86_32 abi_x86_64 llvm-runtimes/libcxxabi abi_x86_32 abi_x86_64 llvm-runtimes/libcxx abi_x86_32 abi_x86_64 diff --git a/profiles/default/linux/mips/17.0/use.mask b/profiles/default/linux/mips/17.0/use.mask index 40a63a664ee2..6866abff5c5b 100644 --- a/profiles/default/linux/mips/17.0/use.mask +++ b/profiles/default/linux/mips/17.0/use.mask @@ -2,6 +2,6 @@ # Distributed under the terms of the GNU General Public License v2 # Matt Turner <mattst88@gentoo.org> (2010-12-13) -# We don't have sys-devel/llvm +# We don't have llvm-core/llvm llvm llvm-libunwind diff --git a/profiles/features/llvm/make.defaults b/profiles/features/llvm/make.defaults index 122896c05899..ffc23dbddd44 100644 --- a/profiles/features/llvm/make.defaults +++ b/profiles/features/llvm/make.defaults @@ -41,7 +41,7 @@ CXXSTDLIB="c++" # curl needed by cmake BOOTSTRAP_USE="${BOOTSTRAP_USE} ssl curl_ssl_openssl" -# sys-devel/llvm +# llvm-core/llvm BOOTSTRAP_USE="${BOOTSTRAP_USE} -binutils-plugin" # llvm-core/clang, llvm-core/clang-runtime, llvm-runtimes/libunwind, llvm-runtimes/libcxx, llvm-runtimes/libcxxabi diff --git a/profiles/features/llvm/package.use b/profiles/features/llvm/package.use index 1ec616227c46..cebefca7c186 100644 --- a/profiles/features/llvm/package.use +++ b/profiles/features/llvm/package.use @@ -2,7 +2,7 @@ llvm-runtimes/libunwind static-libs # use lld by default -sys-devel/llvm -binutils-plugin +llvm-core/llvm -binutils-plugin # use all defaults llvm-runtimes/compiler-rt clang diff --git a/profiles/features/llvm/packages b/profiles/features/llvm/packages index 5388b6a50f3a..e70811e37285 100644 --- a/profiles/features/llvm/packages +++ b/profiles/features/llvm/packages @@ -1,6 +1,6 @@ # now part of @system set *llvm-core/lld -*sys-devel/llvm +*llvm-core/llvm *llvm-core/clang *llvm-runtimes/libcxx *llvm-runtimes/libcxxabi diff --git a/profiles/features/llvm/packages.build b/profiles/features/llvm/packages.build index b8dd993d9fe9..35e422a67562 100644 --- a/profiles/features/llvm/packages.build +++ b/profiles/features/llvm/packages.build @@ -2,7 +2,7 @@ llvm-runtimes/compiler-rt llvm-runtimes/libcxxabi llvm-runtimes/libcxx -sys-devel/llvm +llvm-core/llvm llvm-core/lld llvm-core/clang llvm-runtimes/libunwind diff --git a/profiles/info_pkgs b/profiles/info_pkgs index ddf12cdd1be2..abc517fa4519 100644 --- a/profiles/info_pkgs +++ b/profiles/info_pkgs @@ -23,7 +23,7 @@ app-misc/pax-utils sys-apps/sandbox dev-util/ccache llvm-core/clang -sys-devel/llvm +llvm-core/llvm llvm-core/lld sys-devel/gcc sys-devel/gcc-config diff --git a/profiles/prefix/darwin/macos/arch/arm64/package.use.force b/profiles/prefix/darwin/macos/arch/arm64/package.use.force index ced21e21bc86..7dfc8c26129c 100644 --- a/profiles/prefix/darwin/macos/arch/arm64/package.use.force +++ b/profiles/prefix/darwin/macos/arch/arm64/package.use.force @@ -5,4 +5,4 @@ # Force the host target to avoid dependency hell dev-ml/llvm-ocaml llvm_targets_AArch64 llvm-core/clang llvm_targets_AArch64 -sys-devel/llvm llvm_targets_AArch64 +llvm-core/llvm llvm_targets_AArch64 diff --git a/profiles/prefix/darwin/macos/arch/ppc/package.use.force b/profiles/prefix/darwin/macos/arch/ppc/package.use.force index 4a9108b14c0b..0e5c1e628ffc 100644 --- a/profiles/prefix/darwin/macos/arch/ppc/package.use.force +++ b/profiles/prefix/darwin/macos/arch/ppc/package.use.force @@ -9,4 +9,4 @@ sys-devel/gcc -pie # Force the host target to avoid dependency hell dev-ml/llvm-ocaml llvm_targets_PowerPC llvm-core/clang llvm_targets_PowerPC -sys-devel/llvm llvm_targets_PowerPC +llvm-core/llvm llvm_targets_PowerPC diff --git a/profiles/prefix/darwin/macos/arch/x64/package.use.force b/profiles/prefix/darwin/macos/arch/x64/package.use.force index 37a8d39cf5cd..27d8966fd9f8 100644 --- a/profiles/prefix/darwin/macos/arch/x64/package.use.force +++ b/profiles/prefix/darwin/macos/arch/x64/package.use.force @@ -5,4 +5,4 @@ # Force the host target to avoid dependency hell dev-ml/llvm-ocaml llvm_targets_X86 llvm-core/clang llvm_targets_X86 -sys-devel/llvm llvm_targets_X86 +llvm-core/llvm llvm_targets_X86 diff --git a/profiles/releases/23.0/package.use b/profiles/releases/23.0/package.use index 7fe14cbc2301..6cf759eb70d6 100644 --- a/profiles/releases/23.0/package.use +++ b/profiles/releases/23.0/package.use @@ -7,5 +7,5 @@ # sys-devel/gcc zstd sys-devel/binutils zstd -sys-devel/llvm zstd +llvm-core/llvm zstd llvm-core/lld zstd diff --git a/profiles/updates/4Q-2024 b/profiles/updates/4Q-2024 index a2e2e31a4e5f..26a199ba3409 100644 --- a/profiles/updates/4Q-2024 +++ b/profiles/updates/4Q-2024 @@ -79,3 +79,4 @@ move sys-devel/lld llvm-core/lld move sys-devel/llvmgold llvm-core/llvmgold move sys-devel/llvm-toolchain-symlinks llvm-core/llvm-toolchain-symlinks move sys-devel/llvm-common llvm-core/llvm-common +move sys-devel/llvm llvm-core/llvm diff --git a/sci-electronics/ghdl/ghdl-4.1.0-r1.ebuild b/sci-electronics/ghdl/ghdl-4.1.0-r1.ebuild index c530f7d8e94b..85bab5de8804 100644 --- a/sci-electronics/ghdl/ghdl-4.1.0-r1.ebuild +++ b/sci-electronics/ghdl/ghdl-4.1.0-r1.ebuild @@ -34,7 +34,7 @@ RDEPEND=" ${ADA_DEPS} llvm? ( $(llvm_gen_dep ' - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') ) " diff --git a/sci-electronics/nvc/nvc-1.14.1.ebuild b/sci-electronics/nvc/nvc-1.14.1.ebuild index 326d6b674270..8dbe5b2eb22f 100644 --- a/sci-electronics/nvc/nvc-1.14.1.ebuild +++ b/sci-electronics/nvc/nvc-1.14.1.ebuild @@ -45,7 +45,7 @@ RDEPEND=" sys-libs/zlib:= llvm? ( $(llvm_gen_dep ' - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') ) " diff --git a/sci-electronics/nvc/nvc-1.14.2.ebuild b/sci-electronics/nvc/nvc-1.14.2.ebuild index 326d6b674270..8dbe5b2eb22f 100644 --- a/sci-electronics/nvc/nvc-1.14.2.ebuild +++ b/sci-electronics/nvc/nvc-1.14.2.ebuild @@ -45,7 +45,7 @@ RDEPEND=" sys-libs/zlib:= llvm? ( $(llvm_gen_dep ' - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') ) " diff --git a/sci-libs/symengine/symengine-0.11.1.ebuild b/sci-libs/symengine/symengine-0.11.1.ebuild index 9e1a6ceba0d5..5d03e6c71d71 100644 --- a/sci-libs/symengine/symengine-0.11.1.ebuild +++ b/sci-libs/symengine/symengine-0.11.1.ebuild @@ -26,7 +26,7 @@ RDEPEND=" flint? ( sci-mathematics/flint:= ) mpc? ( dev-libs/mpc:= ) mpfr? ( dev-libs/mpfr:= ) - llvm? ( <sys-devel/llvm-$((${LLVM_MAX_SLOT} + 1)):= ) + llvm? ( <llvm-core/llvm-$((${LLVM_MAX_SLOT} + 1)):= ) tcmalloc? ( dev-util/google-perftools ) " DEPEND=" diff --git a/sci-libs/symengine/symengine-0.12.0.ebuild b/sci-libs/symengine/symengine-0.12.0.ebuild index a9b7f631466a..ed537d29d76b 100644 --- a/sci-libs/symengine/symengine-0.12.0.ebuild +++ b/sci-libs/symengine/symengine-0.12.0.ebuild @@ -25,7 +25,7 @@ RDEPEND=" flint? ( sci-mathematics/flint:= ) mpc? ( dev-libs/mpc:= ) mpfr? ( dev-libs/mpfr:= ) - llvm? ( <sys-devel/llvm-$((${LLVM_MAX_SLOT} + 1)):= ) + llvm? ( <llvm-core/llvm-$((${LLVM_MAX_SLOT} + 1)):= ) tcmalloc? ( dev-util/google-perftools ) " DEPEND=" diff --git a/sys-devel/sparse/sparse-0.6.4-r2.ebuild b/sys-devel/sparse/sparse-0.6.4-r2.ebuild index b682f26a5aba..66b164b12383 100644 --- a/sys-devel/sparse/sparse-0.6.4-r2.ebuild +++ b/sys-devel/sparse/sparse-0.6.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,7 +23,7 @@ IUSE="gtk llvm sqlite test xml" RESTRICT="!test? ( test )" RDEPEND="gtk? ( x11-libs/gtk+:3 ) - llvm? ( <sys-devel/llvm-$((${LLVM_MAX_SLOT} + 1)):= ) + llvm? ( <llvm-core/llvm-$((${LLVM_MAX_SLOT} + 1)):= ) sqlite? ( dev-db/sqlite:= ) xml? ( dev-libs/libxml2 )" DEPEND="${RDEPEND}" @@ -31,8 +31,8 @@ BDEPEND="gtk? ( virtual/pkgconfig ) xml? ( virtual/pkgconfig )" llvm_check_deps() { - has_version "sys-devel/llvm:${LLVM_SLOT}" && \ - has_version -r "sys-devel/llvm:${LLVM_SLOT}" + has_version "llvm-core/llvm:${LLVM_SLOT}" && \ + has_version -r "llvm-core/llvm:${LLVM_SLOT}" } pkg_setup() { diff --git a/sys-devel/sparse/sparse-9999.ebuild b/sys-devel/sparse/sparse-9999.ebuild index b682f26a5aba..66b164b12383 100644 --- a/sys-devel/sparse/sparse-9999.ebuild +++ b/sys-devel/sparse/sparse-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,7 +23,7 @@ IUSE="gtk llvm sqlite test xml" RESTRICT="!test? ( test )" RDEPEND="gtk? ( x11-libs/gtk+:3 ) - llvm? ( <sys-devel/llvm-$((${LLVM_MAX_SLOT} + 1)):= ) + llvm? ( <llvm-core/llvm-$((${LLVM_MAX_SLOT} + 1)):= ) sqlite? ( dev-db/sqlite:= ) xml? ( dev-libs/libxml2 )" DEPEND="${RDEPEND}" @@ -31,8 +31,8 @@ BDEPEND="gtk? ( virtual/pkgconfig ) xml? ( virtual/pkgconfig )" llvm_check_deps() { - has_version "sys-devel/llvm:${LLVM_SLOT}" && \ - has_version -r "sys-devel/llvm:${LLVM_SLOT}" + has_version "llvm-core/llvm:${LLVM_SLOT}" && \ + has_version -r "llvm-core/llvm:${LLVM_SLOT}" } pkg_setup() { diff --git a/www-client/chromium/chromium-130.0.6723.116-r1.ebuild b/www-client/chromium/chromium-130.0.6723.116-r1.ebuild index 005285e38f99..ae7bc679a437 100644 --- a/www-client/chromium/chromium-130.0.6723.116-r1.ebuild +++ b/www-client/chromium/chromium-130.0.6723.116-r1.ebuild @@ -177,7 +177,7 @@ BDEPEND=" ) $(llvm_gen_dep " llvm-core/clang:\${LLVM_SLOT} - sys-devel/llvm:\${LLVM_SLOT} + llvm-core/llvm:\${LLVM_SLOT} llvm-core/lld:\${LLVM_SLOT} ") pgo? ( diff --git a/www-client/chromium/chromium-131.0.6778.108.ebuild b/www-client/chromium/chromium-131.0.6778.108.ebuild index 52c2cb161d99..9bdab807d4b3 100644 --- a/www-client/chromium/chromium-131.0.6778.108.ebuild +++ b/www-client/chromium/chromium-131.0.6778.108.ebuild @@ -177,7 +177,7 @@ BDEPEND=" ) $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} llvm-core/lld:${LLVM_SLOT} ') pgo? ( diff --git a/www-client/chromium/chromium-131.0.6778.139.ebuild b/www-client/chromium/chromium-131.0.6778.139.ebuild index 8aa7bc77350b..9704b68b736c 100644 --- a/www-client/chromium/chromium-131.0.6778.139.ebuild +++ b/www-client/chromium/chromium-131.0.6778.139.ebuild @@ -177,7 +177,7 @@ BDEPEND=" ) $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} llvm-core/lld:${LLVM_SLOT} ') pgo? ( diff --git a/www-client/chromium/chromium-131.0.6778.85.ebuild b/www-client/chromium/chromium-131.0.6778.85.ebuild index 9e2007c2b3b9..19c69d269915 100644 --- a/www-client/chromium/chromium-131.0.6778.85.ebuild +++ b/www-client/chromium/chromium-131.0.6778.85.ebuild @@ -177,7 +177,7 @@ BDEPEND=" ) $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} llvm-core/lld:${LLVM_SLOT} ') pgo? ( diff --git a/www-client/chromium/chromium-132.0.6834.32.ebuild b/www-client/chromium/chromium-132.0.6834.32.ebuild index 21b03e31524e..6f03ccde307f 100644 --- a/www-client/chromium/chromium-132.0.6834.32.ebuild +++ b/www-client/chromium/chromium-132.0.6834.32.ebuild @@ -176,7 +176,7 @@ BDEPEND=" ) $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} llvm-core/lld:${LLVM_SLOT} ') pgo? ( diff --git a/www-client/chromium/chromium-133.0.6847.2.ebuild b/www-client/chromium/chromium-133.0.6847.2.ebuild index 9b3f949c2dc0..7c6d38041adb 100644 --- a/www-client/chromium/chromium-133.0.6847.2.ebuild +++ b/www-client/chromium/chromium-133.0.6847.2.ebuild @@ -185,7 +185,7 @@ BDEPEND=" ) $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} llvm-core/lld:${LLVM_SLOT} ') pgo? ( diff --git a/www-client/chromium/chromium-133.0.6876.4.ebuild b/www-client/chromium/chromium-133.0.6876.4.ebuild index 47c2fc506fd9..ae4f80ad1d49 100644 --- a/www-client/chromium/chromium-133.0.6876.4.ebuild +++ b/www-client/chromium/chromium-133.0.6876.4.ebuild @@ -185,7 +185,7 @@ BDEPEND=" ) $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} llvm-core/lld:${LLVM_SLOT} ') pgo? ( diff --git a/www-client/firefox/firefox-128.5.0.ebuild b/www-client/firefox/firefox-128.5.0.ebuild index 2ed614b26155..0069b5e7b2f0 100644 --- a/www-client/firefox/firefox-128.5.0.ebuild +++ b/www-client/firefox/firefox-128.5.0.ebuild @@ -93,7 +93,7 @@ FF_ONLY_DEPEND="!www-client/firefox:0 BDEPEND="${PYTHON_DEPS} $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} clang? ( llvm-core/lld:${LLVM_SLOT} pgo? ( llvm-runtimes/compiler-rt-sanitizers:${LLVM_SLOT}[profile] ) @@ -1160,7 +1160,7 @@ src_install() { rm "${ED}${MOZILLA_FIVE_HOME}/${PN}-bin" || die dosym ${PN} ${MOZILLA_FIVE_HOME}/${PN}-bin - # Don't install llvm-symbolizer from sys-devel/llvm package + # Don't install llvm-symbolizer from llvm-core/llvm package if [[ -f "${ED}${MOZILLA_FIVE_HOME}/llvm-symbolizer" ]] ; then rm -v "${ED}${MOZILLA_FIVE_HOME}/llvm-symbolizer" || die fi diff --git a/www-client/firefox/firefox-128.5.1.ebuild b/www-client/firefox/firefox-128.5.1.ebuild index a90e69ceff95..11cc61d8cf6b 100644 --- a/www-client/firefox/firefox-128.5.1.ebuild +++ b/www-client/firefox/firefox-128.5.1.ebuild @@ -93,7 +93,7 @@ FF_ONLY_DEPEND="!www-client/firefox:0 BDEPEND="${PYTHON_DEPS} $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} clang? ( llvm-core/lld:${LLVM_SLOT} pgo? ( llvm-runtimes/compiler-rt-sanitizers:${LLVM_SLOT}[profile] ) @@ -1160,7 +1160,7 @@ src_install() { rm "${ED}${MOZILLA_FIVE_HOME}/${PN}-bin" || die dosym ${PN} ${MOZILLA_FIVE_HOME}/${PN}-bin - # Don't install llvm-symbolizer from sys-devel/llvm package + # Don't install llvm-symbolizer from llvm-core/llvm package if [[ -f "${ED}${MOZILLA_FIVE_HOME}/llvm-symbolizer" ]] ; then rm -v "${ED}${MOZILLA_FIVE_HOME}/llvm-symbolizer" || die fi diff --git a/www-client/firefox/firefox-133.0.ebuild b/www-client/firefox/firefox-133.0.ebuild index c65bbc5b7e2f..b42edb69c951 100644 --- a/www-client/firefox/firefox-133.0.ebuild +++ b/www-client/firefox/firefox-133.0.ebuild @@ -96,7 +96,7 @@ FF_ONLY_DEPEND="!www-client/firefox:0 BDEPEND="${PYTHON_DEPS} $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT} - sys-devel/llvm:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} clang? ( llvm-core/lld:${LLVM_SLOT} pgo? ( llvm-runtimes/compiler-rt-sanitizers:${LLVM_SLOT}[profile] ) @@ -1162,7 +1162,7 @@ src_install() { rm "${ED}${MOZILLA_FIVE_HOME}/${PN}-bin" || die dosym ${PN} ${MOZILLA_FIVE_HOME}/${PN}-bin - # Don't install llvm-symbolizer from sys-devel/llvm package + # Don't install llvm-symbolizer from llvm-core/llvm package if [[ -f "${ED}${MOZILLA_FIVE_HOME}/llvm-symbolizer" ]] ; then rm -v "${ED}${MOZILLA_FIVE_HOME}/llvm-symbolizer" || die fi diff --git a/www-client/seamonkey/seamonkey-2.53.18.2-r2.ebuild b/www-client/seamonkey/seamonkey-2.53.18.2-r2.ebuild index f4e701fbbc37..f92ed6f18e89 100644 --- a/www-client/seamonkey/seamonkey-2.53.18.2-r2.ebuild +++ b/www-client/seamonkey/seamonkey-2.53.18.2-r2.ebuild @@ -58,7 +58,7 @@ BDEPEND=" >=sys-devel/binutils-2.16.1 $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') virtual/pkgconfig amd64? ( >=dev-lang/yasm-1.1 ) diff --git a/www-client/seamonkey/seamonkey-2.53.19-r1.ebuild b/www-client/seamonkey/seamonkey-2.53.19-r1.ebuild index f40fbc707599..586ceaba7a5c 100644 --- a/www-client/seamonkey/seamonkey-2.53.19-r1.ebuild +++ b/www-client/seamonkey/seamonkey-2.53.19-r1.ebuild @@ -58,7 +58,7 @@ BDEPEND=" >=sys-devel/binutils-2.16.1 $(llvm_gen_dep ' llvm-core/clang:${LLVM_SLOT}= - sys-devel/llvm:${LLVM_SLOT}= + llvm-core/llvm:${LLVM_SLOT}= ') virtual/pkgconfig amd64? ( >=dev-lang/yasm-1.1 ) |