diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-12-11 12:23:19 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-12-11 12:53:18 +0100 |
commit | 3ee411f1324ad2b881555d1bec5f943f1a7f28a1 (patch) | |
tree | 6f41e60778fca61521342418fc05d60e95f9ae44 | |
parent | Rename {sys-devel → llvm-core}/clang-common (diff) | |
download | gentoo-3ee411f1324ad2b881555d1bec5f943f1a7f28a1.tar.gz gentoo-3ee411f1324ad2b881555d1bec5f943f1a7f28a1.tar.bz2 gentoo-3ee411f1324ad2b881555d1bec5f943f1a7f28a1.zip |
Move {sys-devel → llvm-core}/clang
Signed-off-by: Michał Górny <mgorny@gentoo.org>
496 files changed, 765 insertions, 764 deletions
diff --git a/app-crypt/rpm-sequoia/rpm-sequoia-1.6.0-r1.ebuild b/app-crypt/rpm-sequoia/rpm-sequoia-1.6.0-r1.ebuild index afd0c9eb297b..4164ea3ae292 100644 --- a/app-crypt/rpm-sequoia/rpm-sequoia-1.6.0-r1.ebuild +++ b/app-crypt/rpm-sequoia/rpm-sequoia-1.6.0-r1.ebuild @@ -266,7 +266,7 @@ RDEPEND="${DEPEND}" # Clang is required for bindgen BDEPEND=" virtual/pkgconfig - nettle? ( $(llvm_gen_dep 'sys-devel/clang:${LLVM_SLOT}') ) + nettle? ( $(llvm_gen_dep 'llvm-core/clang:${LLVM_SLOT}') ) " QA_FLAGS_IGNORED="usr/lib.*/librpm_sequoia.so.1" @@ -278,7 +278,7 @@ pkg_setup() { llvm_check_deps() { if use nettle; then - has_version -b "sys-devel/clang:${LLVM_SLOT}" + has_version -b "llvm-core/clang:${LLVM_SLOT}" fi } diff --git a/app-crypt/rpm-sequoia/rpm-sequoia-1.7.0-r1.ebuild b/app-crypt/rpm-sequoia/rpm-sequoia-1.7.0-r1.ebuild index 6c85a5471878..cffa19bf99f0 100644 --- a/app-crypt/rpm-sequoia/rpm-sequoia-1.7.0-r1.ebuild +++ b/app-crypt/rpm-sequoia/rpm-sequoia-1.7.0-r1.ebuild @@ -284,7 +284,7 @@ RDEPEND="${DEPEND}" # Clang is required for bindgen BDEPEND=" virtual/pkgconfig - nettle? ( $(llvm_gen_dep 'sys-devel/clang:${LLVM_SLOT}') ) + nettle? ( $(llvm_gen_dep 'llvm-core/clang:${LLVM_SLOT}') ) " QA_FLAGS_IGNORED="usr/lib.*/librpm_sequoia.so.1" diff --git a/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.10.0-r1.ebuild b/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.10.0-r1.ebuild index 64b191ed02db..77e21bae6c1c 100644 --- a/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.10.0-r1.ebuild +++ b/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.10.0-r1.ebuild @@ -429,7 +429,7 @@ RDEPEND="${DEPEND}" # Clang needed for bindgen BDEPEND=" $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} ') " diff --git a/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.10.1-r1.ebuild b/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.10.1-r1.ebuild index afaeb7fd6362..e88952d1ac7b 100644 --- a/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.10.1-r1.ebuild +++ b/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.10.1-r1.ebuild @@ -427,7 +427,7 @@ RDEPEND="${DEPEND}" # Clang needed for bindgen BDEPEND=" $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} ') " diff --git a/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.8.0-r1.ebuild b/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.8.0-r1.ebuild index 95658418e7e9..36d5eb24e7c4 100644 --- a/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.8.0-r1.ebuild +++ b/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.8.0-r1.ebuild @@ -400,7 +400,7 @@ RDEPEND="${DEPEND}" # Clang needed for bindgen BDEPEND=" $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} ') " diff --git a/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.9.0-r1.ebuild b/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.9.0-r1.ebuild index e1f74372c492..9f1505dc419f 100644 --- a/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.9.0-r1.ebuild +++ b/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.9.0-r1.ebuild @@ -403,7 +403,7 @@ RDEPEND="${DEPEND}" # Clang needed for bindgen BDEPEND=" $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} ') " diff --git a/app-crypt/sequoia-sq/sequoia-sq-0.35.0-r1.ebuild b/app-crypt/sequoia-sq/sequoia-sq-0.35.0-r1.ebuild index bac089222857..67da219c4c14 100644 --- a/app-crypt/sequoia-sq/sequoia-sq-0.35.0-r1.ebuild +++ b/app-crypt/sequoia-sq/sequoia-sq-0.35.0-r1.ebuild @@ -525,7 +525,7 @@ RDEPEND=" # Clang needed for bindgen BDEPEND=" $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} ') virtual/pkgconfig " diff --git a/app-crypt/sequoia-sq/sequoia-sq-0.36.0-r1.ebuild b/app-crypt/sequoia-sq/sequoia-sq-0.36.0-r1.ebuild index 784b920e5d85..ff40d8957e9d 100644 --- a/app-crypt/sequoia-sq/sequoia-sq-0.36.0-r1.ebuild +++ b/app-crypt/sequoia-sq/sequoia-sq-0.36.0-r1.ebuild @@ -529,7 +529,7 @@ RDEPEND=" # Clang needed for bindgen BDEPEND=" $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} ') virtual/pkgconfig " diff --git a/app-crypt/sequoia-sq/sequoia-sq-0.37.0-r1.ebuild b/app-crypt/sequoia-sq/sequoia-sq-0.37.0-r1.ebuild index 16c18d31960d..6ee98d77be75 100644 --- a/app-crypt/sequoia-sq/sequoia-sq-0.37.0-r1.ebuild +++ b/app-crypt/sequoia-sq/sequoia-sq-0.37.0-r1.ebuild @@ -555,7 +555,7 @@ RDEPEND=" # Clang needed for bindgen BDEPEND=" $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} ') virtual/pkgconfig " diff --git a/app-crypt/sequoia-sqv/sequoia-sqv-1.2.1-r1.ebuild b/app-crypt/sequoia-sqv/sequoia-sqv-1.2.1-r1.ebuild index 980514150d8f..4747509779ff 100644 --- a/app-crypt/sequoia-sqv/sequoia-sqv-1.2.1-r1.ebuild +++ b/app-crypt/sequoia-sqv/sequoia-sqv-1.2.1-r1.ebuild @@ -286,7 +286,7 @@ RDEPEND="${COMMON_DEPEND}" # Needed for bindgen BDEPEND=" $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} ') virtual/pkgconfig " diff --git a/app-editors/zed/zed-0.155.2-r1.ebuild b/app-editors/zed/zed-0.155.2-r1.ebuild index d48523bf4511..d5fff03544d8 100644 --- a/app-editors/zed/zed-0.155.2-r1.ebuild +++ b/app-editors/zed/zed-0.155.2-r1.ebuild @@ -80,7 +80,7 @@ BDEPEND=" sys-devel/gettext sys-devel/mold $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/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 3fc90c2cbb66..cafbc3ad3ecd 100644 --- a/app-editors/zed/zed-0.159.10-r1.ebuild +++ b/app-editors/zed/zed-0.159.10-r1.ebuild @@ -106,7 +106,7 @@ BDEPEND=" sys-devel/gettext sys-devel/mold $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/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 40b6fb65ded8..fd91a252fe1c 100644 --- a/app-editors/zed/zed-0.160.7-r1.ebuild +++ b/app-editors/zed/zed-0.160.7-r1.ebuild @@ -106,7 +106,7 @@ BDEPEND=" sys-devel/gettext sys-devel/mold $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}= ') " diff --git a/app-forensics/aflplusplus/aflplusplus-4.21c.ebuild b/app-forensics/aflplusplus/aflplusplus-4.21c.ebuild index b9d7c3828eb7..ef06ecdab82c 100644 --- a/app-forensics/aflplusplus/aflplusplus-4.21c.ebuild +++ b/app-forensics/aflplusplus/aflplusplus-4.21c.ebuild @@ -27,7 +27,7 @@ RESTRICT="test" RDEPEND=" ${PYTHON_DEPS} $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/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 a53f138b9edc..a573ce0d9fe9 100644 --- a/app-forensics/aflplusplus/aflplusplus-4.30c.ebuild +++ b/app-forensics/aflplusplus/aflplusplus-4.30c.ebuild @@ -27,7 +27,7 @@ RESTRICT="test" RDEPEND=" ${PYTHON_DEPS} $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/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 4ee54961e0ee..86a9118f7b59 100644 --- a/app-office/libreoffice/libreoffice-24.2.4.2-r1.ebuild +++ b/app-office/libreoffice/libreoffice-24.2.4.2-r1.ebuild @@ -272,16 +272,16 @@ BDEPEND=" virtual/pkgconfig clang? ( || ( - ( sys-devel/clang:18 + ( llvm-core/clang:18 sys-devel/llvm:18 =sys-devel/lld-18* ) - ( sys-devel/clang:17 + ( llvm-core/clang:17 sys-devel/llvm:17 =sys-devel/lld-17* ) - ( sys-devel/clang:16 + ( llvm-core/clang:16 sys-devel/llvm:16 =sys-devel/lld-16* ) - ( sys-devel/clang:15 + ( llvm-core/clang:15 sys-devel/llvm:15 =sys-devel/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 32fab19772f9..40c8227a646f 100644 --- a/app-office/libreoffice/libreoffice-24.2.6.2.ebuild +++ b/app-office/libreoffice/libreoffice-24.2.6.2.ebuild @@ -285,16 +285,16 @@ BDEPEND=" virtual/pkgconfig clang? ( || ( - ( sys-devel/clang:18 + ( llvm-core/clang:18 sys-devel/llvm:18 =sys-devel/lld-18* ) - ( sys-devel/clang:17 + ( llvm-core/clang:17 sys-devel/llvm:17 =sys-devel/lld-17* ) - ( sys-devel/clang:16 + ( llvm-core/clang:16 sys-devel/llvm:16 =sys-devel/lld-16* ) - ( sys-devel/clang:15 + ( llvm-core/clang:15 sys-devel/llvm:15 =sys-devel/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 22d3a6835554..36289f120b6b 100644 --- a/app-office/libreoffice/libreoffice-24.2.7.2.ebuild +++ b/app-office/libreoffice/libreoffice-24.2.7.2.ebuild @@ -285,16 +285,16 @@ BDEPEND=" virtual/pkgconfig clang? ( || ( - ( sys-devel/clang:18 + ( llvm-core/clang:18 sys-devel/llvm:18 =sys-devel/lld-18* ) - ( sys-devel/clang:17 + ( llvm-core/clang:17 sys-devel/llvm:17 =sys-devel/lld-17* ) - ( sys-devel/clang:16 + ( llvm-core/clang:16 sys-devel/llvm:16 =sys-devel/lld-16* ) - ( sys-devel/clang:15 + ( llvm-core/clang:15 sys-devel/llvm:15 =sys-devel/lld-15* ) ) diff --git a/app-office/libreoffice/libreoffice-24.2.9999.ebuild b/app-office/libreoffice/libreoffice-24.2.9999.ebuild index 5e8997ea8a2a..7bbe20b54576 100644 --- a/app-office/libreoffice/libreoffice-24.2.9999.ebuild +++ b/app-office/libreoffice/libreoffice-24.2.9999.ebuild @@ -284,16 +284,16 @@ BDEPEND=" virtual/pkgconfig clang? ( || ( - ( sys-devel/clang:18 + ( llvm-core/clang:18 sys-devel/llvm:18 =sys-devel/lld-18* ) - ( sys-devel/clang:17 + ( llvm-core/clang:17 sys-devel/llvm:17 =sys-devel/lld-17* ) - ( sys-devel/clang:16 + ( llvm-core/clang:16 sys-devel/llvm:16 =sys-devel/lld-16* ) - ( sys-devel/clang:15 + ( llvm-core/clang:15 sys-devel/llvm:15 =sys-devel/lld-15* ) ) diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index c3344edaa200..87e157a6295e 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -265,16 +265,16 @@ BDEPEND=" virtual/pkgconfig clang? ( || ( - ( sys-devel/clang:18 + ( llvm-core/clang:18 sys-devel/llvm:18 =sys-devel/lld-18* ) - ( sys-devel/clang:17 + ( llvm-core/clang:17 sys-devel/llvm:17 =sys-devel/lld-17* ) - ( sys-devel/clang:16 + ( llvm-core/clang:16 sys-devel/llvm:16 =sys-devel/lld-16* ) - ( sys-devel/clang:15 + ( llvm-core/clang:15 sys-devel/llvm:15 =sys-devel/lld-15* ) ) diff --git a/app-text/doxygen/doxygen-1.10.0-r1.ebuild b/app-text/doxygen/doxygen-1.10.0-r1.ebuild index 067403640817..c239bf288c01 100644 --- a/app-text/doxygen/doxygen-1.10.0-r1.ebuild +++ b/app-text/doxygen/doxygen-1.10.0-r1.ebuild @@ -46,7 +46,7 @@ RDEPEND=" media-libs/libpng:= virtual/libiconv clang? ( - <sys-devel/clang-$((${LLVM_MAX_SLOT} + 1)):= + <llvm-core/clang-$((${LLVM_MAX_SLOT} + 1)):= ) dot? ( media-gfx/graphviz diff --git a/app-text/doxygen/doxygen-1.11.0.ebuild b/app-text/doxygen/doxygen-1.11.0.ebuild index 05a15f74a401..3c38d30dbd01 100644 --- a/app-text/doxygen/doxygen-1.11.0.ebuild +++ b/app-text/doxygen/doxygen-1.11.0.ebuild @@ -46,7 +46,7 @@ RDEPEND=" media-libs/libpng:= virtual/libiconv clang? ( - <sys-devel/clang-$((${LLVM_MAX_SLOT} + 1)):= + <llvm-core/clang-$((${LLVM_MAX_SLOT} + 1)):= ) dot? ( media-gfx/graphviz diff --git a/app-text/doxygen/doxygen-1.12.0.ebuild b/app-text/doxygen/doxygen-1.12.0.ebuild index 68fc4d9fd141..673454bac0a2 100644 --- a/app-text/doxygen/doxygen-1.12.0.ebuild +++ b/app-text/doxygen/doxygen-1.12.0.ebuild @@ -47,7 +47,7 @@ RDEPEND=" virtual/libiconv clang? ( $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}= ') ) diff --git a/app-text/doxygen/doxygen-1.9.8.ebuild b/app-text/doxygen/doxygen-1.9.8.ebuild index fe973a786a39..f5495bdc90c6 100644 --- a/app-text/doxygen/doxygen-1.9.8.ebuild +++ b/app-text/doxygen/doxygen-1.9.8.ebuild @@ -46,7 +46,7 @@ RDEPEND=" media-libs/libpng:= virtual/libiconv clang? ( - <sys-devel/clang-$((${LLVM_MAX_SLOT} + 1)):= + <llvm-core/clang-$((${LLVM_MAX_SLOT} + 1)):= ) dot? ( media-gfx/graphviz diff --git a/app-text/doxygen/doxygen-9999.ebuild b/app-text/doxygen/doxygen-9999.ebuild index e68a8a4a1700..231796875e0f 100644 --- a/app-text/doxygen/doxygen-9999.ebuild +++ b/app-text/doxygen/doxygen-9999.ebuild @@ -47,7 +47,7 @@ RDEPEND=" virtual/libiconv clang? ( $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}= ') ) diff --git a/app-text/doxygen/metadata.xml b/app-text/doxygen/metadata.xml index 1a7e4e52585a..6d855566e747 100644 --- a/app-text/doxygen/metadata.xml +++ b/app-text/doxygen/metadata.xml @@ -17,7 +17,7 @@ <remote-id type="sourceforge">doxygen</remote-id> </upstream> <use> - <flag name="clang">support for <pkg>sys-devel/clang</pkg> assisted parsing</flag> + <flag name="clang">support for <pkg>llvm-core/clang</pkg> assisted parsing</flag> <flag name="dot">allow to create dot graphs using <pkg>media-gfx/graphviz</pkg></flag> <flag name="doxysearch">build doxyindexer and doxysearch.cgi</flag> </use> diff --git a/app-vim/vim-clang-format/vim-clang-format-0_pre20200506.ebuild b/app-vim/vim-clang-format/vim-clang-format-0_pre20200506.ebuild index 2776b7a87cc9..1f058dcd6871 100644 --- a/app-vim/vim-clang-format/vim-clang-format-0_pre20200506.ebuild +++ b/app-vim/vim-clang-format/vim-clang-format-0_pre20200506.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-${COMMIT_HASH}" LICENSE="MIT" KEYWORDS="~amd64 ~x86" -RDEPEND="sys-devel/clang" +RDEPEND="llvm-core/clang" src_prepare() { default diff --git a/dev-cpp/eigen/eigen-3.4.0-r2.ebuild b/dev-cpp/eigen/eigen-3.4.0-r2.ebuild index 0ac161135837..aaa57a39119d 100644 --- a/dev-cpp/eigen/eigen-3.4.0-r2.ebuild +++ b/dev-cpp/eigen/eigen-3.4.0-r2.ebuild @@ -132,7 +132,7 @@ DEPEND=" dev-util/nvidia-cuda-toolkit ) clang? ( - sys-devel/clang[llvm_targets_NVPTX] + llvm-core/clang[llvm_targets_NVPTX] openmp? ( llvm-runtimes/openmp[llvm_targets_NVPTX,offload] ) ) ) diff --git a/dev-cpp/eigen/eigen-3.4.0-r3.ebuild b/dev-cpp/eigen/eigen-3.4.0-r3.ebuild index 770ef0673b7f..738b1ad71e3e 100644 --- a/dev-cpp/eigen/eigen-3.4.0-r3.ebuild +++ b/dev-cpp/eigen/eigen-3.4.0-r3.ebuild @@ -137,7 +137,7 @@ DEPEND=" dev-util/nvidia-cuda-toolkit ) clang? ( - sys-devel/clang[llvm_targets_NVPTX] + llvm-core/clang[llvm_targets_NVPTX] openmp? ( llvm-runtimes/openmp[llvm_targets_NVPTX,offload] ) ) ) diff --git a/dev-cpp/eigen/eigen-9999.ebuild b/dev-cpp/eigen/eigen-9999.ebuild index 31c707c1ad4d..2e9953fb7c2f 100644 --- a/dev-cpp/eigen/eigen-9999.ebuild +++ b/dev-cpp/eigen/eigen-9999.ebuild @@ -136,7 +136,7 @@ DEPEND=" dev-util/nvidia-cuda-toolkit ) clang? ( - sys-devel/clang[llvm_targets_NVPTX] + llvm-core/clang[llvm_targets_NVPTX] openmp? ( llvm-runtimes/openmp[llvm_targets_NVPTX,offload] ) ) ) diff --git a/dev-db/postgresql/postgresql-12.22.ebuild b/dev-db/postgresql/postgresql-12.22.ebuild index 0497da88dad0..17c7966eef1f 100644 --- a/dev-db/postgresql/postgresql-12.22.ebuild +++ b/dev-db/postgresql/postgresql-12.22.ebuild @@ -37,7 +37,7 @@ icu? ( dev-libs/icu:= ) kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap:= ) llvm? ( $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ') ) pam? ( sys-libs/pam ) diff --git a/dev-db/postgresql/postgresql-13.18.ebuild b/dev-db/postgresql/postgresql-13.18.ebuild index 378473f3db41..2e97bb1615bc 100644 --- a/dev-db/postgresql/postgresql-13.18.ebuild +++ b/dev-db/postgresql/postgresql-13.18.ebuild @@ -37,7 +37,7 @@ icu? ( dev-libs/icu:= ) kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap:= ) llvm? ( $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ') ) pam? ( sys-libs/pam ) diff --git a/dev-db/postgresql/postgresql-14.15.ebuild b/dev-db/postgresql/postgresql-14.15.ebuild index c1bedd1b6583..0a97efaacf85 100644 --- a/dev-db/postgresql/postgresql-14.15.ebuild +++ b/dev-db/postgresql/postgresql-14.15.ebuild @@ -37,7 +37,7 @@ icu? ( dev-libs/icu:= ) kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap:= ) llvm? ( $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ') ) lz4? ( app-arch/lz4 ) diff --git a/dev-db/postgresql/postgresql-15.10.ebuild b/dev-db/postgresql/postgresql-15.10.ebuild index e9aa0120d664..230fc2874038 100644 --- a/dev-db/postgresql/postgresql-15.10.ebuild +++ b/dev-db/postgresql/postgresql-15.10.ebuild @@ -37,7 +37,7 @@ icu? ( dev-libs/icu:= ) kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap:= ) llvm? ( $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ') ) lz4? ( app-arch/lz4 ) diff --git a/dev-db/postgresql/postgresql-16.6.ebuild b/dev-db/postgresql/postgresql-16.6.ebuild index a205f89d6f42..cafb1d5830b6 100644 --- a/dev-db/postgresql/postgresql-16.6.ebuild +++ b/dev-db/postgresql/postgresql-16.6.ebuild @@ -38,7 +38,7 @@ icu? ( dev-libs/icu:= ) kerberos? ( app-crypt/mit-krb5 ) ldap? ( net-nds/openldap:= ) llvm? ( $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ') ) lz4? ( app-arch/lz4 ) diff --git a/dev-db/postgresql/postgresql-17.2.ebuild b/dev-db/postgresql/postgresql-17.2.ebuild index 207b1d81566a..df51d8aff501 100644 --- a/dev-db/postgresql/postgresql-17.2.ebuild +++ b/dev-db/postgresql/postgresql-17.2.ebuild @@ -38,7 +38,7 @@ icu? ( dev-libs/icu:= ) kerberos? ( app-crypt/mit-krb5 ) ldap? ( net-nds/openldap:= ) llvm? ( $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ') ) lz4? ( app-arch/lz4 ) diff --git a/dev-db/postgresql/postgresql-9999.ebuild b/dev-db/postgresql/postgresql-9999.ebuild index 82ecf3f45e4f..dd90efc7f00a 100644 --- a/dev-db/postgresql/postgresql-9999.ebuild +++ b/dev-db/postgresql/postgresql-9999.ebuild @@ -46,7 +46,7 @@ icu? ( dev-libs/icu:= ) kerberos? ( app-crypt/mit-krb5 ) ldap? ( net-nds/openldap:= ) llvm? ( $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ') ) lz4? ( app-arch/lz4 ) diff --git a/dev-debug/bpftrace/bpftrace-0.20.1-r2.ebuild b/dev-debug/bpftrace/bpftrace-0.20.1-r2.ebuild index 48d825dcb4b3..4d047fdd0c9e 100644 --- a/dev-debug/bpftrace/bpftrace-0.20.1-r2.ebuild +++ b/dev-debug/bpftrace/bpftrace-0.20.1-r2.ebuild @@ -28,8 +28,8 @@ RDEPEND=" >=dev-libs/libbpf-1.1:= >=dev-util/bcc-0.25.0:= >=sys-devel/llvm-10[llvm_targets_BPF(+)] - >=sys-devel/clang-10 - <sys-devel/clang-$((${LLVM_MAX_SLOT} + 1)):= + >=llvm-core/clang-10 + <llvm-core/clang-$((${LLVM_MAX_SLOT} + 1)):= <sys-devel/llvm-$((${LLVM_MAX_SLOT} + 1)):=[llvm_targets_BPF(+)] sys-process/procps sys-libs/binutils-libs:= diff --git a/dev-debug/bpftrace/bpftrace-0.20.4.ebuild b/dev-debug/bpftrace/bpftrace-0.20.4.ebuild index eb964ba376cc..7b149e6ae9e3 100644 --- a/dev-debug/bpftrace/bpftrace-0.20.4.ebuild +++ b/dev-debug/bpftrace/bpftrace-0.20.4.ebuild @@ -28,8 +28,8 @@ RDEPEND=" >=dev-libs/libbpf-1.1:= >=dev-util/bcc-0.25.0:= >=sys-devel/llvm-10[llvm_targets_BPF(+)] - >=sys-devel/clang-10 - <sys-devel/clang-$((${LLVM_MAX_SLOT} + 1)):= + >=llvm-core/clang-10 + <llvm-core/clang-$((${LLVM_MAX_SLOT} + 1)):= <sys-devel/llvm-$((${LLVM_MAX_SLOT} + 1)):=[llvm_targets_BPF(+)] sys-process/procps sys-libs/binutils-libs:= diff --git a/dev-debug/bpftrace/bpftrace-0.21.1.ebuild b/dev-debug/bpftrace/bpftrace-0.21.1.ebuild index 9ffda078670a..c7e827c944e5 100644 --- a/dev-debug/bpftrace/bpftrace-0.21.1.ebuild +++ b/dev-debug/bpftrace/bpftrace-0.21.1.ebuild @@ -27,8 +27,8 @@ RDEPEND=" >=dev-util/bcc-0.25.0:= lldb? ( >=dev-debug/lldb-15 ) >=sys-devel/llvm-15[llvm_targets_BPF(+)] - >=sys-devel/clang-15 - <sys-devel/clang-$((${LLVM_MAX_SLOT} + 1)):= + >=llvm-core/clang-15 + <llvm-core/clang-$((${LLVM_MAX_SLOT} + 1)):= <sys-devel/llvm-$((${LLVM_MAX_SLOT} + 1)):=[llvm_targets_BPF(+)] sys-process/procps sys-libs/binutils-libs:= diff --git a/dev-debug/bpftrace/bpftrace-0.21.2-r1.ebuild b/dev-debug/bpftrace/bpftrace-0.21.2-r1.ebuild index 2315cd2d56c9..d59709b38ada 100644 --- a/dev-debug/bpftrace/bpftrace-0.21.2-r1.ebuild +++ b/dev-debug/bpftrace/bpftrace-0.21.2-r1.ebuild @@ -28,8 +28,8 @@ RDEPEND=" >=dev-util/bcc-0.25.0:= lldb? ( >=dev-debug/lldb-15 ) >=sys-devel/llvm-15[llvm_targets_BPF(+)] - >=sys-devel/clang-15 - <sys-devel/clang-$((${LLVM_MAX_SLOT} + 1)):= + >=llvm-core/clang-15 + <llvm-core/clang-$((${LLVM_MAX_SLOT} + 1)):= <sys-devel/llvm-$((${LLVM_MAX_SLOT} + 1)):=[llvm_targets_BPF(+)] sys-process/procps sys-libs/binutils-libs:= diff --git a/dev-debug/lldb/lldb-15.0.7.ebuild b/dev-debug/lldb/lldb-15.0.7.ebuild index 70c8d4f38dd7..47928173b967 100644 --- a/dev-debug/lldb/lldb-15.0.7.ebuild +++ b/dev-debug/lldb/lldb-15.0.7.ebuild @@ -21,7 +21,7 @@ DEPEND=" lzma? ( app-arch/xz-utils:= ) ncurses? ( >=sys-libs/ncurses-5.9-r3:0= ) xml? ( dev-libs/libxml2:= ) - ~sys-devel/clang-${PV} + ~llvm-core/clang-${PV} ~sys-devel/llvm-${PV} " RDEPEND=" diff --git a/dev-debug/lldb/lldb-16.0.6-r1.ebuild b/dev-debug/lldb/lldb-16.0.6-r1.ebuild index dc25fd83aa72..f55aa822e30e 100644 --- a/dev-debug/lldb/lldb-16.0.6-r1.ebuild +++ b/dev-debug/lldb/lldb-16.0.6-r1.ebuild @@ -21,7 +21,7 @@ DEPEND=" lzma? ( app-arch/xz-utils:= ) ncurses? ( >=sys-libs/ncurses-5.9-r3:0= ) xml? ( dev-libs/libxml2:= ) - ~sys-devel/clang-${PV} + ~llvm-core/clang-${PV} ~sys-devel/llvm-${PV} " RDEPEND=" diff --git a/dev-debug/lldb/lldb-17.0.6.ebuild b/dev-debug/lldb/lldb-17.0.6.ebuild index c073395de572..4a33daac6be6 100644 --- a/dev-debug/lldb/lldb-17.0.6.ebuild +++ b/dev-debug/lldb/lldb-17.0.6.ebuild @@ -21,7 +21,7 @@ DEPEND=" lzma? ( app-arch/xz-utils:= ) ncurses? ( >=sys-libs/ncurses-5.9-r3:0= ) xml? ( dev-libs/libxml2:= ) - ~sys-devel/clang-${PV} + ~llvm-core/clang-${PV} ~sys-devel/llvm-${PV} " RDEPEND=" diff --git a/dev-debug/lldb/lldb-18.1.8.ebuild b/dev-debug/lldb/lldb-18.1.8.ebuild index 3c13e49f375d..4e1216026ad1 100644 --- a/dev-debug/lldb/lldb-18.1.8.ebuild +++ b/dev-debug/lldb/lldb-18.1.8.ebuild @@ -25,7 +25,7 @@ DEPEND=" lzma? ( app-arch/xz-utils:= ) ncurses? ( >=sys-libs/ncurses-5.9-r3:0= ) xml? ( dev-libs/libxml2:= ) - ~sys-devel/clang-${PV} + ~llvm-core/clang-${PV} ~sys-devel/llvm-${PV}[debuginfod=] " RDEPEND=" diff --git a/dev-debug/lldb/lldb-19.1.4.ebuild b/dev-debug/lldb/lldb-19.1.4.ebuild index 341bbe2f8140..4c1a36a5e852 100644 --- a/dev-debug/lldb/lldb-19.1.4.ebuild +++ b/dev-debug/lldb/lldb-19.1.4.ebuild @@ -25,7 +25,7 @@ DEPEND=" lzma? ( app-arch/xz-utils:= ) ncurses? ( >=sys-libs/ncurses-5.9-r3:0= ) xml? ( dev-libs/libxml2:= ) - ~sys-devel/clang-${PV} + ~llvm-core/clang-${PV} ~sys-devel/llvm-${PV}[debuginfod=] " RDEPEND=" diff --git a/dev-debug/lldb/lldb-19.1.5.ebuild b/dev-debug/lldb/lldb-19.1.5.ebuild index 2d30fb2bfd7a..25dad15a4efa 100644 --- a/dev-debug/lldb/lldb-19.1.5.ebuild +++ b/dev-debug/lldb/lldb-19.1.5.ebuild @@ -25,7 +25,7 @@ DEPEND=" lzma? ( app-arch/xz-utils:= ) ncurses? ( >=sys-libs/ncurses-5.9-r3:0= ) xml? ( dev-libs/libxml2:= ) - ~sys-devel/clang-${PV} + ~llvm-core/clang-${PV} ~sys-devel/llvm-${PV}[debuginfod=] " RDEPEND=" diff --git a/dev-debug/lldb/lldb-20.0.0.9999.ebuild b/dev-debug/lldb/lldb-20.0.0.9999.ebuild index 68e15ff5df60..c73188f73913 100644 --- a/dev-debug/lldb/lldb-20.0.0.9999.ebuild +++ b/dev-debug/lldb/lldb-20.0.0.9999.ebuild @@ -24,7 +24,7 @@ DEPEND=" lzma? ( app-arch/xz-utils:= ) ncurses? ( >=sys-libs/ncurses-5.9-r3:0= ) xml? ( dev-libs/libxml2:= ) - ~sys-devel/clang-${PV} + ~llvm-core/clang-${PV} ~sys-devel/llvm-${PV}[debuginfod=] " RDEPEND=" diff --git a/dev-debug/lldb/lldb-20.0.0_pre20241207.ebuild b/dev-debug/lldb/lldb-20.0.0_pre20241207.ebuild index 68e15ff5df60..c73188f73913 100644 --- a/dev-debug/lldb/lldb-20.0.0_pre20241207.ebuild +++ b/dev-debug/lldb/lldb-20.0.0_pre20241207.ebuild @@ -24,7 +24,7 @@ DEPEND=" lzma? ( app-arch/xz-utils:= ) ncurses? ( >=sys-libs/ncurses-5.9-r3:0= ) xml? ( dev-libs/libxml2:= ) - ~sys-devel/clang-${PV} + ~llvm-core/clang-${PV} ~sys-devel/llvm-${PV}[debuginfod=] " RDEPEND=" diff --git a/dev-debug/sysdig/sysdig-0.39.0-r1.ebuild b/dev-debug/sysdig/sysdig-0.39.0-r1.ebuild index 667b9936af54..eab68f5a4756 100644 --- a/dev-debug/sysdig/sysdig-0.39.0-r1.ebuild +++ b/dev-debug/sysdig/sysdig-0.39.0-r1.ebuild @@ -50,7 +50,7 @@ DEPEND="${RDEPEND} dev-cpp/nlohmann_json dev-cpp/valijson bpf? ( $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}=[llvm_targets_BPF(+)] ') ) 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 1686abfd6443..bca11d120e58 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 @@ -83,7 +83,7 @@ BDEPEND=" dev-build/cmake dev-vcs/git $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ') " 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 92dedc761e66..c233b5ef1c7f 100644 --- a/dev-dotnet/dotnet-sdk/dotnet-sdk-9.0.101.ebuild +++ b/dev-dotnet/dotnet-sdk/dotnet-sdk-9.0.101.ebuild @@ -84,7 +84,7 @@ BDEPEND=" dev-build/cmake dev-vcs/git $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ') " diff --git a/dev-lang/fuzion/fuzion-0.086.ebuild b/dev-lang/fuzion/fuzion-0.086.ebuild index 745be3a508b1..58830e864440 100644 --- a/dev-lang/fuzion/fuzion-0.086.ebuild +++ b/dev-lang/fuzion/fuzion-0.086.ebuild @@ -35,7 +35,7 @@ DEPEND=" " BDEPEND=" test? ( - sys-devel/clang:* + llvm-core/clang:* ) " diff --git a/dev-lang/fuzion/fuzion-0.088.ebuild b/dev-lang/fuzion/fuzion-0.088.ebuild index c40f20b0f208..53f2508756d6 100644 --- a/dev-lang/fuzion/fuzion-0.088.ebuild +++ b/dev-lang/fuzion/fuzion-0.088.ebuild @@ -34,7 +34,7 @@ DEPEND=" " BDEPEND=" test? ( - sys-devel/clang:* + llvm-core/clang:* ) " diff --git a/dev-lang/fuzion/fuzion-0.089.ebuild b/dev-lang/fuzion/fuzion-0.089.ebuild index 92e01df35d36..d03f017a294c 100644 --- a/dev-lang/fuzion/fuzion-0.089.ebuild +++ b/dev-lang/fuzion/fuzion-0.089.ebuild @@ -34,7 +34,7 @@ DEPEND=" " BDEPEND=" test? ( - sys-devel/clang:* + llvm-core/clang:* ) " diff --git a/dev-lang/fuzion/fuzion-0.090.ebuild b/dev-lang/fuzion/fuzion-0.090.ebuild index 92e01df35d36..d03f017a294c 100644 --- a/dev-lang/fuzion/fuzion-0.090.ebuild +++ b/dev-lang/fuzion/fuzion-0.090.ebuild @@ -34,7 +34,7 @@ DEPEND=" " BDEPEND=" test? ( - sys-devel/clang:* + llvm-core/clang:* ) " diff --git a/dev-lang/ispc/ispc-1.25.3.ebuild b/dev-lang/ispc/ispc-1.25.3.ebuild index 78ce9c17741d..4ead5bc63352 100644 --- a/dev-lang/ispc/ispc-1.25.3.ebuild +++ b/dev-lang/ispc/ispc-1.25.3.ebuild @@ -26,7 +26,7 @@ RESTRICT="!test? ( test )" DEPEND=" $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} ') sys-libs/ncurses:= gpu? ( dev-libs/level-zero:= ) diff --git a/dev-lang/moarvm/moarvm-2024.05.ebuild b/dev-lang/moarvm/moarvm-2024.05.ebuild index e437c851b138..bad8e8809533 100644 --- a/dev-lang/moarvm/moarvm-2024.05.ebuild +++ b/dev-lang/moarvm/moarvm-2024.05.ebuild @@ -26,7 +26,7 @@ RDEPEND="dev-libs/libatomic_ops dev-libs/libffi:= dev-libs/mimalloc" DEPEND="${RDEPEND} - clang? ( >=sys-devel/clang-3.1 ) + clang? ( >=llvm-core/clang-3.1 ) dev-lang/perl" DOCS=( CREDITS README.markdown ) diff --git a/dev-lang/moarvm/moarvm-2024.08.ebuild b/dev-lang/moarvm/moarvm-2024.08.ebuild index e437c851b138..bad8e8809533 100644 --- a/dev-lang/moarvm/moarvm-2024.08.ebuild +++ b/dev-lang/moarvm/moarvm-2024.08.ebuild @@ -26,7 +26,7 @@ RDEPEND="dev-libs/libatomic_ops dev-libs/libffi:= dev-libs/mimalloc" DEPEND="${RDEPEND} - clang? ( >=sys-devel/clang-3.1 ) + clang? ( >=llvm-core/clang-3.1 ) dev-lang/perl" DOCS=( CREDITS README.markdown ) diff --git a/dev-lang/moarvm/moarvm-2024.10.ebuild b/dev-lang/moarvm/moarvm-2024.10.ebuild index e437c851b138..bad8e8809533 100644 --- a/dev-lang/moarvm/moarvm-2024.10.ebuild +++ b/dev-lang/moarvm/moarvm-2024.10.ebuild @@ -26,7 +26,7 @@ RDEPEND="dev-libs/libatomic_ops dev-libs/libffi:= dev-libs/mimalloc" DEPEND="${RDEPEND} - clang? ( >=sys-devel/clang-3.1 ) + clang? ( >=llvm-core/clang-3.1 ) dev-lang/perl" DOCS=( CREDITS README.markdown ) diff --git a/dev-lang/moarvm/moarvm-9999.ebuild b/dev-lang/moarvm/moarvm-9999.ebuild index 2ee7ef322dd1..83a039c94c0a 100644 --- a/dev-lang/moarvm/moarvm-9999.ebuild +++ b/dev-lang/moarvm/moarvm-9999.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 @@ -32,7 +32,7 @@ RDEPEND=" " DEPEND="${RDEPEND} dev-lang/perl - clang? ( >=sys-devel/clang-3.1 ) + clang? ( >=llvm-core/clang-3.1 ) " DOCS=( CREDITS README.markdown ) diff --git a/dev-lang/nqp/nqp-2024.05.ebuild b/dev-lang/nqp/nqp-2024.05.ebuild index efed9b5e0109..a56f63b23cda 100644 --- a/dev-lang/nqp/nqp-2024.05.ebuild +++ b/dev-lang/nqp/nqp-2024.05.ebuild @@ -31,7 +31,7 @@ RDEPEND="${CDEPEND} java? ( >=virtual/jre-11 )" DEPEND="${CDEPEND}" BDEPEND="${CDEPEND} - clang? ( sys-devel/clang ) + clang? ( llvm-core/clang ) java? ( >=virtual/jdk-11 ) dev-lang/perl" diff --git a/dev-lang/nqp/nqp-2024.08.ebuild b/dev-lang/nqp/nqp-2024.08.ebuild index efed9b5e0109..a56f63b23cda 100644 --- a/dev-lang/nqp/nqp-2024.08.ebuild +++ b/dev-lang/nqp/nqp-2024.08.ebuild @@ -31,7 +31,7 @@ RDEPEND="${CDEPEND} java? ( >=virtual/jre-11 )" DEPEND="${CDEPEND}" BDEPEND="${CDEPEND} - clang? ( sys-devel/clang ) + clang? ( llvm-core/clang ) java? ( >=virtual/jdk-11 ) dev-lang/perl" diff --git a/dev-lang/nqp/nqp-2024.10.ebuild b/dev-lang/nqp/nqp-2024.10.ebuild index efed9b5e0109..a56f63b23cda 100644 --- a/dev-lang/nqp/nqp-2024.10.ebuild +++ b/dev-lang/nqp/nqp-2024.10.ebuild @@ -31,7 +31,7 @@ RDEPEND="${CDEPEND} java? ( >=virtual/jre-11 )" DEPEND="${CDEPEND}" BDEPEND="${CDEPEND} - clang? ( sys-devel/clang ) + clang? ( llvm-core/clang ) java? ( >=virtual/jdk-11 ) dev-lang/perl" diff --git a/dev-lang/nqp/nqp-9999.ebuild b/dev-lang/nqp/nqp-9999.ebuild index fc12e500ef7b..a56f63b23cda 100644 --- a/dev-lang/nqp/nqp-9999.ebuild +++ b/dev-lang/nqp/nqp-9999.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 @@ -31,7 +31,7 @@ RDEPEND="${CDEPEND} java? ( >=virtual/jre-11 )" DEPEND="${CDEPEND}" BDEPEND="${CDEPEND} - clang? ( sys-devel/clang ) + clang? ( llvm-core/clang ) java? ( >=virtual/jdk-11 ) dev-lang/perl" diff --git a/dev-lang/python/python-3.13.0-r100.ebuild b/dev-lang/python/python-3.13.0-r100.ebuild index 5b4fc2bc5e2f..5106730f77ea 100644 --- a/dev-lang/python/python-3.13.0-r100.ebuild +++ b/dev-lang/python/python-3.13.0-r100.ebuild @@ -90,7 +90,7 @@ BDEPEND=" virtual/pkgconfig jit? ( $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ') ) diff --git a/dev-lang/python/python-3.13.0.ebuild b/dev-lang/python/python-3.13.0.ebuild index 69f4b29a5942..7297a29685e0 100644 --- a/dev-lang/python/python-3.13.0.ebuild +++ b/dev-lang/python/python-3.13.0.ebuild @@ -90,7 +90,7 @@ BDEPEND=" virtual/pkgconfig jit? ( $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ') ) diff --git a/dev-lang/python/python-3.13.1-r100.ebuild b/dev-lang/python/python-3.13.1-r100.ebuild index c49595b50e75..132aef14468d 100644 --- a/dev-lang/python/python-3.13.1-r100.ebuild +++ b/dev-lang/python/python-3.13.1-r100.ebuild @@ -90,7 +90,7 @@ BDEPEND=" virtual/pkgconfig jit? ( $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ') ) diff --git a/dev-lang/python/python-3.13.1.ebuild b/dev-lang/python/python-3.13.1.ebuild index f61281812e2a..f886e2b3d4ea 100644 --- a/dev-lang/python/python-3.13.1.ebuild +++ b/dev-lang/python/python-3.13.1.ebuild @@ -90,7 +90,7 @@ BDEPEND=" virtual/pkgconfig jit? ( $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ') ) 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 25a61ad66e60..2b739f6ec435 100644 --- a/dev-lang/python/python-3.14.0_alpha1-r100.ebuild +++ b/dev-lang/python/python-3.14.0_alpha1-r100.ebuild @@ -88,7 +88,7 @@ BDEPEND=" virtual/pkgconfig jit? ( $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ') ) diff --git a/dev-lang/python/python-3.14.0_alpha1.ebuild b/dev-lang/python/python-3.14.0_alpha1.ebuild index e246301ecf77..24dbf7f96241 100644 --- a/dev-lang/python/python-3.14.0_alpha1.ebuild +++ b/dev-lang/python/python-3.14.0_alpha1.ebuild @@ -88,7 +88,7 @@ BDEPEND=" virtual/pkgconfig jit? ( $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ') ) 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 b65bf6ea04fa..601e32e33fb1 100644 --- a/dev-lang/python/python-3.14.0_alpha2-r100.ebuild +++ b/dev-lang/python/python-3.14.0_alpha2-r100.ebuild @@ -88,7 +88,7 @@ BDEPEND=" virtual/pkgconfig jit? ( $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ') ) diff --git a/dev-lang/python/python-3.14.0_alpha2.ebuild b/dev-lang/python/python-3.14.0_alpha2.ebuild index 40e8f686e93f..25d5b485d432 100644 --- a/dev-lang/python/python-3.14.0_alpha2.ebuild +++ b/dev-lang/python/python-3.14.0_alpha2.ebuild @@ -88,7 +88,7 @@ BDEPEND=" virtual/pkgconfig jit? ( $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ') ) diff --git a/dev-lang/rakudo/rakudo-2024.05.ebuild b/dev-lang/rakudo/rakudo-2024.05.ebuild index 2af8fe10b2b6..33bd9a00a85f 100644 --- a/dev-lang/rakudo/rakudo-2024.05.ebuild +++ b/dev-lang/rakudo/rakudo-2024.05.ebuild @@ -27,7 +27,7 @@ CDEPEND="~dev-lang/nqp-${PV}:${SLOT}=[java?,moar?,clang=]" RDEPEND="${CDEPEND} java? ( >=virtual/jre-1.9 )" DEPEND="${CDEPEND} - clang? ( sys-devel/clang ) + clang? ( llvm-core/clang ) java? ( >=virtual/jdk-1.9 ) >=dev-lang/perl-5.10" diff --git a/dev-lang/rakudo/rakudo-2024.08.ebuild b/dev-lang/rakudo/rakudo-2024.08.ebuild index 2af8fe10b2b6..33bd9a00a85f 100644 --- a/dev-lang/rakudo/rakudo-2024.08.ebuild +++ b/dev-lang/rakudo/rakudo-2024.08.ebuild @@ -27,7 +27,7 @@ CDEPEND="~dev-lang/nqp-${PV}:${SLOT}=[java?,moar?,clang=]" RDEPEND="${CDEPEND} java? ( >=virtual/jre-1.9 )" DEPEND="${CDEPEND} - clang? ( sys-devel/clang ) + clang? ( llvm-core/clang ) java? ( >=virtual/jdk-1.9 ) >=dev-lang/perl-5.10" diff --git a/dev-lang/rakudo/rakudo-2024.10.ebuild b/dev-lang/rakudo/rakudo-2024.10.ebuild index 2af8fe10b2b6..33bd9a00a85f 100644 --- a/dev-lang/rakudo/rakudo-2024.10.ebuild +++ b/dev-lang/rakudo/rakudo-2024.10.ebuild @@ -27,7 +27,7 @@ CDEPEND="~dev-lang/nqp-${PV}:${SLOT}=[java?,moar?,clang=]" RDEPEND="${CDEPEND} java? ( >=virtual/jre-1.9 )" DEPEND="${CDEPEND} - clang? ( sys-devel/clang ) + clang? ( llvm-core/clang ) java? ( >=virtual/jdk-1.9 ) >=dev-lang/perl-5.10" diff --git a/dev-lang/ruby/ruby-3.1.4-r3.ebuild b/dev-lang/ruby/ruby-3.1.4-r3.ebuild index d001f2f4830a..461dacd11510 100644 --- a/dev-lang/ruby/ruby-3.1.4-r3.ebuild +++ b/dev-lang/ruby/ruby-3.1.4-r3.ebuild @@ -24,7 +24,7 @@ RDEPEND=" berkdb? ( sys-libs/db:= ) gdbm? ( sys-libs/gdbm:= ) jemalloc? ( dev-libs/jemalloc:= ) - jit? ( || ( sys-devel/gcc:* sys-devel/clang:* ) ) + jit? ( || ( sys-devel/gcc:* llvm-core/clang:* ) ) ssl? ( dev-libs/openssl:0= ) diff --git a/dev-lang/ruby/ruby-3.1.5.ebuild b/dev-lang/ruby/ruby-3.1.5.ebuild index e99079d0b503..2ca55490a087 100644 --- a/dev-lang/ruby/ruby-3.1.5.ebuild +++ b/dev-lang/ruby/ruby-3.1.5.ebuild @@ -24,7 +24,7 @@ RDEPEND=" berkdb? ( sys-libs/db:= ) gdbm? ( sys-libs/gdbm:= ) jemalloc? ( dev-libs/jemalloc:= ) - jit? ( || ( sys-devel/gcc:* sys-devel/clang:* ) ) + jit? ( || ( sys-devel/gcc:* llvm-core/clang:* ) ) ssl? ( dev-libs/openssl:0= ) diff --git a/dev-lang/ruby/ruby-3.1.6-r1.ebuild b/dev-lang/ruby/ruby-3.1.6-r1.ebuild index 39d96ae94853..58499959ae77 100644 --- a/dev-lang/ruby/ruby-3.1.6-r1.ebuild +++ b/dev-lang/ruby/ruby-3.1.6-r1.ebuild @@ -24,7 +24,7 @@ RDEPEND=" berkdb? ( sys-libs/db:= ) gdbm? ( sys-libs/gdbm:= ) jemalloc? ( dev-libs/jemalloc:= ) - jit? ( || ( sys-devel/gcc:* sys-devel/clang:* ) ) + jit? ( || ( sys-devel/gcc:* llvm-core/clang:* ) ) ssl? ( dev-libs/openssl:0= ) diff --git a/dev-lang/ruby/ruby-3.1.6-r2.ebuild b/dev-lang/ruby/ruby-3.1.6-r2.ebuild index 634baf881828..f6241b9409e8 100644 --- a/dev-lang/ruby/ruby-3.1.6-r2.ebuild +++ b/dev-lang/ruby/ruby-3.1.6-r2.ebuild @@ -24,7 +24,7 @@ RDEPEND=" berkdb? ( sys-libs/db:= ) gdbm? ( sys-libs/gdbm:= ) jemalloc? ( dev-libs/jemalloc:= ) - jit? ( || ( sys-devel/gcc:* sys-devel/clang:* ) ) + jit? ( || ( sys-devel/gcc:* llvm-core/clang:* ) ) ssl? ( dev-libs/openssl:0= ) diff --git a/dev-lang/rust/rust-1.54.0.ebuild b/dev-lang/rust/rust-1.54.0.ebuild index b471cc036ce5..360ae22cd5db 100644 --- a/dev-lang/rust/rust-1.54.0.ebuild +++ b/dev-lang/rust/rust-1.54.0.ebuild @@ -46,7 +46,7 @@ BDEPEND="${PYTHON_DEPS} app-eselect/eselect-rust || ( >=sys-devel/gcc-4.7 - >=sys-devel/clang-3.5 + >=llvm-core/clang-3.5 ) >=dev-build/cmake-3.13.4 dev-build/ninja diff --git a/dev-lang/rust/rust-1.71.1-r100.ebuild b/dev-lang/rust/rust-1.71.1-r100.ebuild index 32733a81cf84..b771817c4d16 100644 --- a/dev-lang/rust/rust-1.71.1-r100.ebuild +++ b/dev-lang/rust/rust-1.71.1-r100.ebuild @@ -55,7 +55,7 @@ BDEPEND="${PYTHON_DEPS} app-eselect/eselect-rust || ( >=sys-devel/gcc-4.7 - >=sys-devel/clang-3.5 + >=llvm-core/clang-3.5 ) !system-llvm? ( >=dev-build/cmake-3.13.4 diff --git a/dev-lang/rust/rust-1.74.1-r100.ebuild b/dev-lang/rust/rust-1.74.1-r100.ebuild index 2df1ce78d319..c7fac959bd17 100644 --- a/dev-lang/rust/rust-1.74.1-r100.ebuild +++ b/dev-lang/rust/rust-1.74.1-r100.ebuild @@ -57,7 +57,7 @@ BDEPEND="${PYTHON_DEPS} app-eselect/eselect-rust || ( >=sys-devel/gcc-4.7 - >=sys-devel/clang-3.5 + >=llvm-core/clang-3.5 ) !system-llvm? ( >=dev-build/cmake-3.13.4 diff --git a/dev-lang/rust/rust-1.75.0-r100.ebuild b/dev-lang/rust/rust-1.75.0-r100.ebuild index 329a2420c5b1..ed3382e87a41 100644 --- a/dev-lang/rust/rust-1.75.0-r100.ebuild +++ b/dev-lang/rust/rust-1.75.0-r100.ebuild @@ -56,7 +56,7 @@ BDEPEND="${PYTHON_DEPS} app-eselect/eselect-rust || ( >=sys-devel/gcc-4.7 - >=sys-devel/clang-3.5 + >=llvm-core/clang-3.5 ) !system-llvm? ( >=dev-build/cmake-3.13.4 diff --git a/dev-lang/rust/rust-1.76.0-r100.ebuild b/dev-lang/rust/rust-1.76.0-r100.ebuild index f92d90dedfab..336058cac271 100644 --- a/dev-lang/rust/rust-1.76.0-r100.ebuild +++ b/dev-lang/rust/rust-1.76.0-r100.ebuild @@ -56,7 +56,7 @@ BDEPEND="${PYTHON_DEPS} app-eselect/eselect-rust || ( >=sys-devel/gcc-4.7 - >=sys-devel/clang-3.5 + >=llvm-core/clang-3.5 ) !system-llvm? ( >=dev-build/cmake-3.13.4 diff --git a/dev-lang/rust/rust-1.77.1-r100.ebuild b/dev-lang/rust/rust-1.77.1-r100.ebuild index 7732fbfed81f..8e4728564423 100644 --- a/dev-lang/rust/rust-1.77.1-r100.ebuild +++ b/dev-lang/rust/rust-1.77.1-r100.ebuild @@ -56,7 +56,7 @@ BDEPEND="${PYTHON_DEPS} app-eselect/eselect-rust || ( >=sys-devel/gcc-4.7 - >=sys-devel/clang-3.5 + >=llvm-core/clang-3.5 ) !system-llvm? ( >=dev-build/cmake-3.13.4 diff --git a/dev-lang/rust/rust-1.78.0-r100.ebuild b/dev-lang/rust/rust-1.78.0-r100.ebuild index da3dd7845c3f..9274b3522aba 100644 --- a/dev-lang/rust/rust-1.78.0-r100.ebuild +++ b/dev-lang/rust/rust-1.78.0-r100.ebuild @@ -56,7 +56,7 @@ BDEPEND="${PYTHON_DEPS} app-eselect/eselect-rust || ( >=sys-devel/gcc-4.7 - >=sys-devel/clang-3.5 + >=llvm-core/clang-3.5 ) !system-llvm? ( >=dev-build/cmake-3.13.4 diff --git a/dev-lang/rust/rust-1.79.0-r100.ebuild b/dev-lang/rust/rust-1.79.0-r100.ebuild index da3dd7845c3f..9274b3522aba 100644 --- a/dev-lang/rust/rust-1.79.0-r100.ebuild +++ b/dev-lang/rust/rust-1.79.0-r100.ebuild @@ -56,7 +56,7 @@ BDEPEND="${PYTHON_DEPS} app-eselect/eselect-rust || ( >=sys-devel/gcc-4.7 - >=sys-devel/clang-3.5 + >=llvm-core/clang-3.5 ) !system-llvm? ( >=dev-build/cmake-3.13.4 diff --git a/dev-lang/rust/rust-1.80.1-r100.ebuild b/dev-lang/rust/rust-1.80.1-r100.ebuild index fce3891fdd46..aa541b30c826 100644 --- a/dev-lang/rust/rust-1.80.1-r100.ebuild +++ b/dev-lang/rust/rust-1.80.1-r100.ebuild @@ -56,7 +56,7 @@ BDEPEND="${PYTHON_DEPS} app-eselect/eselect-rust || ( >=sys-devel/gcc-4.7 - >=sys-devel/clang-3.5 + >=llvm-core/clang-3.5 ) !system-llvm? ( >=dev-build/cmake-3.13.4 diff --git a/dev-lang/rust/rust-1.81.0-r100.ebuild b/dev-lang/rust/rust-1.81.0-r100.ebuild index 28a20f3ed55c..08f10263228a 100644 --- a/dev-lang/rust/rust-1.81.0-r100.ebuild +++ b/dev-lang/rust/rust-1.81.0-r100.ebuild @@ -57,7 +57,7 @@ BDEPEND="${PYTHON_DEPS} app-eselect/eselect-rust || ( >=sys-devel/gcc-4.7 - >=sys-devel/clang-3.5 + >=llvm-core/clang-3.5 ) !system-llvm? ( >=dev-build/cmake-3.13.4 diff --git a/dev-lang/rust/rust-1.82.0-r100.ebuild b/dev-lang/rust/rust-1.82.0-r100.ebuild index 3def96441771..72872f76222d 100644 --- a/dev-lang/rust/rust-1.82.0-r100.ebuild +++ b/dev-lang/rust/rust-1.82.0-r100.ebuild @@ -56,7 +56,7 @@ BDEPEND="${PYTHON_DEPS} app-eselect/eselect-rust || ( >=sys-devel/gcc-4.7 - >=sys-devel/clang-3.5 + >=llvm-core/clang-3.5 ) !system-llvm? ( >=dev-build/cmake-3.13.4 diff --git a/dev-lang/rust/rust-1.82.0-r101.ebuild b/dev-lang/rust/rust-1.82.0-r101.ebuild index 04d0813319bb..4e6d7df17b47 100644 --- a/dev-lang/rust/rust-1.82.0-r101.ebuild +++ b/dev-lang/rust/rust-1.82.0-r101.ebuild @@ -56,7 +56,7 @@ BDEPEND="${PYTHON_DEPS} app-eselect/eselect-rust || ( >=sys-devel/gcc-4.7 - >=sys-devel/clang-3.5 + >=llvm-core/clang-3.5 ) !system-llvm? ( >=dev-build/cmake-3.13.4 diff --git a/dev-lang/rust/rust-1.83.0-r1.ebuild b/dev-lang/rust/rust-1.83.0-r1.ebuild index 4eb9a1c2756c..fbf6a6048ce9 100644 --- a/dev-lang/rust/rust-1.83.0-r1.ebuild +++ b/dev-lang/rust/rust-1.83.0-r1.ebuild @@ -56,7 +56,7 @@ BDEPEND="${PYTHON_DEPS} app-eselect/eselect-rust || ( >=sys-devel/gcc-4.7 - >=sys-devel/clang-3.5 + >=llvm-core/clang-3.5 ) !system-llvm? ( >=dev-build/cmake-3.13.4 diff --git a/dev-lang/spidermonkey/spidermonkey-102.15.0-r1.ebuild b/dev-lang/spidermonkey/spidermonkey-102.15.0-r1.ebuild index bf9a67de35f8..bb5bb171612f 100644 --- a/dev-lang/spidermonkey/spidermonkey-102.15.0-r1.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-102.15.0-r1.ebuild @@ -74,7 +74,7 @@ RESTRICT="!test? ( test )" BDEPEND="${PYTHON_DEPS} $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} clang? ( sys-devel/lld:${LLVM_SLOT} @@ -99,8 +99,8 @@ llvm_check_deps() { fi if use clang ; then - if ! has_version -b "sys-devel/clang:${LLVM_SLOT}" ; then - einfo "sys-devel/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 + if ! has_version -b "llvm-core/clang:${LLVM_SLOT}" ; then + einfo "llvm-core/clang:${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 06ed78dd75c8..fcd268fc07fa 100644 --- a/dev-lang/spidermonkey/spidermonkey-115.16.0-r1.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-115.16.0-r1.ebuild @@ -77,7 +77,7 @@ BDEPEND="${PYTHON_DEPS} $(llvm_gen_dep ' sys-devel/llvm:${LLVM_SLOT} clang? ( - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/lld:${LLVM_SLOT} ) ') @@ -99,8 +99,8 @@ llvm_check_deps() { fi if use clang ; then - if ! has_version -b "sys-devel/clang:${LLVM_SLOT}" ; then - einfo "sys-devel/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 + if ! has_version -b "llvm-core/clang:${LLVM_SLOT}" ; then + einfo "llvm-core/clang:${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 9b70f62cf9c9..625d0c4e282d 100644 --- a/dev-lang/spidermonkey/spidermonkey-128.3.0-r1.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-128.3.0-r1.ebuild @@ -72,7 +72,7 @@ RESTRICT="!test? ( test )" BDEPEND="${PYTHON_DEPS} $(llvm_gen_dep ' clang? ( - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/lld:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ) @@ -92,8 +92,8 @@ S="${WORKDIR}/firefox-${PV%_*}" llvm_check_deps() { if use clang ; then - if ! has_version -b "sys-devel/clang:${LLVM_SLOT}" ; then - einfo "sys-devel/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 + if ! has_version -b "llvm-core/clang:${LLVM_SLOT}" ; then + einfo "llvm-core/clang:${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 974d1f52ca47..95eb45206a06 100644 --- a/dev-lang/spidermonkey/spidermonkey-128.4.0-r1.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-128.4.0-r1.ebuild @@ -70,7 +70,7 @@ RESTRICT="!test? ( test )" BDEPEND="${PYTHON_DEPS} $(llvm_gen_dep ' clang? ( - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/lld:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ) @@ -90,8 +90,8 @@ S="${WORKDIR}/firefox-${PV%_*}" llvm_check_deps() { if use clang ; then - if ! has_version -b "sys-devel/clang:${LLVM_SLOT}" ; then - einfo "sys-devel/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 + if ! has_version -b "llvm-core/clang:${LLVM_SLOT}" ; then + einfo "llvm-core/clang:${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 cd98a1fef5bb..0ac34339006f 100644 --- a/dev-lang/spidermonkey/spidermonkey-128.5.0.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-128.5.0.ebuild @@ -70,7 +70,7 @@ RESTRICT="!test? ( test )" BDEPEND="${PYTHON_DEPS} $(llvm_gen_dep ' clang? ( - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/lld:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ) @@ -90,8 +90,8 @@ S="${WORKDIR}/firefox-${PV%_*}" llvm_check_deps() { if use clang ; then - if ! has_version -b "sys-devel/clang:${LLVM_SLOT}" ; then - einfo "sys-devel/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 + if ! has_version -b "llvm-core/clang:${LLVM_SLOT}" ; then + einfo "llvm-core/clang:${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 ef0d90d4fa76..92b7c508bd85 100644 --- a/dev-lang/zig/zig-0.13.0-r1.ebuild +++ b/dev-lang/zig/zig-0.13.0-r1.ebuild @@ -52,7 +52,7 @@ BUILD_DIR="${S}/build" # You can check https://github.com/ziglang/zig-bootstrap in future, to see # options that are passed to LLVM CMake building (excluding "static" ofc). DEPEND=" - sys-devel/clang:${LLVM_MAX_SLOT}= + llvm-core/clang:${LLVM_MAX_SLOT}= sys-devel/lld:${LLVM_MAX_SLOT}= sys-devel/llvm:${LLVM_MAX_SLOT}=[zstd] " @@ -78,7 +78,7 @@ PATCHES=( ) llvm_check_deps() { - has_version "sys-devel/clang:${LLVM_SLOT}" + has_version "llvm-core/clang:${LLVM_SLOT}" } ctarget_to_zigtarget() { diff --git a/dev-lang/zig/zig-9999.ebuild b/dev-lang/zig/zig-9999.ebuild index 335ac0eab28c..835f71f2505b 100644 --- a/dev-lang/zig/zig-9999.ebuild +++ b/dev-lang/zig/zig-9999.ebuild @@ -56,7 +56,7 @@ BUILD_DIR="${S}/build" DEPEND=" llvm? ( $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/lld:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT}[zstd] ') diff --git a/dev-libs/botan/botan-3.1.1.ebuild b/dev-libs/botan/botan-3.1.1.ebuild index 2c1e9f8eef3a..0c48886d9385 100644 --- a/dev-libs/botan/botan-3.1.1.ebuild +++ b/dev-libs/botan/botan-3.1.1.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 @@ -49,7 +49,7 @@ BDEPEND=" $(python_gen_any_dep ' doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) ') - || ( >=sys-devel/gcc-11:* >=sys-devel/clang-14:* ) + || ( >=sys-devel/gcc-11:* >=llvm-core/clang-14:* ) verify-sig? ( sec-keys/openpgp-keys-botan ) " @@ -72,7 +72,7 @@ pkg_pretend() { die "GCC version is too old to compile Botan!" elif tc-is-clang && ver_test $(clang-version) -lt 14 ; then eerror "Botan needs >=gcc-11 or >=clang-14 to compile." - eerror "Please upgrade Clang: emerge -v1 sys-devel/clang" + eerror "Please upgrade Clang: emerge -v1 llvm-core/clang" die "Clang version is too old to compile Botan!" fi } diff --git a/dev-libs/botan/botan-3.2.0-r1.ebuild b/dev-libs/botan/botan-3.2.0-r1.ebuild index e742955ead68..612b0486a98a 100644 --- a/dev-libs/botan/botan-3.2.0-r1.ebuild +++ b/dev-libs/botan/botan-3.2.0-r1.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 @@ -50,7 +50,7 @@ BDEPEND=" $(python_gen_any_dep ' doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) ') - || ( >=sys-devel/gcc-11:* >=sys-devel/clang-14:* ) + || ( >=sys-devel/gcc-11:* >=llvm-core/clang-14:* ) verify-sig? ( sec-keys/openpgp-keys-botan ) " @@ -76,7 +76,7 @@ pkg_pretend() { die "GCC version is too old to compile Botan!" elif tc-is-clang && ver_test $(clang-version) -lt 14 ; then eerror "Botan needs >=gcc-11 or >=clang-14 to compile." - eerror "Please upgrade Clang: emerge -v1 sys-devel/clang" + eerror "Please upgrade Clang: emerge -v1 llvm-core/clang" die "Clang version is too old to compile Botan!" fi } diff --git a/dev-libs/botan/botan-3.2.0-r2.ebuild b/dev-libs/botan/botan-3.2.0-r2.ebuild index 4153b96779f2..a9b992551551 100644 --- a/dev-libs/botan/botan-3.2.0-r2.ebuild +++ b/dev-libs/botan/botan-3.2.0-r2.ebuild @@ -50,7 +50,7 @@ BDEPEND=" $(python_gen_any_dep ' doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) ') - || ( >=sys-devel/gcc-11:* >=sys-devel/clang-14:* ) + || ( >=sys-devel/gcc-11:* >=llvm-core/clang-14:* ) verify-sig? ( sec-keys/openpgp-keys-botan ) " @@ -76,7 +76,7 @@ pkg_pretend() { die "GCC version is too old to compile Botan!" elif tc-is-clang && ver_test $(clang-version) -lt 14 ; then eerror "Botan needs >=gcc-11 or >=clang-14 to compile." - eerror "Please upgrade Clang: emerge -v1 sys-devel/clang" + eerror "Please upgrade Clang: emerge -v1 llvm-core/clang" die "Clang version is too old to compile Botan!" fi } diff --git a/dev-libs/botan/botan-3.3.0.ebuild b/dev-libs/botan/botan-3.3.0.ebuild index b85a0977016b..6c28d228cd2a 100644 --- a/dev-libs/botan/botan-3.3.0.ebuild +++ b/dev-libs/botan/botan-3.3.0.ebuild @@ -48,7 +48,7 @@ BDEPEND=" $(python_gen_any_dep ' doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) ') - || ( >=sys-devel/gcc-11:* >=sys-devel/clang-14:* ) + || ( >=sys-devel/gcc-11:* >=llvm-core/clang-14:* ) verify-sig? ( sec-keys/openpgp-keys-botan ) " @@ -71,7 +71,7 @@ pkg_pretend() { die "GCC version is too old to compile Botan!" elif tc-is-clang && ver_test $(clang-version) -lt 14 ; then eerror "Botan needs >=gcc-11 or >=clang-14 to compile." - eerror "Please upgrade Clang: emerge -v1 sys-devel/clang" + eerror "Please upgrade Clang: emerge -v1 llvm-core/clang" die "Clang version is too old to compile Botan!" fi } diff --git a/dev-libs/castxml/castxml-0.6.10.ebuild b/dev-libs/castxml/castxml-0.6.10.ebuild index bf58e6d3db2b..c817ed9fb667 100644 --- a/dev-libs/castxml/castxml-0.6.10.ebuild +++ b/dev-libs/castxml/castxml-0.6.10.ebuild @@ -24,7 +24,7 @@ RESTRICT="!test? ( test )" DEPEND=" $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= ') " RDEPEND=" diff --git a/dev-libs/castxml/castxml-0.6.8.ebuild b/dev-libs/castxml/castxml-0.6.8.ebuild index b3642228052d..c14f26f131bb 100644 --- a/dev-libs/castxml/castxml-0.6.8.ebuild +++ b/dev-libs/castxml/castxml-0.6.8.ebuild @@ -24,7 +24,7 @@ RESTRICT="!test? ( test )" DEPEND=" $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= ') " RDEPEND=" diff --git a/dev-libs/date/date-3.0.1_p20240913.ebuild b/dev-libs/date/date-3.0.1_p20240913.ebuild index 716577c52456..6bc908715f31 100644 --- a/dev-libs/date/date-3.0.1_p20240913.ebuild +++ b/dev-libs/date/date-3.0.1_p20240913.ebuild @@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~arm64" IUSE="only-c-locale test" RESTRICT="!test? ( test )" -BDEPEND="test? ( sys-devel/clang )" # tests call clang++ +BDEPEND="test? ( llvm-core/clang )" # tests call clang++ PATCHES=( "$FILESDIR"/${PN}-3.0.1_p20240913_remove-failing-tests.patch diff --git a/dev-libs/libdispatch/libdispatch-5.7.1.ebuild b/dev-libs/libdispatch/libdispatch-5.7.1.ebuild index da9e6411f534..0adbe7eaf7ff 100644 --- a/dev-libs/libdispatch/libdispatch-5.7.1.ebuild +++ b/dev-libs/libdispatch/libdispatch-5.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,7 +25,7 @@ DEPEND=" " RDEPEND="${DEPEND}" BDEPEND=" - sys-devel/clang + llvm-core/clang sys-devel/llvm virtual/pkgconfig " diff --git a/dev-libs/libdispatch/libdispatch-5.7.3.ebuild b/dev-libs/libdispatch/libdispatch-5.7.3.ebuild index da9e6411f534..0adbe7eaf7ff 100644 --- a/dev-libs/libdispatch/libdispatch-5.7.3.ebuild +++ b/dev-libs/libdispatch/libdispatch-5.7.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,7 +25,7 @@ DEPEND=" " RDEPEND="${DEPEND}" BDEPEND=" - sys-devel/clang + llvm-core/clang sys-devel/llvm virtual/pkgconfig " diff --git a/dev-libs/libdispatch/libdispatch-5.8.ebuild b/dev-libs/libdispatch/libdispatch-5.8.ebuild index 7ccdb7491b88..aa3adc3e0109 100644 --- a/dev-libs/libdispatch/libdispatch-5.8.ebuild +++ b/dev-libs/libdispatch/libdispatch-5.8.ebuild @@ -25,7 +25,7 @@ DEPEND=" " RDEPEND="${DEPEND}" BDEPEND=" - sys-devel/clang + llvm-core/clang sys-devel/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 3f15a5cc35a3..5550095d1f72 100644 --- a/dev-libs/opencl-clang/opencl-clang-15.0.1.ebuild +++ b/dev-libs/opencl-clang/opencl-clang-15.0.1.ebuild @@ -19,7 +19,7 @@ KEYWORDS="amd64 ~riscv" RDEPEND=" dev-util/spirv-llvm-translator:${SLOT}= $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}=[static-analyzer] + llvm-core/clang:${LLVM_SLOT}=[static-analyzer] sys-devel/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 c1b5053075d7..2b855068c28a 100644 --- a/dev-libs/opencl-clang/opencl-clang-16.0.1.ebuild +++ b/dev-libs/opencl-clang/opencl-clang-16.0.1.ebuild @@ -19,7 +19,7 @@ KEYWORDS="amd64 ~riscv" RDEPEND=" dev-util/spirv-llvm-translator:${SLOT}= $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}=[static-analyzer] + llvm-core/clang:${LLVM_SLOT}=[static-analyzer] sys-devel/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 d28584d7b154..ce4049925454 100644 --- a/dev-libs/opencl-clang/opencl-clang-17.0.1.ebuild +++ b/dev-libs/opencl-clang/opencl-clang-17.0.1.ebuild @@ -19,7 +19,7 @@ KEYWORDS="amd64 ~riscv" RDEPEND=" dev-util/spirv-llvm-translator:${SLOT}= $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}=[static-analyzer] + llvm-core/clang:${LLVM_SLOT}=[static-analyzer] sys-devel/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 ad5c515de9aa..d0222829bdbf 100644 --- a/dev-libs/opencl-clang/opencl-clang-18.1.1.ebuild +++ b/dev-libs/opencl-clang/opencl-clang-18.1.1.ebuild @@ -19,7 +19,7 @@ KEYWORDS="amd64 ~riscv" RDEPEND=" dev-util/spirv-llvm-translator:${SLOT}= $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}=[static-analyzer] + llvm-core/clang:${LLVM_SLOT}=[static-analyzer] sys-devel/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 144bbc11ff20..fb678fb02e61 100644 --- a/dev-libs/opencl-clang/opencl-clang-19.1.0.ebuild +++ b/dev-libs/opencl-clang/opencl-clang-19.1.0.ebuild @@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~riscv" RDEPEND=" dev-util/spirv-llvm-translator:${SLOT}= $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}=[static-analyzer] + llvm-core/clang:${LLVM_SLOT}=[static-analyzer] sys-devel/llvm:${LLVM_SLOT}= ') " diff --git a/dev-libs/pocl/pocl-4.0.ebuild b/dev-libs/pocl/pocl-4.0.ebuild index e8e313759963..a3d122b4aad2 100644 --- a/dev-libs/pocl/pocl-4.0.ebuild +++ b/dev-libs/pocl/pocl-4.0.ebuild @@ -22,8 +22,8 @@ RESTRICT="!test? ( test ) test" # Note: No := on LLVM because it pulls in Clang # see llvm.eclass for why CLANG_DEPS=" - !cuda? ( <sys-devel/clang-$((${LLVM_MAX_SLOT} + 1)):= ) - cuda? ( <sys-devel/clang-$((${LLVM_MAX_SLOT} + 1)):=[llvm_targets_NVPTX] ) + !cuda? ( <llvm-core/clang-$((${LLVM_MAX_SLOT} + 1)):= ) + cuda? ( <llvm-core/clang-$((${LLVM_MAX_SLOT} + 1)):=[llvm_targets_NVPTX] ) " RDEPEND=" dev-libs/libltdl @@ -45,8 +45,8 @@ llvm_check_deps() { # Clang is used at both build time (executed) and runtime has_version -r "sys-devel/llvm:${LLVM_SLOT}${usedep}" && \ - has_version -r "sys-devel/clang:${LLVM_SLOT}${usedep}" && \ - has_version -b "sys-devel/clang:${LLVM_SLOT}${usedep}" + has_version -r "llvm-core/clang:${LLVM_SLOT}${usedep}" && \ + has_version -b "llvm-core/clang:${LLVM_SLOT}${usedep}" } src_configure() { diff --git a/dev-libs/pocl/pocl-5.0.ebuild b/dev-libs/pocl/pocl-5.0.ebuild index 16d02903db69..baef252e8a27 100644 --- a/dev-libs/pocl/pocl-5.0.ebuild +++ b/dev-libs/pocl/pocl-5.0.ebuild @@ -22,8 +22,8 @@ RESTRICT="!test? ( test ) test" # Note: No := on LLVM because it pulls in Clang # see llvm.eclass for why CLANG_DEPS=" - !cuda? ( <sys-devel/clang-$((${LLVM_MAX_SLOT} + 1)):= ) - cuda? ( <sys-devel/clang-$((${LLVM_MAX_SLOT} + 1)):=[llvm_targets_NVPTX] ) + !cuda? ( <llvm-core/clang-$((${LLVM_MAX_SLOT} + 1)):= ) + cuda? ( <llvm-core/clang-$((${LLVM_MAX_SLOT} + 1)):=[llvm_targets_NVPTX] ) " RDEPEND=" dev-libs/libltdl @@ -47,8 +47,8 @@ llvm_check_deps() { # Clang is used at both build time (executed) and runtime has_version -r "sys-devel/llvm:${LLVM_SLOT}${usedep}" && \ - has_version -r "sys-devel/clang:${LLVM_SLOT}${usedep}" && \ - has_version -b "sys-devel/clang:${LLVM_SLOT}${usedep}" + has_version -r "llvm-core/clang:${LLVM_SLOT}${usedep}" && \ + has_version -b "llvm-core/clang:${LLVM_SLOT}${usedep}" } src_configure() { diff --git a/dev-libs/pocl/pocl-6.0.ebuild b/dev-libs/pocl/pocl-6.0.ebuild index 2ae9dfbe316d..c9b019041597 100644 --- a/dev-libs/pocl/pocl-6.0.ebuild +++ b/dev-libs/pocl/pocl-6.0.ebuild @@ -21,11 +21,11 @@ RESTRICT="!test? ( test ) test" CLANG_DEPS=" $(llvm_gen_dep ' !cuda? ( - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}= ) cuda? ( - sys-devel/clang:${LLVM_SLOT}=[llvm_targets_NVPTX] + llvm-core/clang:${LLVM_SLOT}=[llvm_targets_NVPTX] sys-devel/llvm:${LLVM_SLOT}=[llvm_targets_NVPTX] ) ') diff --git a/dev-libs/rocm-comgr/rocm-comgr-5.1.3-r3.ebuild b/dev-libs/rocm-comgr/rocm-comgr-5.1.3-r3.ebuild index 160de25833cc..296369e2d117 100644 --- a/dev-libs/rocm-comgr/rocm-comgr-5.1.3-r3.ebuild +++ b/dev-libs/rocm-comgr/rocm-comgr-5.1.3-r3.ebuild @@ -35,7 +35,7 @@ LICENSE="MIT" SLOT="0/$(ver_cut 1-2)" RDEPEND=">=dev-libs/rocm-device-libs-${PV} - sys-devel/clang:${LLVM_MAX_SLOT}= + llvm-core/clang:${LLVM_MAX_SLOT}= llvm-core/clang-runtime:= sys-devel/lld:${LLVM_MAX_SLOT}=" DEPEND="${RDEPEND}" diff --git a/dev-libs/rocm-comgr/rocm-comgr-5.3.3-r2.ebuild b/dev-libs/rocm-comgr/rocm-comgr-5.3.3-r2.ebuild index c819d24ab59c..f36ab2b6e9de 100644 --- a/dev-libs/rocm-comgr/rocm-comgr-5.3.3-r2.ebuild +++ b/dev-libs/rocm-comgr/rocm-comgr-5.3.3-r2.ebuild @@ -38,7 +38,7 @@ LICENSE="MIT" SLOT="0/$(ver_cut 1-2)" RDEPEND=">=dev-libs/rocm-device-libs-${PV} - sys-devel/clang:${LLVM_MAX_SLOT}= + llvm-core/clang:${LLVM_MAX_SLOT}= llvm-core/clang-runtime:= sys-devel/lld:${LLVM_MAX_SLOT}=" DEPEND="${RDEPEND}" diff --git a/dev-libs/rocm-comgr/rocm-comgr-5.4.3-r1.ebuild b/dev-libs/rocm-comgr/rocm-comgr-5.4.3-r1.ebuild index 7fad2ecb611e..a522e27fce54 100644 --- a/dev-libs/rocm-comgr/rocm-comgr-5.4.3-r1.ebuild +++ b/dev-libs/rocm-comgr/rocm-comgr-5.4.3-r1.ebuild @@ -37,7 +37,7 @@ LICENSE="MIT" SLOT="0/$(ver_cut 1-2)" RDEPEND=">=dev-libs/rocm-device-libs-${PV} - sys-devel/clang:${LLVM_MAX_SLOT}= + llvm-core/clang:${LLVM_MAX_SLOT}= llvm-core/clang-runtime:= sys-devel/lld:${LLVM_MAX_SLOT}=" DEPEND="${RDEPEND}" diff --git a/dev-libs/rocm-comgr/rocm-comgr-5.5.1.ebuild b/dev-libs/rocm-comgr/rocm-comgr-5.5.1.ebuild index c875deb37346..480ac7e4fe08 100644 --- a/dev-libs/rocm-comgr/rocm-comgr-5.5.1.ebuild +++ b/dev-libs/rocm-comgr/rocm-comgr-5.5.1.ebuild @@ -40,7 +40,7 @@ LICENSE="MIT" SLOT="0/$(ver_cut 1-2)" RDEPEND=">=dev-libs/rocm-device-libs-${PV} - sys-devel/clang:${LLVM_MAX_SLOT}= + llvm-core/clang:${LLVM_MAX_SLOT}= llvm-core/clang-runtime:= sys-devel/lld:${LLVM_MAX_SLOT}=" DEPEND="${RDEPEND}" diff --git a/dev-libs/rocm-comgr/rocm-comgr-5.7.1.ebuild b/dev-libs/rocm-comgr/rocm-comgr-5.7.1.ebuild index 46d0159c3c68..023cea8328d7 100644 --- a/dev-libs/rocm-comgr/rocm-comgr-5.7.1.ebuild +++ b/dev-libs/rocm-comgr/rocm-comgr-5.7.1.ebuild @@ -39,7 +39,7 @@ LICENSE="MIT" SLOT="0/$(ver_cut 1-2)" RDEPEND=">=dev-libs/rocm-device-libs-${PV} - sys-devel/clang:${LLVM_MAX_SLOT}= + llvm-core/clang:${LLVM_MAX_SLOT}= llvm-core/clang-runtime:= sys-devel/lld:${LLVM_MAX_SLOT}=" DEPEND="${RDEPEND}" diff --git a/dev-libs/rocm-comgr/rocm-comgr-6.1.1.ebuild b/dev-libs/rocm-comgr/rocm-comgr-6.1.1.ebuild index 98d1d877a482..5390fc58240d 100644 --- a/dev-libs/rocm-comgr/rocm-comgr-6.1.1.ebuild +++ b/dev-libs/rocm-comgr/rocm-comgr-6.1.1.ebuild @@ -36,7 +36,7 @@ PATCHES=( RDEPEND=">=dev-libs/rocm-device-libs-${PV} llvm-core/clang-runtime:= $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/lld:${LLVM_SLOT}= ') dev-util/hipcc:${SLOT} diff --git a/dev-libs/rocm-comgr/rocm-comgr-6.1.2.ebuild b/dev-libs/rocm-comgr/rocm-comgr-6.1.2.ebuild index 98d1d877a482..5390fc58240d 100644 --- a/dev-libs/rocm-comgr/rocm-comgr-6.1.2.ebuild +++ b/dev-libs/rocm-comgr/rocm-comgr-6.1.2.ebuild @@ -36,7 +36,7 @@ PATCHES=( RDEPEND=">=dev-libs/rocm-device-libs-${PV} llvm-core/clang-runtime:= $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/lld:${LLVM_SLOT}= ') dev-util/hipcc:${SLOT} diff --git a/dev-libs/rocm-comgr/rocm-comgr-6.2.4.ebuild b/dev-libs/rocm-comgr/rocm-comgr-6.2.4.ebuild index 980400b84e65..bdeaf1812196 100644 --- a/dev-libs/rocm-comgr/rocm-comgr-6.2.4.ebuild +++ b/dev-libs/rocm-comgr/rocm-comgr-6.2.4.ebuild @@ -35,7 +35,7 @@ PATCHES=( RDEPEND=">=dev-libs/rocm-device-libs-${PV} llvm-core/clang-runtime:= $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/lld:${LLVM_SLOT}= ') dev-util/hipcc:${SLOT} diff --git a/dev-libs/rocm-device-libs/rocm-device-libs-5.1.3-r1.ebuild b/dev-libs/rocm-device-libs/rocm-device-libs-5.1.3-r1.ebuild index 771081d38665..b7ff41518668 100644 --- a/dev-libs/rocm-device-libs/rocm-device-libs-5.1.3-r1.ebuild +++ b/dev-libs/rocm-device-libs/rocm-device-libs-5.1.3-r1.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=8 @@ -25,7 +25,7 @@ SLOT="0/$(ver_cut 1-2)" IUSE="test" RESTRICT="!test? ( test )" -RDEPEND="sys-devel/clang:${LLVM_MAX_SLOT}" +RDEPEND="llvm-core/clang:${LLVM_MAX_SLOT}" DEPEND="${RDEPEND}" CMAKE_BUILD_TYPE=Release diff --git a/dev-libs/rocm-device-libs/rocm-device-libs-5.3.3.ebuild b/dev-libs/rocm-device-libs/rocm-device-libs-5.3.3.ebuild index 771081d38665..b7ff41518668 100644 --- a/dev-libs/rocm-device-libs/rocm-device-libs-5.3.3.ebuild +++ b/dev-libs/rocm-device-libs/rocm-device-libs-5.3.3.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=8 @@ -25,7 +25,7 @@ SLOT="0/$(ver_cut 1-2)" IUSE="test" RESTRICT="!test? ( test )" -RDEPEND="sys-devel/clang:${LLVM_MAX_SLOT}" +RDEPEND="llvm-core/clang:${LLVM_MAX_SLOT}" DEPEND="${RDEPEND}" CMAKE_BUILD_TYPE=Release diff --git a/dev-libs/rocm-device-libs/rocm-device-libs-5.4.3.ebuild b/dev-libs/rocm-device-libs/rocm-device-libs-5.4.3.ebuild index cab37f4bebff..b6add6d0f153 100644 --- a/dev-libs/rocm-device-libs/rocm-device-libs-5.4.3.ebuild +++ b/dev-libs/rocm-device-libs/rocm-device-libs-5.4.3.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 @@ -25,7 +25,7 @@ SLOT="0/$(ver_cut 1-2)" IUSE="test" RESTRICT="!test? ( test )" -RDEPEND="sys-devel/clang:${LLVM_MAX_SLOT}" +RDEPEND="llvm-core/clang:${LLVM_MAX_SLOT}" DEPEND="${RDEPEND}" CMAKE_BUILD_TYPE=Release diff --git a/dev-libs/rocm-device-libs/rocm-device-libs-5.5.1.ebuild b/dev-libs/rocm-device-libs/rocm-device-libs-5.5.1.ebuild index 6d104bcdde4e..223583f417aa 100644 --- a/dev-libs/rocm-device-libs/rocm-device-libs-5.5.1.ebuild +++ b/dev-libs/rocm-device-libs/rocm-device-libs-5.5.1.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 @@ -25,7 +25,7 @@ SLOT="0/$(ver_cut 1-2)" IUSE="test" RESTRICT="!test? ( test )" -RDEPEND="sys-devel/clang:${LLVM_MAX_SLOT}" +RDEPEND="llvm-core/clang:${LLVM_MAX_SLOT}" DEPEND="${RDEPEND}" CMAKE_BUILD_TYPE=Release diff --git a/dev-libs/rocm-device-libs/rocm-device-libs-5.7.1.ebuild b/dev-libs/rocm-device-libs/rocm-device-libs-5.7.1.ebuild index f86b432e076a..b0963c7a4b71 100644 --- a/dev-libs/rocm-device-libs/rocm-device-libs-5.7.1.ebuild +++ b/dev-libs/rocm-device-libs/rocm-device-libs-5.7.1.ebuild @@ -25,7 +25,7 @@ SLOT="0/$(ver_cut 1-2)" IUSE="test" RESTRICT="!test? ( test )" -RDEPEND="sys-devel/clang:${LLVM_MAX_SLOT}" +RDEPEND="llvm-core/clang:${LLVM_MAX_SLOT}" DEPEND="${RDEPEND}" CMAKE_BUILD_TYPE=Release diff --git a/dev-libs/rocm-device-libs/rocm-device-libs-6.1.1.ebuild b/dev-libs/rocm-device-libs/rocm-device-libs-6.1.1.ebuild index bd28fb96d253..e152c2c16ff0 100644 --- a/dev-libs/rocm-device-libs/rocm-device-libs-6.1.1.ebuild +++ b/dev-libs/rocm-device-libs/rocm-device-libs-6.1.1.ebuild @@ -30,7 +30,7 @@ RESTRICT="!test? ( test )" BDEPEND=" dev-build/rocm-cmake $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/lld:${LLVM_SLOT} ') " diff --git a/dev-libs/rocm-device-libs/rocm-device-libs-6.1.2.ebuild b/dev-libs/rocm-device-libs/rocm-device-libs-6.1.2.ebuild index a19a93f076ef..82f18381a135 100644 --- a/dev-libs/rocm-device-libs/rocm-device-libs-6.1.2.ebuild +++ b/dev-libs/rocm-device-libs/rocm-device-libs-6.1.2.ebuild @@ -30,7 +30,7 @@ RESTRICT="!test? ( test )" BDEPEND=" dev-build/rocm-cmake $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/lld:${LLVM_SLOT} ') " diff --git a/dev-libs/rocm-device-libs/rocm-device-libs-6.2.4.ebuild b/dev-libs/rocm-device-libs/rocm-device-libs-6.2.4.ebuild index 3c1cf10b077b..5d0f1c473831 100644 --- a/dev-libs/rocm-device-libs/rocm-device-libs-6.2.4.ebuild +++ b/dev-libs/rocm-device-libs/rocm-device-libs-6.2.4.ebuild @@ -30,7 +30,7 @@ RESTRICT="!test? ( test )" BDEPEND=" dev-build/rocm-cmake $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/lld:${LLVM_SLOT} ') " diff --git a/dev-libs/rocr-runtime/rocr-runtime-5.1.3-r1.ebuild b/dev-libs/rocr-runtime/rocr-runtime-5.1.3-r1.ebuild index c6ead573fcf6..24279130e0c3 100644 --- a/dev-libs/rocr-runtime/rocr-runtime-5.1.3-r1.ebuild +++ b/dev-libs/rocr-runtime/rocr-runtime-5.1.3-r1.ebuild @@ -33,7 +33,7 @@ DEPEND="${COMMON_DEPEND} >=dev-libs/roct-thunk-interface-${PV} >=dev-libs/rocm-device-libs-${PV} <=dev-libs/rocm-device-libs-6.0 - sys-devel/clang + llvm-core/clang sys-devel/lld" BDEPEND="app-editors/vim-core" # vim-core is needed for "xxd" diff --git a/dev-libs/rocr-runtime/rocr-runtime-5.3.3-r1.ebuild b/dev-libs/rocr-runtime/rocr-runtime-5.3.3-r1.ebuild index 50f9fd7ddbc1..fc1a70ffd598 100644 --- a/dev-libs/rocr-runtime/rocr-runtime-5.3.3-r1.ebuild +++ b/dev-libs/rocr-runtime/rocr-runtime-5.3.3-r1.ebuild @@ -33,7 +33,7 @@ DEPEND="${COMMON_DEPEND} >=dev-libs/roct-thunk-interface-${PV} >=dev-libs/rocm-device-libs-${PV} <=dev-libs/rocm-device-libs-6.0 - sys-devel/clang + llvm-core/clang sys-devel/lld" BDEPEND="app-editors/vim-core" # vim-core is needed for "xxd" diff --git a/dev-libs/rocr-runtime/rocr-runtime-5.4.3-r1.ebuild b/dev-libs/rocr-runtime/rocr-runtime-5.4.3-r1.ebuild index 7e8bc2bfae70..677ba4a18c03 100644 --- a/dev-libs/rocr-runtime/rocr-runtime-5.4.3-r1.ebuild +++ b/dev-libs/rocr-runtime/rocr-runtime-5.4.3-r1.ebuild @@ -33,7 +33,7 @@ DEPEND="${COMMON_DEPEND} >=dev-libs/roct-thunk-interface-${PV} >=dev-libs/rocm-device-libs-${PV} <=dev-libs/rocm-device-libs-6.0 - sys-devel/clang + llvm-core/clang sys-devel/lld" BDEPEND="app-editors/vim-core" # vim-core is needed for "xxd" diff --git a/dev-libs/rocr-runtime/rocr-runtime-5.5.1.ebuild b/dev-libs/rocr-runtime/rocr-runtime-5.5.1.ebuild index 2ba50c9ad4d9..bea69b21a582 100644 --- a/dev-libs/rocr-runtime/rocr-runtime-5.5.1.ebuild +++ b/dev-libs/rocr-runtime/rocr-runtime-5.5.1.ebuild @@ -33,7 +33,7 @@ DEPEND="${COMMON_DEPEND} >=dev-libs/roct-thunk-interface-${PV} >=dev-libs/rocm-device-libs-${PV} <=dev-libs/rocm-device-libs-6.0 - sys-devel/clang + llvm-core/clang sys-devel/lld" BDEPEND="app-editors/vim-core" # vim-core is needed for "xxd" diff --git a/dev-libs/rocr-runtime/rocr-runtime-5.7.1-r3.ebuild b/dev-libs/rocr-runtime/rocr-runtime-5.7.1-r3.ebuild index 57ea514d66ad..ad23271e5d8b 100644 --- a/dev-libs/rocr-runtime/rocr-runtime-5.7.1-r3.ebuild +++ b/dev-libs/rocr-runtime/rocr-runtime-5.7.1-r3.ebuild @@ -35,7 +35,7 @@ DEPEND="${COMMON_DEPEND} >=dev-libs/roct-thunk-interface-${PV} >=dev-libs/rocm-device-libs-${PV} <=dev-libs/rocm-device-libs-6.0 - sys-devel/clang:${LLVM_MAX_SLOT}= + llvm-core/clang:${LLVM_MAX_SLOT}= sys-devel/lld:${LLVM_MAX_SLOT}=" RDEPEND="${DEPEND}" BDEPEND="app-editors/vim-core" diff --git a/dev-libs/rocr-runtime/rocr-runtime-6.1.1.ebuild b/dev-libs/rocr-runtime/rocr-runtime-6.1.1.ebuild index 06778711004a..5f0191c20fa2 100644 --- a/dev-libs/rocr-runtime/rocr-runtime-6.1.1.ebuild +++ b/dev-libs/rocr-runtime/rocr-runtime-6.1.1.ebuild @@ -36,7 +36,7 @@ DEPEND="${COMMON_DEPEND} >=dev-libs/roct-thunk-interface-${PV} >=dev-libs/rocm-device-libs-${PV} $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/lld:${LLVM_SLOT}= ') " diff --git a/dev-libs/rocr-runtime/rocr-runtime-6.1.2.ebuild b/dev-libs/rocr-runtime/rocr-runtime-6.1.2.ebuild index 06778711004a..5f0191c20fa2 100644 --- a/dev-libs/rocr-runtime/rocr-runtime-6.1.2.ebuild +++ b/dev-libs/rocr-runtime/rocr-runtime-6.1.2.ebuild @@ -36,7 +36,7 @@ DEPEND="${COMMON_DEPEND} >=dev-libs/roct-thunk-interface-${PV} >=dev-libs/rocm-device-libs-${PV} $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/lld:${LLVM_SLOT}= ') " diff --git a/dev-libs/rocr-runtime/rocr-runtime-6.2.4.ebuild b/dev-libs/rocr-runtime/rocr-runtime-6.2.4.ebuild index 61f349f8dd86..218622b90238 100644 --- a/dev-libs/rocr-runtime/rocr-runtime-6.2.4.ebuild +++ b/dev-libs/rocr-runtime/rocr-runtime-6.2.4.ebuild @@ -34,7 +34,7 @@ DEPEND="${COMMON_DEPEND} >=dev-libs/roct-thunk-interface-${PV} >=dev-libs/rocm-device-libs-${PV} $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/lld:${LLVM_SLOT}= ') " diff --git a/dev-lisp/c2ffi/c2ffi-18.1.0.20240926.ebuild b/dev-lisp/c2ffi/c2ffi-18.1.0.20240926.ebuild index 9a88c30ee22e..e3b2c61de99c 100644 --- a/dev-lisp/c2ffi/c2ffi-18.1.0.20240926.ebuild +++ b/dev-lisp/c2ffi/c2ffi-18.1.0.20240926.ebuild @@ -17,6 +17,6 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64" -DEPEND="sys-devel/clang:${LLVM_MAX_SLOT} +DEPEND="llvm-core/clang:${LLVM_MAX_SLOT} sys-devel/llvm:${LLVM_MAX_SLOT}" RDEPEND="${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 c46cb818209b..ab094d7a3bbc 100644 --- a/dev-python/clang-python/clang-python-15.0.7.ebuild +++ b/dev-python/clang-python/clang-python-15.0.7.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit llvm.org python-r1 -DESCRIPTION="Python bindings for sys-devel/clang" +DESCRIPTION="Python bindings for llvm-core/clang" HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" @@ -19,9 +19,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" # The module is opening libclang.so directly, and doing some blasphemy # on top of it. DEPEND=" - >=sys-devel/clang-${PV}:* + >=llvm-core/clang-${PV}:* !sys-devel/llvm:0[clang(-),python(-)] - !sys-devel/clang:0[python(-)] + !llvm-core/clang:0[python(-)] " RDEPEND=" ${DEPEND} @@ -30,7 +30,7 @@ RDEPEND=" BDEPEND=" ${PYTHON_DEPS} test? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} ) " 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 5b9951526538..37ef9cee0fc0 100644 --- a/dev-python/clang-python/clang-python-16.0.6.ebuild +++ b/dev-python/clang-python/clang-python-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 @@ -6,7 +6,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) inherit llvm.org python-r1 -DESCRIPTION="Python bindings for sys-devel/clang" +DESCRIPTION="Python bindings for llvm-core/clang" HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" @@ -19,9 +19,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" # The module is opening libclang.so directly, and doing some blasphemy # on top of it. DEPEND=" - >=sys-devel/clang-${PV}:* + >=llvm-core/clang-${PV}:* !sys-devel/llvm:0[clang(-),python(-)] - !sys-devel/clang:0[python(-)] + !llvm-core/clang:0[python(-)] " RDEPEND=" ${DEPEND} @@ -30,7 +30,7 @@ RDEPEND=" BDEPEND=" ${PYTHON_DEPS} test? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} ) " 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 7762bfd83fe4..37ef9cee0fc0 100644 --- a/dev-python/clang-python/clang-python-17.0.6.ebuild +++ b/dev-python/clang-python/clang-python-17.0.6.ebuild @@ -6,7 +6,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) inherit llvm.org python-r1 -DESCRIPTION="Python bindings for sys-devel/clang" +DESCRIPTION="Python bindings for llvm-core/clang" HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" @@ -19,9 +19,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" # The module is opening libclang.so directly, and doing some blasphemy # on top of it. DEPEND=" - >=sys-devel/clang-${PV}:* + >=llvm-core/clang-${PV}:* !sys-devel/llvm:0[clang(-),python(-)] - !sys-devel/clang:0[python(-)] + !llvm-core/clang:0[python(-)] " RDEPEND=" ${DEPEND} @@ -30,7 +30,7 @@ RDEPEND=" BDEPEND=" ${PYTHON_DEPS} test? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} ) " 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 ea8472ba126c..72e33b7dc260 100644 --- a/dev-python/clang-python/clang-python-18.1.8.ebuild +++ b/dev-python/clang-python/clang-python-18.1.8.ebuild @@ -6,7 +6,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..13} ) inherit llvm.org python-r1 -DESCRIPTION="Python bindings for sys-devel/clang" +DESCRIPTION="Python bindings for llvm-core/clang" HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" @@ -19,9 +19,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" # The module is opening libclang.so directly, and doing some blasphemy # on top of it. DEPEND=" - >=sys-devel/clang-${PV}:* + >=llvm-core/clang-${PV}:* !sys-devel/llvm:0[clang(-),python(-)] - !sys-devel/clang:0[python(-)] + !llvm-core/clang:0[python(-)] " RDEPEND=" ${DEPEND} @@ -30,7 +30,7 @@ RDEPEND=" BDEPEND=" ${PYTHON_DEPS} test? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} ) " 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 ea8472ba126c..72e33b7dc260 100644 --- a/dev-python/clang-python/clang-python-19.1.4.ebuild +++ b/dev-python/clang-python/clang-python-19.1.4.ebuild @@ -6,7 +6,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..13} ) inherit llvm.org python-r1 -DESCRIPTION="Python bindings for sys-devel/clang" +DESCRIPTION="Python bindings for llvm-core/clang" HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" @@ -19,9 +19,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" # The module is opening libclang.so directly, and doing some blasphemy # on top of it. DEPEND=" - >=sys-devel/clang-${PV}:* + >=llvm-core/clang-${PV}:* !sys-devel/llvm:0[clang(-),python(-)] - !sys-devel/clang:0[python(-)] + !llvm-core/clang:0[python(-)] " RDEPEND=" ${DEPEND} @@ -30,7 +30,7 @@ RDEPEND=" BDEPEND=" ${PYTHON_DEPS} test? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} ) " 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 9b3ee513e023..e43015ed5bc9 100644 --- a/dev-python/clang-python/clang-python-19.1.5.ebuild +++ b/dev-python/clang-python/clang-python-19.1.5.ebuild @@ -6,7 +6,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..13} ) inherit llvm.org python-r1 -DESCRIPTION="Python bindings for sys-devel/clang" +DESCRIPTION="Python bindings for llvm-core/clang" HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" @@ -19,9 +19,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" # The module is opening libclang.so directly, and doing some blasphemy # on top of it. DEPEND=" - >=sys-devel/clang-${PV}:* + >=llvm-core/clang-${PV}:* !sys-devel/llvm:0[clang(-),python(-)] - !sys-devel/clang:0[python(-)] + !llvm-core/clang:0[python(-)] " RDEPEND=" ${DEPEND} @@ -30,7 +30,7 @@ RDEPEND=" BDEPEND=" ${PYTHON_DEPS} test? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} ) " 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 7f3de6814bbb..ac0a5d029db5 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 @@ -6,7 +6,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..13} ) inherit llvm.org python-r1 -DESCRIPTION="Python bindings for sys-devel/clang" +DESCRIPTION="Python bindings for llvm-core/clang" HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" @@ -18,9 +18,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" # The module is opening libclang.so directly, and doing some blasphemy # on top of it. DEPEND=" - >=sys-devel/clang-${PV}:* + >=llvm-core/clang-${PV}:* !sys-devel/llvm:0[clang(-),python(-)] - !sys-devel/clang:0[python(-)] + !llvm-core/clang:0[python(-)] " RDEPEND=" ${DEPEND} @@ -29,7 +29,7 @@ RDEPEND=" BDEPEND=" ${PYTHON_DEPS} test? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} ) " 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 7f3de6814bbb..ac0a5d029db5 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 @@ -6,7 +6,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..13} ) inherit llvm.org python-r1 -DESCRIPTION="Python bindings for sys-devel/clang" +DESCRIPTION="Python bindings for llvm-core/clang" HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" @@ -18,9 +18,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" # The module is opening libclang.so directly, and doing some blasphemy # on top of it. DEPEND=" - >=sys-devel/clang-${PV}:* + >=llvm-core/clang-${PV}:* !sys-devel/llvm:0[clang(-),python(-)] - !sys-devel/clang:0[python(-)] + !llvm-core/clang:0[python(-)] " RDEPEND=" ${DEPEND} @@ -29,7 +29,7 @@ RDEPEND=" BDEPEND=" ${PYTHON_DEPS} test? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} ) " 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 30d183182221..49fe39c88a81 100644 --- a/dev-python/pyside2-tools/pyside2-tools-5.15.14.ebuild +++ b/dev-python/pyside2-tools/pyside2-tools-5.15.14.ebuild @@ -33,7 +33,7 @@ RDEPEND="${PYTHON_DEPS} " DEPEND="${RDEPEND} $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ') " diff --git a/dev-python/pyside2/pyside2-5.15.14.ebuild b/dev-python/pyside2/pyside2-5.15.14.ebuild index 81fdf09251fe..c76574b940c1 100644 --- a/dev-python/pyside2/pyside2-5.15.14.ebuild +++ b/dev-python/pyside2/pyside2-5.15.14.ebuild @@ -127,7 +127,7 @@ RDEPEND="${PYTHON_DEPS} " DEPEND="${RDEPEND} $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/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 4005f218570d..1a66b68b237d 100644 --- a/dev-python/pyside6-tools/pyside6-tools-6.7.2.ebuild +++ b/dev-python/pyside6-tools/pyside6-tools-6.7.2.ebuild @@ -33,7 +33,7 @@ RDEPEND="${PYTHON_DEPS} " DEPEND="${RDEPEND} $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/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 6f478d781c10..c1206e207864 100644 --- a/dev-python/pyside6-tools/pyside6-tools-6.7.3.ebuild +++ b/dev-python/pyside6-tools/pyside6-tools-6.7.3.ebuild @@ -33,7 +33,7 @@ RDEPEND="${PYTHON_DEPS} " DEPEND="${RDEPEND} $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ') " diff --git a/dev-python/pyside6/pyside6-6.7.2.ebuild b/dev-python/pyside6/pyside6-6.7.2.ebuild index 6496055c40cf..08d162b53274 100644 --- a/dev-python/pyside6/pyside6-6.7.2.ebuild +++ b/dev-python/pyside6/pyside6-6.7.2.ebuild @@ -123,7 +123,7 @@ RDEPEND="${PYTHON_DEPS} " DEPEND="${RDEPEND} $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/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 4d557821ecae..eaac3c39c3f2 100644 --- a/dev-python/pyside6/pyside6-6.7.3.ebuild +++ b/dev-python/pyside6/pyside6-6.7.3.ebuild @@ -123,7 +123,7 @@ RDEPEND="${PYTHON_DEPS} " DEPEND="${RDEPEND} $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/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 827bc11eac62..2297c2c260e3 100644 --- a/dev-python/shiboken2/shiboken2-5.15.14.ebuild +++ b/dev-python/shiboken2/shiboken2-5.15.14.ebuild @@ -45,7 +45,7 @@ QT_PV="$(ver_cut 1-3)*:5" RDEPEND="${PYTHON_DEPS} =dev-qt/qtcore-${QT_PV} $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ') docstrings? ( diff --git a/dev-python/shiboken6/shiboken6-6.7.2.ebuild b/dev-python/shiboken6/shiboken6-6.7.2.ebuild index aa0074264df0..3f41f51d5723 100644 --- a/dev-python/shiboken6/shiboken6-6.7.2.ebuild +++ b/dev-python/shiboken6/shiboken6-6.7.2.ebuild @@ -45,7 +45,7 @@ QT_PV="$(ver_cut 1-3)*:6" RDEPEND="${PYTHON_DEPS} =dev-qt/qtbase-${QT_PV} $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ') docstrings? ( diff --git a/dev-python/shiboken6/shiboken6-6.7.3.ebuild b/dev-python/shiboken6/shiboken6-6.7.3.ebuild index 20795abc25d1..4cda720cb5fe 100644 --- a/dev-python/shiboken6/shiboken6-6.7.3.ebuild +++ b/dev-python/shiboken6/shiboken6-6.7.3.ebuild @@ -45,7 +45,7 @@ QT_PV="$(ver_cut 1-3)*:6" RDEPEND="${PYTHON_DEPS} =dev-qt/qtbase-${QT_PV} $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ') docstrings? ( diff --git a/dev-qt/qdoc/qdoc-5.15.14.ebuild b/dev-qt/qdoc/qdoc-5.15.14.ebuild index 0690dba01d03..d6c6ffb03f5e 100644 --- a/dev-qt/qdoc/qdoc-5.15.14.ebuild +++ b/dev-qt/qdoc/qdoc-5.15.14.ebuild @@ -17,7 +17,7 @@ IUSE="qml" DEPEND=" =dev-qt/qtcore-${QT5_PV}*:5= - sys-devel/clang:= + llvm-core/clang:= qml? ( =dev-qt/qtdeclarative-${QT5_PV}* ) " RDEPEND="${DEPEND}" diff --git a/dev-qt/qdoc/qdoc-5.15.16.ebuild b/dev-qt/qdoc/qdoc-5.15.16.ebuild index 296ff2edc271..5869ec87fe6e 100644 --- a/dev-qt/qdoc/qdoc-5.15.16.ebuild +++ b/dev-qt/qdoc/qdoc-5.15.16.ebuild @@ -17,7 +17,7 @@ IUSE="qml" DEPEND=" =dev-qt/qtcore-${QT5_PV}*:5= - sys-devel/clang:= + llvm-core/clang:= qml? ( =dev-qt/qtdeclarative-${QT5_PV}* ) " RDEPEND="${DEPEND}" 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 3bd904903799..5a084fb0eff8 100644 --- a/dev-qt/qt-creator/qt-creator-14.0.2.ebuild +++ b/dev-qt/qt-creator/qt-creator-14.0.2.ebuild @@ -50,7 +50,7 @@ COMMON_DEPEND=" >=dev-qt/qtdeclarative-${QT_PV}= clang? ( $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}= ') ) 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 af16e6ac46b3..e42f247a89c9 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 @@ -55,7 +55,7 @@ COMMON_DEPEND=" >=dev-qt/qtdeclarative-${QT_PV}= clang? ( $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}= ') ) diff --git a/dev-qt/qt-creator/qt-creator-9999.ebuild b/dev-qt/qt-creator/qt-creator-9999.ebuild index af16e6ac46b3..e42f247a89c9 100644 --- a/dev-qt/qt-creator/qt-creator-9999.ebuild +++ b/dev-qt/qt-creator/qt-creator-9999.ebuild @@ -55,7 +55,7 @@ COMMON_DEPEND=" >=dev-qt/qtdeclarative-${QT_PV}= clang? ( $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}= ') ) diff --git a/dev-qt/qttools/qttools-6.7.2.ebuild b/dev-qt/qttools/qttools-6.7.2.ebuild index ac30a31faddf..14f61bb036ab 100644 --- a/dev-qt/qttools/qttools-6.7.2.ebuild +++ b/dev-qt/qttools/qttools-6.7.2.ebuild @@ -40,7 +40,7 @@ RDEPEND=" assistant? ( ~dev-qt/qtbase-${PV}:6[sql,sqlite] ) clang? ( $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}= ') ) diff --git a/dev-qt/qttools/qttools-6.7.3.ebuild b/dev-qt/qttools/qttools-6.7.3.ebuild index a6cc8cab4ea2..8333d75a6076 100644 --- a/dev-qt/qttools/qttools-6.7.3.ebuild +++ b/dev-qt/qttools/qttools-6.7.3.ebuild @@ -40,7 +40,7 @@ RDEPEND=" assistant? ( ~dev-qt/qtbase-${PV}:6[network,sql,sqlite] ) clang? ( $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}= ') ) diff --git a/dev-qt/qttools/qttools-6.8.1.ebuild b/dev-qt/qttools/qttools-6.8.1.ebuild index 68f3a306f5bb..9fd2c23043f2 100644 --- a/dev-qt/qttools/qttools-6.8.1.ebuild +++ b/dev-qt/qttools/qttools-6.8.1.ebuild @@ -41,7 +41,7 @@ RDEPEND=" assistant? ( ~dev-qt/qtbase-${PV}:6[network,sql,sqlite] ) clang? ( $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}= ') ) diff --git a/dev-qt/qttools/qttools-6.8.9999.ebuild b/dev-qt/qttools/qttools-6.8.9999.ebuild index 68f3a306f5bb..9fd2c23043f2 100644 --- a/dev-qt/qttools/qttools-6.8.9999.ebuild +++ b/dev-qt/qttools/qttools-6.8.9999.ebuild @@ -41,7 +41,7 @@ RDEPEND=" assistant? ( ~dev-qt/qtbase-${PV}:6[network,sql,sqlite] ) clang? ( $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}= ') ) diff --git a/dev-qt/qttools/qttools-6.9999.ebuild b/dev-qt/qttools/qttools-6.9999.ebuild index 68f3a306f5bb..9fd2c23043f2 100644 --- a/dev-qt/qttools/qttools-6.9999.ebuild +++ b/dev-qt/qttools/qttools-6.9999.ebuild @@ -41,7 +41,7 @@ RDEPEND=" assistant? ( ~dev-qt/qtbase-${PV}:6[network,sql,sqlite] ) clang? ( $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}= ') ) diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.14_p20240510.ebuild b/dev-qt/qtwebengine/qtwebengine-5.15.14_p20240510.ebuild index cbbeaa7e9052..9fce45dac93f 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.15.14_p20240510.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.15.14_p20240510.ebuild @@ -199,7 +199,7 @@ src_prepare() { # src/3rdparty/gn fails with libc++ due to passing of `-static-libstdc++` if tc-is-clang ; then - if has_version 'sys-devel/clang[default-libcxx(-)]' || has_version 'llvm-core/clang-common[default-libcxx(-)]' ; then + if has_version 'llvm-core/clang[default-libcxx(-)]' || has_version 'llvm-core/clang-common[default-libcxx(-)]' ; then eapply "${FILESDIR}/${PN}-5.15.2_p20210521-clang-libc++.patch" fi fi diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.16_p20241115.ebuild b/dev-qt/qtwebengine/qtwebengine-5.15.16_p20241115.ebuild index 6b55e3c17f18..4725974b0098 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.15.16_p20241115.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.15.16_p20241115.ebuild @@ -199,7 +199,7 @@ src_prepare() { # src/3rdparty/gn fails with libc++ due to passing of `-static-libstdc++` if tc-is-clang ; then - if has_version 'sys-devel/clang[default-libcxx(-)]' || has_version 'llvm-core/clang-common[default-libcxx(-)]' ; then + if has_version 'llvm-core/clang[default-libcxx(-)]' || has_version 'llvm-core/clang-common[default-libcxx(-)]' ; then eapply "${FILESDIR}/${PN}-5.15.2_p20210521-clang-libc++.patch" fi fi diff --git a/dev-util/Tensile/Tensile-5.1.3-r3.ebuild b/dev-util/Tensile/Tensile-5.1.3-r3.ebuild index da1adcab4f7b..63d7d66e8695 100644 --- a/dev-util/Tensile/Tensile-5.1.3-r3.ebuild +++ b/dev-util/Tensile/Tensile-5.1.3-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 llvm prefix @@ -27,7 +27,7 @@ RDEPEND="${PYTHON_DEPS} dev-python/pyyaml[${PYTHON_USEDEP}] dev-python/msgpack[${PYTHON_USEDEP}] dev-util/hip - sys-devel/clang:${LLVM_MAX_SLOT} + llvm-core/clang:${LLVM_MAX_SLOT} >=dev-util/rocm-smi-4.3.0 " DEPEND="${RDEPEND}" diff --git a/dev-util/Tensile/Tensile-5.4.2-r2.ebuild b/dev-util/Tensile/Tensile-5.4.2-r2.ebuild index c846dce60997..18cb8b339be7 100644 --- a/dev-util/Tensile/Tensile-5.4.2-r2.ebuild +++ b/dev-util/Tensile/Tensile-5.4.2-r2.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 @@ -30,7 +30,7 @@ RDEPEND="${PYTHON_DEPS} dev-python/msgpack[${PYTHON_USEDEP}] dev-util/hip >=dev-util/rocm-smi-4.3.0 - sys-devel/clang:${LLVM_MAX_SLOT} + llvm-core/clang:${LLVM_MAX_SLOT} " DEPEND="${RDEPEND}" diff --git a/dev-util/Tensile/Tensile-5.7.1-r2.ebuild b/dev-util/Tensile/Tensile-5.7.1-r2.ebuild index 64902c86549c..ec246a594074 100644 --- a/dev-util/Tensile/Tensile-5.7.1-r2.ebuild +++ b/dev-util/Tensile/Tensile-5.7.1-r2.ebuild @@ -30,7 +30,7 @@ RDEPEND="${PYTHON_DEPS} dev-python/msgpack[${PYTHON_USEDEP}] =dev-util/hip-5* >=dev-util/rocm-smi-4.3.0 - sys-devel/clang:${LLVM_MAX_SLOT} + llvm-core/clang:${LLVM_MAX_SLOT} " DEPEND="${RDEPEND}" BDEPEND=" diff --git a/dev-util/Tensile/Tensile-6.1.1-r1.ebuild b/dev-util/Tensile/Tensile-6.1.1-r1.ebuild index f10408b60b93..896eeb8bfb5d 100644 --- a/dev-util/Tensile/Tensile-6.1.1-r1.ebuild +++ b/dev-util/Tensile/Tensile-6.1.1-r1.ebuild @@ -32,7 +32,7 @@ RDEPEND="${PYTHON_DEPS} =dev-util/hip-6* >=dev-util/rocm-smi-4.3.0 $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} ') " DEPEND="${RDEPEND}" diff --git a/dev-util/Tensile/Tensile-6.1.1.ebuild b/dev-util/Tensile/Tensile-6.1.1.ebuild index 7162a0298dcf..c39adc0462ff 100644 --- a/dev-util/Tensile/Tensile-6.1.1.ebuild +++ b/dev-util/Tensile/Tensile-6.1.1.ebuild @@ -32,7 +32,7 @@ RDEPEND="${PYTHON_DEPS} =dev-util/hip-6* >=dev-util/rocm-smi-4.3.0 $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} ') " DEPEND="${RDEPEND}" diff --git a/dev-util/bcc/bcc-0.29.1-r1.ebuild b/dev-util/bcc/bcc-0.29.1-r1.ebuild index 1ac9b797b8ef..11012e78354b 100644 --- a/dev-util/bcc/bcc-0.29.1-r1.ebuild +++ b/dev-util/bcc/bcc-0.29.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 LUA_COMPAT=( luajit ) -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..12} ) LLVM_MAX_SLOT=18 inherit cmake linux-info llvm lua-single python-r1 toolchain-funcs @@ -30,7 +30,7 @@ RDEPEND=" >=dev-libs/elfutils-0.166:= >=dev-libs/libbpf-1.2.0:=[static-libs(-)] sys-kernel/linux-headers - <sys-devel/clang-$((${LLVM_MAX_SLOT} + 1)):= + <llvm-core/clang-$((${LLVM_MAX_SLOT} + 1)):= <sys-devel/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 236331466a37..6b8d96d312e9 100644 --- a/dev-util/bcc/bcc-0.29.1-r2.ebuild +++ b/dev-util/bcc/bcc-0.29.1-r2.ebuild @@ -4,7 +4,7 @@ EAPI=8 LUA_COMPAT=( luajit ) -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..12} ) LLVM_MAX_SLOT=18 inherit cmake linux-info llvm lua-single python-r1 toolchain-funcs @@ -30,7 +30,7 @@ RDEPEND=" >=dev-libs/elfutils-0.166:= >=dev-libs/libbpf-1.2.0:=[static-libs(-)] sys-kernel/linux-headers - <sys-devel/clang-$((${LLVM_MAX_SLOT} + 1)):= + <llvm-core/clang-$((${LLVM_MAX_SLOT} + 1)):= <sys-devel/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 26274f69ba0c..fd7dd51b3f49 100644 --- a/dev-util/bcc/bcc-0.30.0-r1.ebuild +++ b/dev-util/bcc/bcc-0.30.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 LUA_COMPAT=( luajit ) -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..12} ) LLVM_MAX_SLOT=18 inherit cmake linux-info llvm lua-single python-r1 toolchain-funcs @@ -30,7 +30,7 @@ RDEPEND=" >=dev-libs/elfutils-0.166:= >=dev-libs/libbpf-1.2.0:=[static-libs(-)] sys-kernel/linux-headers - <sys-devel/clang-$((${LLVM_MAX_SLOT} + 1)):= + <llvm-core/clang-$((${LLVM_MAX_SLOT} + 1)):= <sys-devel/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 a9301a67fcca..8533a1e69f12 100644 --- a/dev-util/bcc/bcc-0.31.0-r2.ebuild +++ b/dev-util/bcc/bcc-0.31.0-r2.ebuild @@ -36,7 +36,7 @@ RDEPEND=" sys-kernel/linux-headers sys-libs/ncurses:=[tinfo] $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}= ') lzma? ( || ( diff --git a/dev-util/bindgen/bindgen-0.68.1-r1.ebuild b/dev-util/bindgen/bindgen-0.68.1-r1.ebuild index 9b9bbaeb26d3..8cd60e89534c 100644 --- a/dev-util/bindgen/bindgen-0.68.1-r1.ebuild +++ b/dev-util/bindgen/bindgen-0.68.1-r1.ebuild @@ -118,7 +118,7 @@ KEYWORDS="amd64 arm64 ~ppc64 ~riscv" DEPEND="${RUST_DEPEND}" RDEPEND="${DEPEND} - sys-devel/clang:*" + llvm-core/clang:*" QA_FLAGS_IGNORED="usr/bin/bindgen" diff --git a/dev-util/bindgen/bindgen-0.69.4-r1.ebuild b/dev-util/bindgen/bindgen-0.69.4-r1.ebuild index 02f369060287..9238caaafbc1 100644 --- a/dev-util/bindgen/bindgen-0.69.4-r1.ebuild +++ b/dev-util/bindgen/bindgen-0.69.4-r1.ebuild @@ -116,7 +116,7 @@ KEYWORDS="amd64 arm64 ~ppc64 ~riscv" DEPEND="${RUST_DEPEND}" RDEPEND="${DEPEND} - sys-devel/clang:*" + llvm-core/clang:*" QA_FLAGS_IGNORED="usr/bin/bindgen" diff --git a/dev-util/bindgen/bindgen-0.70.1-r1.ebuild b/dev-util/bindgen/bindgen-0.70.1-r1.ebuild index 0f2fb05d05b7..18cb4aaee5f7 100644 --- a/dev-util/bindgen/bindgen-0.70.1-r1.ebuild +++ b/dev-util/bindgen/bindgen-0.70.1-r1.ebuild @@ -111,7 +111,7 @@ KEYWORDS="amd64 arm64 ~ppc64 ~riscv" DEPEND="${RUST_DEPEND}" RDEPEND="${DEPEND} - sys-devel/clang:*" + llvm-core/clang:*" QA_FLAGS_IGNORED="usr/bin/bindgen" diff --git a/dev-util/bpftool/bpftool-6.8.2.ebuild b/dev-util/bpftool/bpftool-6.8.2.ebuild index bc24e2fde459..15c1e8fa6a16 100644 --- a/dev-util/bpftool/bpftool-6.8.2.ebuild +++ b/dev-util/bpftool/bpftool-6.8.2.ebuild @@ -119,5 +119,5 @@ src_install() { } pkg_postinst() { - optfeature "clang-bpf-co-re support" sys-devel/clang[llvm_targets_BPF] + optfeature "clang-bpf-co-re support" llvm-core/clang[llvm_targets_BPF] } diff --git a/dev-util/bpftool/bpftool-6.9.2.ebuild b/dev-util/bpftool/bpftool-6.9.2.ebuild index 3f0a1e040297..892333952cea 100644 --- a/dev-util/bpftool/bpftool-6.9.2.ebuild +++ b/dev-util/bpftool/bpftool-6.9.2.ebuild @@ -119,5 +119,5 @@ src_install() { } pkg_postinst() { - optfeature "clang-bpf-co-re support" sys-devel/clang[llvm_targets_BPF] + optfeature "clang-bpf-co-re support" llvm-core/clang[llvm_targets_BPF] } diff --git a/dev-util/bpftool/bpftool-7.4.0.ebuild b/dev-util/bpftool/bpftool-7.4.0.ebuild index 5cf187db53d8..a09fb881d1c6 100644 --- a/dev-util/bpftool/bpftool-7.4.0.ebuild +++ b/dev-util/bpftool/bpftool-7.4.0.ebuild @@ -59,7 +59,7 @@ BDEPEND=" ${PYTHON_DEPS} app-arch/tar dev-python/docutils - $(llvm_gen_dep 'sys-devel/clang:${LLVM_SLOT}[llvm_targets_BPF]') + $(llvm_gen_dep 'llvm-core/clang:${LLVM_SLOT}[llvm_targets_BPF]') " CONFIG_CHECK="~DEBUG_INFO_BTF" diff --git a/dev-util/bpftool/bpftool-7.5.0.ebuild b/dev-util/bpftool/bpftool-7.5.0.ebuild index 484a512181cf..eda221c9e84e 100644 --- a/dev-util/bpftool/bpftool-7.5.0.ebuild +++ b/dev-util/bpftool/bpftool-7.5.0.ebuild @@ -59,7 +59,7 @@ BDEPEND=" ${PYTHON_DEPS} app-arch/tar dev-python/docutils - clang? ( $(llvm_gen_dep 'sys-devel/clang:${LLVM_SLOT}[llvm_targets_BPF]') ) + clang? ( $(llvm_gen_dep 'llvm-core/clang:${LLVM_SLOT}[llvm_targets_BPF]') ) !clang? ( sys-devel/bpf-toolchain ) " diff --git a/dev-util/bpftool/bpftool-9999.ebuild b/dev-util/bpftool/bpftool-9999.ebuild index 484a512181cf..eda221c9e84e 100644 --- a/dev-util/bpftool/bpftool-9999.ebuild +++ b/dev-util/bpftool/bpftool-9999.ebuild @@ -59,7 +59,7 @@ BDEPEND=" ${PYTHON_DEPS} app-arch/tar dev-python/docutils - clang? ( $(llvm_gen_dep 'sys-devel/clang:${LLVM_SLOT}[llvm_targets_BPF]') ) + clang? ( $(llvm_gen_dep 'llvm-core/clang:${LLVM_SLOT}[llvm_targets_BPF]') ) !clang? ( sys-devel/bpf-toolchain ) " diff --git a/dev-util/bpftool/metadata.xml b/dev-util/bpftool/metadata.xml index 9f8d8d0dc0a8..a93a13d9ca19 100644 --- a/dev-util/bpftool/metadata.xml +++ b/dev-util/bpftool/metadata.xml @@ -11,7 +11,7 @@ </maintainer> <use> <flag name="caps">Use <pkg>sys-libs/libcap</pkg> to enable unprivileged run support</flag> - <flag name="clang">Use <pkg>sys-devel/clang</pkg> instead of <pkg>sys-devel/bpf-toolchain</pkg> for BPF CO-RE 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> </use> <upstream> diff --git a/dev-util/ccls/ccls-0.20240202.ebuild b/dev-util/ccls/ccls-0.20240202.ebuild index d0c1c4208ec0..94aeebc0e585 100644 --- a/dev-util/ccls/ccls-0.20240202.ebuild +++ b/dev-util/ccls/ccls-0.20240202.ebuild @@ -29,7 +29,7 @@ SLOT="0" # See comment in llvm.eclass docs DEPEND=" dev-libs/rapidjson - <sys-devel/clang-$((${LLVM_MAX_SLOT} + 1)):= + <llvm-core/clang-$((${LLVM_MAX_SLOT} + 1)):= " RDEPEND="${DEPEND}" diff --git a/dev-util/ccls/ccls-0.20240505.ebuild b/dev-util/ccls/ccls-0.20240505.ebuild index a98c5551156b..233dcea5f734 100644 --- a/dev-util/ccls/ccls-0.20240505.ebuild +++ b/dev-util/ccls/ccls-0.20240505.ebuild @@ -28,7 +28,7 @@ SLOT="0" DEPEND=" dev-libs/rapidjson $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}= ') " diff --git a/dev-util/ccls/ccls-0.20241108.ebuild b/dev-util/ccls/ccls-0.20241108.ebuild index fe5aaff02dd3..4eab315bba95 100644 --- a/dev-util/ccls/ccls-0.20241108.ebuild +++ b/dev-util/ccls/ccls-0.20241108.ebuild @@ -28,7 +28,7 @@ SLOT="0" DEPEND=" dev-libs/rapidjson $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}= ') " diff --git a/dev-util/ccls/ccls-9999.ebuild b/dev-util/ccls/ccls-9999.ebuild index fe5aaff02dd3..4eab315bba95 100644 --- a/dev-util/ccls/ccls-9999.ebuild +++ b/dev-util/ccls/ccls-9999.ebuild @@ -28,7 +28,7 @@ SLOT="0" DEPEND=" dev-libs/rapidjson $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}= ') " diff --git a/dev-util/clang-extract/clang-extract-0_pre20241002.ebuild b/dev-util/clang-extract/clang-extract-0_pre20241002.ebuild index 6dfe117dea9e..1d1c2c1c7a83 100644 --- a/dev-util/clang-extract/clang-extract-0_pre20241002.ebuild +++ b/dev-util/clang-extract/clang-extract-0_pre20241002.ebuild @@ -33,14 +33,14 @@ DEPEND=" sys-libs/zlib virtual/libelf $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ') " RDEPEND="${DEPEND}" BDEPEND=" $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} ') test? ( ${PYTHON_DEPS} ) " diff --git a/dev-util/clang-extract/clang-extract-9999.ebuild b/dev-util/clang-extract/clang-extract-9999.ebuild index 6dfe117dea9e..1d1c2c1c7a83 100644 --- a/dev-util/clang-extract/clang-extract-9999.ebuild +++ b/dev-util/clang-extract/clang-extract-9999.ebuild @@ -33,14 +33,14 @@ DEPEND=" sys-libs/zlib virtual/libelf $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ') " RDEPEND="${DEPEND}" BDEPEND=" $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} ') test? ( ${PYTHON_DEPS} ) " diff --git a/dev-util/clazy/clazy-1.11-r4.ebuild b/dev-util/clazy/clazy-1.11-r4.ebuild index 472e84d5ffea..6e36617e2a38 100644 --- a/dev-util/clazy/clazy-1.11-r4.ebuild +++ b/dev-util/clazy/clazy-1.11-r4.ebuild @@ -17,7 +17,7 @@ KEYWORDS="amd64 arm64 x86" IUSE="test" RESTRICT="!test? ( test )" -RDEPEND="<sys-devel/clang-$((${LLVM_MAX_SLOT} + 1)):=" +RDEPEND="<llvm-core/clang-$((${LLVM_MAX_SLOT} + 1)):=" DEPEND="${RDEPEND}" BDEPEND="test? ( ${PYTHON_DEPS} )" @@ -28,7 +28,7 @@ PATCHES=( ) llvm_check_deps() { - has_version "sys-devel/clang:${LLVM_SLOT}" && has_version "sys-devel/llvm:${LLVM_SLOT}" + has_version "llvm-core/clang:${LLVM_SLOT}" && has_version "sys-devel/llvm:${LLVM_SLOT}" } pkg_setup() { diff --git a/dev-util/clazy/clazy-1.12.ebuild b/dev-util/clazy/clazy-1.12.ebuild index 633a2cb76aa9..30c81c847b1d 100644 --- a/dev-util/clazy/clazy-1.12.ebuild +++ b/dev-util/clazy/clazy-1.12.ebuild @@ -18,7 +18,7 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" - $(llvm_gen_dep 'sys-devel/clang:${LLVM_SLOT}') + $(llvm_gen_dep 'llvm-core/clang:${LLVM_SLOT}') $(llvm_gen_dep 'sys-devel/llvm:${LLVM_SLOT}') " DEPEND="${RDEPEND}" diff --git a/dev-util/cvise/cvise-2.10.0.ebuild b/dev-util/cvise/cvise-2.10.0.ebuild index 2d756c2577dd..d654344d69f5 100644 --- a/dev-util/cvise/cvise-2.10.0.ebuild +++ b/dev-util/cvise/cvise-2.10.0.ebuild @@ -22,7 +22,7 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE} DEPEND=" $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ') " diff --git a/dev-util/cvise/cvise-2.11.0.ebuild b/dev-util/cvise/cvise-2.11.0.ebuild index bc48bc984fb7..e570dc8bd43a 100644 --- a/dev-util/cvise/cvise-2.11.0.ebuild +++ b/dev-util/cvise/cvise-2.11.0.ebuild @@ -22,7 +22,7 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE} DEPEND=" $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ') " diff --git a/dev-util/edi/edi-0.8.0-r2.ebuild b/dev-util/edi/edi-0.8.0-r2.ebuild index 28c4504d12f9..1fccfdcedeff 100644 --- a/dev-util/edi/edi-0.8.0-r2.ebuild +++ b/dev-util/edi/edi-0.8.0-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 @@ -20,7 +20,7 @@ RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] ) >=dev-libs/efl-1.22.0[eet] clang? ( dev-util/bear - sys-devel/clang:= + llvm-core/clang:= )" DEPEND="${RDEPEND} dev-libs/check" @@ -30,7 +30,7 @@ BDEPEND="virtual/libintl PATCHES=( "${FILESDIR}"/edi-0.8.0-meson-0.61.1-fix.patch ) llvm_check_deps() { - has_version "sys-devel/clang:${LLVM_SLOT}" + has_version "llvm-core/clang:${LLVM_SLOT}" } pkg_setup() { diff --git a/dev-util/edi/metadata.xml b/dev-util/edi/metadata.xml index 70adf72837cb..70dc06927bcc 100644 --- a/dev-util/edi/metadata.xml +++ b/dev-util/edi/metadata.xml @@ -7,7 +7,7 @@ </maintainer> <use> <flag name="clang"> - Provide integration with <pkg>sys-devel/clang</pkg> and + Provide integration with <pkg>llvm-core/clang</pkg> and <pkg>dev-util/bear</pkg> for autocompletion, inline errors and information about compilation units. </flag> diff --git a/dev-util/gnome-builder/gnome-builder-44.2-r1.ebuild b/dev-util/gnome-builder/gnome-builder-44.2-r1.ebuild index ddbfa22cb95c..6471a24d65e3 100644 --- a/dev-util/gnome-builder/gnome-builder-44.2-r1.ebuild +++ b/dev-util/gnome-builder/gnome-builder-44.2-r1.ebuild @@ -67,7 +67,7 @@ RDEPEND=" >=dev-python/pygobject-3.22.0:3[${PYTHON_USEDEP}] ') ${PYTHON_DEPS} - clang? ( sys-devel/clang:= ) + clang? ( llvm-core/clang:= ) spell? ( app-text/enchant:2 dev-libs/icu:= @@ -133,7 +133,7 @@ PATCHES=( ) llvm_check_deps() { - has_version "sys-devel/clang:${LLVM_SLOT}" + has_version "llvm-core/clang:${LLVM_SLOT}" } pkg_setup() { diff --git a/dev-util/gnome-builder/gnome-builder-46.3.ebuild b/dev-util/gnome-builder/gnome-builder-46.3.ebuild index 9e7735e3cc5b..f99cd3543fab 100644 --- a/dev-util/gnome-builder/gnome-builder-46.3.ebuild +++ b/dev-util/gnome-builder/gnome-builder-46.3.ebuild @@ -62,7 +62,7 @@ RDEPEND=" >=dev-libs/gobject-introspection-1.74.0:= ${PYTHON_DEPS} - clang? ( sys-devel/clang:= ) + clang? ( llvm-core/clang:= ) spell? ( app-text/enchant:2 dev-libs/icu:= @@ -123,7 +123,7 @@ that are currently available with packages include: # gvls for vala language-server integration llvm_check_deps() { - has_version "sys-devel/clang:${LLVM_SLOT}" + has_version "llvm-core/clang:${LLVM_SLOT}" } pkg_setup() { diff --git a/dev-util/gnome-builder/metadata.xml b/dev-util/gnome-builder/metadata.xml index 08976bc31e33..188fbb202af3 100644 --- a/dev-util/gnome-builder/metadata.xml +++ b/dev-util/gnome-builder/metadata.xml @@ -6,7 +6,7 @@ <name>Gentoo GNOME Desktop</name> </maintainer> <use> - <flag name="clang">Provide integration with <pkg>sys-devel/clang</pkg> for best possible C/C++ autocompletion, semantic highlighting, symbol resolving, and diagnostics support</flag> + <flag name="clang">Provide integration with <pkg>llvm-core/clang</pkg> for best possible C/C++ autocompletion, semantic highlighting, symbol resolving, and diagnostics support</flag> <flag name="d-spy">Provide D-Bus debugging functionality via <pkg>dev-debug/d-spy</pkg></flag> <flag name="flatpak">Enable support for flatpak applications using <pkg>sys-apps/flatpak</pkg></flag> <flag name="git">Provide support for the Git version control system via <pkg>dev-libs/libgit2-glib</pkg> (such as setup of Git for New Project, direct cloning for Open Project and changed lines indicators in the editor gutter)</flag> diff --git a/dev-util/hip/hip-5.1.3-r4.ebuild b/dev-util/hip/hip-5.1.3-r4.ebuild index 60b3e516813e..61cad03b01bc 100644 --- a/dev-util/hip/hip-5.1.3-r4.ebuild +++ b/dev-util/hip/hip-5.1.3-r4.ebuild @@ -29,7 +29,7 @@ IUSE="debug profile" DEPEND=" >=dev-util/rocminfo-5 - sys-devel/clang:${LLVM_MAX_SLOT} + llvm-core/clang:${LLVM_MAX_SLOT} dev-libs/rocm-comgr:${SLOT} virtual/opengl " diff --git a/dev-util/hip/hip-5.3.3-r3.ebuild b/dev-util/hip/hip-5.3.3-r3.ebuild index 5b9bf8cc4bfc..3707718e023c 100644 --- a/dev-util/hip/hip-5.3.3-r3.ebuild +++ b/dev-util/hip/hip-5.3.3-r3.ebuild @@ -25,7 +25,7 @@ IUSE="debug" DEPEND=" >=dev-util/rocminfo-5 - sys-devel/clang:${LLVM_MAX_SLOT} + llvm-core/clang:${LLVM_MAX_SLOT} dev-libs/rocm-comgr:${SLOT} virtual/opengl " diff --git a/dev-util/hip/hip-5.4.3.ebuild b/dev-util/hip/hip-5.4.3.ebuild index 17d4957fa5d1..5c00db6e76ab 100644 --- a/dev-util/hip/hip-5.4.3.ebuild +++ b/dev-util/hip/hip-5.4.3.ebuild @@ -25,7 +25,7 @@ IUSE="debug" DEPEND=" >=dev-util/rocminfo-5 - sys-devel/clang:${LLVM_MAX_SLOT} + llvm-core/clang:${LLVM_MAX_SLOT} dev-libs/rocm-comgr:${SLOT} virtual/opengl " diff --git a/dev-util/hip/hip-5.5.1.ebuild b/dev-util/hip/hip-5.5.1.ebuild index 886212377457..893662d543e2 100644 --- a/dev-util/hip/hip-5.5.1.ebuild +++ b/dev-util/hip/hip-5.5.1.ebuild @@ -25,7 +25,7 @@ IUSE="debug" DEPEND=" >=dev-util/rocminfo-5 - sys-devel/clang:${LLVM_MAX_SLOT} + llvm-core/clang:${LLVM_MAX_SLOT} dev-libs/rocm-comgr:${SLOT} virtual/opengl " diff --git a/dev-util/hip/hip-5.7.1-r2.ebuild b/dev-util/hip/hip-5.7.1-r2.ebuild index 30c6ffd1ab1b..2ccbcd019d56 100644 --- a/dev-util/hip/hip-5.7.1-r2.ebuild +++ b/dev-util/hip/hip-5.7.1-r2.ebuild @@ -28,7 +28,7 @@ IUSE="debug test" DEPEND=" >=dev-util/rocminfo-5 - sys-devel/clang:${LLVM_MAX_SLOT} + llvm-core/clang:${LLVM_MAX_SLOT} dev-libs/rocm-comgr:${SLOT} >=dev-libs/rocr-runtime-5.6 x11-base/xorg-proto diff --git a/dev-util/hip/hip-6.1.1.ebuild b/dev-util/hip/hip-6.1.1.ebuild index 682636d06f12..119be35a396a 100644 --- a/dev-util/hip/hip-6.1.1.ebuild +++ b/dev-util/hip/hip-6.1.1.ebuild @@ -41,7 +41,7 @@ DEPEND=" video_cards_amdgpu? ( >=dev-util/rocminfo-5 $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} ') dev-libs/rocm-comgr:${SLOT} dev-libs/rocr-runtime:${SLOT} diff --git a/dev-util/hip/hip-6.1.2.ebuild b/dev-util/hip/hip-6.1.2.ebuild index 682636d06f12..119be35a396a 100644 --- a/dev-util/hip/hip-6.1.2.ebuild +++ b/dev-util/hip/hip-6.1.2.ebuild @@ -41,7 +41,7 @@ DEPEND=" video_cards_amdgpu? ( >=dev-util/rocminfo-5 $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} ') dev-libs/rocm-comgr:${SLOT} dev-libs/rocr-runtime:${SLOT} diff --git a/dev-util/hip/hip-6.2.4.ebuild b/dev-util/hip/hip-6.2.4.ebuild index d6e9d9fc1dc3..9671c5fb225b 100644 --- a/dev-util/hip/hip-6.2.4.ebuild +++ b/dev-util/hip/hip-6.2.4.ebuild @@ -41,7 +41,7 @@ DEPEND=" video_cards_amdgpu? ( >=dev-util/rocminfo-5 $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} ') dev-libs/rocm-comgr:${SLOT} dev-libs/rocr-runtime:${SLOT} diff --git a/dev-util/hipcc/hipcc-5.7.1-r3.ebuild b/dev-util/hipcc/hipcc-5.7.1-r3.ebuild index 90e3186ba999..dfaa564dffab 100644 --- a/dev-util/hipcc/hipcc-5.7.1-r3.ebuild +++ b/dev-util/hipcc/hipcc-5.7.1-r3.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,7 +21,7 @@ RESTRICT="!test? ( test )" S=${WORKDIR}/HIPCC-rocm-${PV} DEPEND="<sys-devel/llvm-18:= - <sys-devel/clang-18:= + <llvm-core/clang-18:= " RDEPEND="${DEPEND} !<dev-util/hip-5.7" diff --git a/dev-util/hipcc/hipcc-6.1.1.ebuild b/dev-util/hipcc/hipcc-6.1.1.ebuild index 9149bc3bce8c..6807f5a4ad10 100644 --- a/dev-util/hipcc/hipcc-6.1.1.ebuild +++ b/dev-util/hipcc/hipcc-6.1.1.ebuild @@ -30,7 +30,7 @@ DEPEND=" $(llvm_gen_dep ' llvm-runtimes/compiler-rt:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}= - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= ') " RDEPEND="${DEPEND} diff --git a/dev-util/hipcc/hipcc-6.1.2.ebuild b/dev-util/hipcc/hipcc-6.1.2.ebuild index 9149bc3bce8c..6807f5a4ad10 100644 --- a/dev-util/hipcc/hipcc-6.1.2.ebuild +++ b/dev-util/hipcc/hipcc-6.1.2.ebuild @@ -30,7 +30,7 @@ DEPEND=" $(llvm_gen_dep ' llvm-runtimes/compiler-rt:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}= - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= ') " RDEPEND="${DEPEND} diff --git a/dev-util/hipcc/hipcc-6.2.4.ebuild b/dev-util/hipcc/hipcc-6.2.4.ebuild index d4cc802085fc..0857d2d12bc7 100644 --- a/dev-util/hipcc/hipcc-6.2.4.ebuild +++ b/dev-util/hipcc/hipcc-6.2.4.ebuild @@ -30,7 +30,7 @@ DEPEND=" $(llvm_gen_dep ' llvm-runtimes/compiler-rt:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}= - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= ') " RDEPEND="${DEPEND} 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 24ffc5c8829d..5031442dc04d 100644 --- a/dev-util/hipify-clang/hipify-clang-5.7.1.ebuild +++ b/dev-util/hipify-clang/hipify-clang-5.7.1.ebuild @@ -15,7 +15,7 @@ SLOT="0/$(ver_cut 1-2)" BDEPEND=">=dev-build/cmake-3.22" DEPEND=" - sys-devel/clang:17 + llvm-core/clang:17 sys-devel/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 d50b6a0df0f5..e482e47cefcc 100644 --- a/dev-util/hipify-clang/hipify-clang-6.1.1.ebuild +++ b/dev-util/hipify-clang/hipify-clang-6.1.1.ebuild @@ -19,7 +19,7 @@ KEYWORDS="~amd64" BDEPEND=">=dev-build/cmake-3.22" DEPEND=" $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}= ') " diff --git a/dev-util/hyprwayland-scanner/hyprwayland-scanner-0.3.10.ebuild b/dev-util/hyprwayland-scanner/hyprwayland-scanner-0.3.10.ebuild index 527981c85db2..c1d18a64d63d 100644 --- a/dev-util/hyprwayland-scanner/hyprwayland-scanner-0.3.10.ebuild +++ b/dev-util/hyprwayland-scanner/hyprwayland-scanner-0.3.10.ebuild @@ -30,8 +30,8 @@ pkg_setup() { eerror "Please upgrade GCC: emerge -v1 sys-devel/gcc" die "GCC version is too old to compile Hyprland!" elif tc-is-clang && ver_test $(clang-version) -lt 16 ; then - eerror "Hyprland requires >=sys-devel/clang-16 to build" - eerror "Please upgrade Clang: emerge -v1 sys-devel/clang" + eerror "Hyprland requires >=llvm-core/clang-16 to build" + eerror "Please upgrade Clang: emerge -v1 llvm-core/clang" die "Clang version is too old to compile Hyprland!" fi } diff --git a/dev-util/hyprwayland-scanner/hyprwayland-scanner-0.4.0.ebuild b/dev-util/hyprwayland-scanner/hyprwayland-scanner-0.4.0.ebuild index 527981c85db2..c1d18a64d63d 100644 --- a/dev-util/hyprwayland-scanner/hyprwayland-scanner-0.4.0.ebuild +++ b/dev-util/hyprwayland-scanner/hyprwayland-scanner-0.4.0.ebuild @@ -30,8 +30,8 @@ pkg_setup() { eerror "Please upgrade GCC: emerge -v1 sys-devel/gcc" die "GCC version is too old to compile Hyprland!" elif tc-is-clang && ver_test $(clang-version) -lt 16 ; then - eerror "Hyprland requires >=sys-devel/clang-16 to build" - eerror "Please upgrade Clang: emerge -v1 sys-devel/clang" + eerror "Hyprland requires >=llvm-core/clang-16 to build" + eerror "Please upgrade Clang: emerge -v1 llvm-core/clang" die "Clang version is too old to compile Hyprland!" fi } diff --git a/dev-util/hyprwayland-scanner/hyprwayland-scanner-0.4.2.ebuild b/dev-util/hyprwayland-scanner/hyprwayland-scanner-0.4.2.ebuild index c48449c55b2b..c5f6253251f9 100644 --- a/dev-util/hyprwayland-scanner/hyprwayland-scanner-0.4.2.ebuild +++ b/dev-util/hyprwayland-scanner/hyprwayland-scanner-0.4.2.ebuild @@ -30,8 +30,8 @@ pkg_setup() { eerror "Please upgrade GCC: emerge -v1 sys-devel/gcc" die "GCC version is too old to compile Hyprland!" elif tc-is-clang && ver_test $(clang-version) -lt 16 ; then - eerror "Hyprland requires >=sys-devel/clang-16 to build" - eerror "Please upgrade Clang: emerge -v1 sys-devel/clang" + eerror "Hyprland requires >=llvm-core/clang-16 to build" + eerror "Please upgrade Clang: emerge -v1 llvm-core/clang" die "Clang version is too old to compile Hyprland!" fi } 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 b68c27c4a7d1..387fae3e49c0 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 @@ -20,7 +20,7 @@ KEYWORDS="amd64 ~arm64 ~x86" LLVM_MAX_SLOT=17 RDEPEND=" - sys-devel/clang:${LLVM_MAX_SLOT} + llvm-core/clang:${LLVM_MAX_SLOT} sys-devel/llvm:${LLVM_MAX_SLOT} ${PYTHON_DEPS} " @@ -29,7 +29,7 @@ DEPEND="${RDEPEND}" REQUIRED_USE="${PYTHON_REQUIRED_USE}" llvm_check_deps() { - has_version "sys-devel/clang:${LLVM_SLOT}" + has_version "llvm-core/clang:${LLVM_SLOT}" } pkg_setup() { @@ -56,7 +56,7 @@ src_configure() { } src_test() { - local clang_version=$(best_version sys-devel/clang:${LLVM_MAX_SLOT}) + local clang_version=$(best_version llvm-core/clang:${LLVM_MAX_SLOT}) clang_version=${clang_version#*/*-} # reduce it to ${PV}-${PR} clang_version=${clang_version%%[_-]*} # main version without beta/pre/patch/revision 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 b59b1438a543..ba7ba609716b 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 @@ -20,7 +20,7 @@ KEYWORDS="amd64 ~arm64 ~x86" LLVM_MAX_SLOT=18 RDEPEND=" - sys-devel/clang:${LLVM_MAX_SLOT} + llvm-core/clang:${LLVM_MAX_SLOT} sys-devel/llvm:${LLVM_MAX_SLOT} ${PYTHON_DEPS} " @@ -29,7 +29,7 @@ DEPEND="${RDEPEND}" REQUIRED_USE="${PYTHON_REQUIRED_USE}" llvm_check_deps() { - has_version "sys-devel/clang:${LLVM_SLOT}" + has_version "llvm-core/clang:${LLVM_SLOT}" } pkg_setup() { @@ -56,7 +56,7 @@ src_configure() { } src_test() { - local clang_version=$(best_version sys-devel/clang:${LLVM_MAX_SLOT}) + local clang_version=$(best_version llvm-core/clang:${LLVM_MAX_SLOT}) clang_version=${clang_version#*/*-} # reduce it to ${PV}-${PR} clang_version=${clang_version%%[_-]*} # main version without beta/pre/patch/revision 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 9ccb15296d14..495e334255ac 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 @@ -21,7 +21,7 @@ KEYWORDS="amd64 ~arm64 ~x86" RDEPEND=" $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ') ${PYTHON_DEPS} @@ -31,7 +31,7 @@ DEPEND="${RDEPEND}" REQUIRED_USE="${PYTHON_REQUIRED_USE}" llvm_check_deps() { - has_version "sys-devel/clang:${LLVM_SLOT}" + has_version "llvm-core/clang:${LLVM_SLOT}" } pkg_setup() { @@ -60,7 +60,7 @@ src_configure() { } src_test() { - local clang_version=$(best_version sys-devel/clang:${LLVM_SLOT}) + local clang_version=$(best_version llvm-core/clang:${LLVM_SLOT}) clang_version=${clang_version#*/*-} # reduce it to ${PV}-${PR} clang_version=${clang_version%%[_-]*} # main version without beta/pre/patch/revision 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 2a2d0a580e74..f2a8200f6ca7 100644 --- a/dev-util/intel_clc/intel_clc-24.1.7.ebuild +++ b/dev-util/intel_clc/intel_clc-24.1.7.ebuild @@ -34,7 +34,7 @@ RDEPEND=" x11-libs/libdrm $(llvm_gen_dep ' dev-util/spirv-llvm-translator:${LLVM_SLOT} - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ') " 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 ff9111da331c..79633f83ee67 100644 --- a/dev-util/intel_clc/intel_clc-24.2.3.ebuild +++ b/dev-util/intel_clc/intel_clc-24.2.3.ebuild @@ -34,7 +34,7 @@ RDEPEND=" x11-libs/libdrm $(llvm_gen_dep ' dev-util/spirv-llvm-translator:${LLVM_SLOT} - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ') " 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 d8f5a3064162..0c8f4d4e2bec 100644 --- a/dev-util/intel_clc/intel_clc-24.2.4.ebuild +++ b/dev-util/intel_clc/intel_clc-24.2.4.ebuild @@ -34,7 +34,7 @@ RDEPEND=" x11-libs/libdrm $(llvm_gen_dep ' dev-util/spirv-llvm-translator:${LLVM_SLOT} - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}= ') " 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 d8f5a3064162..0c8f4d4e2bec 100644 --- a/dev-util/intel_clc/intel_clc-24.2.5.ebuild +++ b/dev-util/intel_clc/intel_clc-24.2.5.ebuild @@ -34,7 +34,7 @@ RDEPEND=" x11-libs/libdrm $(llvm_gen_dep ' dev-util/spirv-llvm-translator:${LLVM_SLOT} - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}= ') " 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 caa6ecba6b9d..50ee3f7dec2f 100644 --- a/dev-util/intel_clc/intel_clc-24.2.6.ebuild +++ b/dev-util/intel_clc/intel_clc-24.2.6.ebuild @@ -34,7 +34,7 @@ RDEPEND=" x11-libs/libdrm $(llvm_gen_dep ' dev-util/spirv-llvm-translator:${LLVM_SLOT} - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}= ') " 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 d8f5a3064162..0c8f4d4e2bec 100644 --- a/dev-util/intel_clc/intel_clc-24.2.7.ebuild +++ b/dev-util/intel_clc/intel_clc-24.2.7.ebuild @@ -34,7 +34,7 @@ RDEPEND=" x11-libs/libdrm $(llvm_gen_dep ' dev-util/spirv-llvm-translator:${LLVM_SLOT} - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}= ') " 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 d8f5a3064162..0c8f4d4e2bec 100644 --- a/dev-util/intel_clc/intel_clc-24.2.8.ebuild +++ b/dev-util/intel_clc/intel_clc-24.2.8.ebuild @@ -34,7 +34,7 @@ RDEPEND=" x11-libs/libdrm $(llvm_gen_dep ' dev-util/spirv-llvm-translator:${LLVM_SLOT} - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}= ') " 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 d8f5a3064162..0c8f4d4e2bec 100644 --- a/dev-util/intel_clc/intel_clc-24.3.0.ebuild +++ b/dev-util/intel_clc/intel_clc-24.3.0.ebuild @@ -34,7 +34,7 @@ RDEPEND=" x11-libs/libdrm $(llvm_gen_dep ' dev-util/spirv-llvm-translator:${LLVM_SLOT} - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}= ') " 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 d8f17a5eb614..806cd4166e36 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 @@ -34,7 +34,7 @@ RDEPEND=" x11-libs/libdrm $(llvm_gen_dep ' dev-util/spirv-llvm-translator:${LLVM_SLOT} - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}= ') " diff --git a/dev-util/intel_clc/intel_clc-9999.ebuild b/dev-util/intel_clc/intel_clc-9999.ebuild index d8f17a5eb614..806cd4166e36 100644 --- a/dev-util/intel_clc/intel_clc-9999.ebuild +++ b/dev-util/intel_clc/intel_clc-9999.ebuild @@ -34,7 +34,7 @@ RDEPEND=" x11-libs/libdrm $(llvm_gen_dep ' dev-util/spirv-llvm-translator:${LLVM_SLOT} - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}= ') " diff --git a/dev-util/kdevelop/kdevelop-24.08.3.ebuild b/dev-util/kdevelop/kdevelop-24.08.3.ebuild index 46c949670673..aceb31df1f33 100644 --- a/dev-util/kdevelop/kdevelop-24.08.3.ebuild +++ b/dev-util/kdevelop/kdevelop-24.08.3.ebuild @@ -62,7 +62,7 @@ COMMON_DEPEND=" >=kde-frameworks/kxmlgui-${KFMIN}:6 >=kde-frameworks/sonnet-${KFMIN}:6 >=kde-frameworks/threadweaver-${KFMIN}:6 - $(llvm_gen_dep 'sys-devel/clang:${LLVM_SLOT}') + $(llvm_gen_dep 'llvm-core/clang:${LLVM_SLOT}') gdbui? ( kde-plasma/libksysguard:6= ) plasma? ( >=kde-frameworks/krunner-${KFMIN}:6 diff --git a/dev-util/perf/perf-6.11.7.ebuild b/dev-util/perf/perf-6.11.7.ebuild index 9b0cb46b57cc..46542c1430c9 100644 --- a/dev-util/perf/perf-6.11.7.ebuild +++ b/dev-util/perf/perf-6.11.7.ebuild @@ -66,7 +66,7 @@ RDEPEND=" dev-util/bpftool dev-util/pahole $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}= ') ) diff --git a/dev-util/perf/perf-6.12.ebuild b/dev-util/perf/perf-6.12.ebuild index c3d4af9bc2f2..4b48a2e905b7 100644 --- a/dev-util/perf/perf-6.12.ebuild +++ b/dev-util/perf/perf-6.12.ebuild @@ -66,7 +66,7 @@ RDEPEND=" dev-util/bpftool dev-util/pahole $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}= ') ) diff --git a/dev-util/perf/perf-6.7.ebuild b/dev-util/perf/perf-6.7.ebuild index 99074877b2f2..e4d863216676 100644 --- a/dev-util/perf/perf-6.7.ebuild +++ b/dev-util/perf/perf-6.7.ebuild @@ -67,7 +67,7 @@ RDEPEND=" ) caps? ( sys-libs/libcap ) bpf? ( - sys-devel/clang:= + llvm-core/clang:= sys-devel/llvm:= ) crypt? ( dev-libs/openssl:= ) diff --git a/dev-util/pkgcruft/pkgcruft-0.0.4.ebuild b/dev-util/pkgcruft/pkgcruft-0.0.4.ebuild index 093d941ef7b2..e97e461b06d5 100644 --- a/dev-util/pkgcruft/pkgcruft-0.0.4.ebuild +++ b/dev-util/pkgcruft/pkgcruft-0.0.4.ebuild @@ -33,7 +33,7 @@ RESTRICT="!test? ( test )" # clang needed for bindgen BDEPEND+=" - sys-devel/clang + llvm-core/clang test? ( dev-util/cargo-nextest ) " diff --git a/dev-util/pkgcruft/pkgcruft-0.0.6.ebuild b/dev-util/pkgcruft/pkgcruft-0.0.6.ebuild index 093d941ef7b2..e97e461b06d5 100644 --- a/dev-util/pkgcruft/pkgcruft-0.0.6.ebuild +++ b/dev-util/pkgcruft/pkgcruft-0.0.6.ebuild @@ -33,7 +33,7 @@ RESTRICT="!test? ( test )" # clang needed for bindgen BDEPEND+=" - sys-devel/clang + llvm-core/clang test? ( dev-util/cargo-nextest ) " diff --git a/dev-util/pkgcruft/pkgcruft-9999.ebuild b/dev-util/pkgcruft/pkgcruft-9999.ebuild index fbe612325884..b1c203f323ec 100644 --- a/dev-util/pkgcruft/pkgcruft-9999.ebuild +++ b/dev-util/pkgcruft/pkgcruft-9999.ebuild @@ -33,7 +33,7 @@ RESTRICT="!test? ( test )" # clang needed for bindgen BDEPEND+=" - sys-devel/clang + llvm-core/clang test? ( dev-util/cargo-nextest ) " 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 d63d7e02f119..c92bacc6704a 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 @@ -31,7 +31,7 @@ BDEPEND=" virtual/pkgconfig test? ( dev-python/lit - sys-devel/clang:${SLOT} + llvm-core/clang:${SLOT} ) " 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 41ef9a33c5fb..c3262ae687de 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 @@ -31,7 +31,7 @@ BDEPEND=" virtual/pkgconfig test? ( dev-python/lit - sys-devel/clang:${SLOT} + llvm-core/clang:${SLOT} ) " 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 844d7cf8bac3..aadd8e13459c 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 @@ -31,7 +31,7 @@ BDEPEND=" virtual/pkgconfig test? ( dev-python/lit - sys-devel/clang:${SLOT} + llvm-core/clang:${SLOT} ) " 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 7b07349b417f..6f77095e3066 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 @@ -31,7 +31,7 @@ BDEPEND=" virtual/pkgconfig test? ( dev-python/lit - sys-devel/clang:${SLOT} + llvm-core/clang:${SLOT} ) " 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 4ca4472e4a4b..23ea07953ed4 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 @@ -31,7 +31,7 @@ BDEPEND=" virtual/pkgconfig test? ( dev-python/lit - sys-devel/clang:${SLOT} + llvm-core/clang:${SLOT} ) " 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 b397ef0e39b5..dd2ce671b2f8 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 @@ -31,7 +31,7 @@ BDEPEND=" virtual/pkgconfig test? ( dev-python/lit - sys-devel/clang:${SLOT} + llvm-core/clang:${SLOT} ) " 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 b397ef0e39b5..dd2ce671b2f8 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 @@ -31,7 +31,7 @@ BDEPEND=" virtual/pkgconfig test? ( dev-python/lit - sys-devel/clang:${SLOT} + llvm-core/clang:${SLOT} ) " 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 6877f29a45b9..a97da897f6b8 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 @@ -31,7 +31,7 @@ BDEPEND=" virtual/pkgconfig test? ( dev-python/lit - sys-devel/clang:${SLOT} + llvm-core/clang:${SLOT} ) " 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 69a16f04bd1d..850737757258 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 @@ -31,7 +31,7 @@ BDEPEND=" virtual/pkgconfig test? ( dev-python/lit - sys-devel/clang:${SLOT} + llvm-core/clang:${SLOT} ) " diff --git a/eclass/llvm-r1.eclass b/eclass/llvm-r1.eclass index f2bf0fffee09..4ef23a5f7493 100644 --- a/eclass/llvm-r1.eclass +++ b/eclass/llvm-r1.eclass @@ -31,7 +31,7 @@ # DEPEND=" # dev-libs/libfoo[${LLVM_USEDEP}] # $(llvm_gen_dep ' -# sys-devel/clang:${LLVM_SLOT}= +# llvm-core/clang:${LLVM_SLOT}= # sys-devel/llvm:${LLVM_SLOT}= # ') # " @@ -163,7 +163,7 @@ unset -f _llvm_set_globals # @CODE # DEPEND=" # $(llvm_gen_dep ' -# sys-devel/clang:${LLVM_SLOT}= +# llvm-core/clang:${LLVM_SLOT}= # sys-devel/llvm:${LLVM_SLOT}= # ') # " diff --git a/eclass/llvm.eclass b/eclass/llvm.eclass index 9f757e704f7a..8be61c061087 100644 --- a/eclass/llvm.eclass +++ b/eclass/llvm.eclass @@ -49,12 +49,12 @@ # # note: do not use := on both clang and llvm, it can match different # # slots then. clang pulls llvm in, so we can skip the latter. # RDEPEND=" -# >=sys-devel/clang-9:=[llvm_targets_AMDGPU(+)] +# >=llvm-core/clang-9:=[llvm_targets_AMDGPU(+)] # " # DEPEND=${RDEPEND} # # llvm_check_deps() { -# has_version -d "sys-devel/clang:${LLVM_SLOT}[llvm_targets_AMDGPU(+)]" +# has_version -d "llvm-core/clang:${LLVM_SLOT}[llvm_targets_AMDGPU(+)]" # } # @CODE diff --git a/eclass/tests/llvm-r1.sh b/eclass/tests/llvm-r1.sh index 8583fd6c799b..ebfc92c45699 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} sys-devel/clang:${LLVM_SLOT}' <<-EOF - llvm_slot_15? ( sys-devel/llvm:15 sys-devel/clang:15 ) - llvm_slot_16? ( sys-devel/llvm:16 sys-devel/clang:16 ) - llvm_slot_17? ( sys-devel/llvm:17 sys-devel/clang:17 ) - llvm_slot_18? ( sys-devel/llvm:18 sys-devel/clang:18 ) +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 ) EOF texit diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass index 1440bb50192b..2911ed66e63c 100644 --- a/eclass/toolchain-funcs.eclass +++ b/eclass/toolchain-funcs.eclass @@ -672,7 +672,7 @@ tc-check-openmp() { if tc-is-gcc; then eerror "Enable OpenMP support by building sys-devel/gcc with USE=\"openmp\"." elif tc-is-clang; then - eerror "OpenMP support in sys-devel/clang is provided by llvm-runtimes/openmp." + eerror "OpenMP support in llvm-core/clang is provided by llvm-runtimes/openmp." fi die "Active compiler does not have required support for OpenMP" diff --git a/games-board/jja/jja-0.9.1-r2.ebuild b/games-board/jja/jja-0.9.1-r2.ebuild index d20ad9bfc7ca..77ecfb5c7018 100644 --- a/games-board/jja/jja-0.9.1-r2.ebuild +++ b/games-board/jja/jja-0.9.1-r2.ebuild @@ -266,7 +266,7 @@ fi # rocksdb needs clang DEPEND+="$(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ') sys-libs/liburing" diff --git a/games-board/jja/jja-9999.ebuild b/games-board/jja/jja-9999.ebuild index 89912c6da7de..550d75055ebc 100644 --- a/games-board/jja/jja-9999.ebuild +++ b/games-board/jja/jja-9999.ebuild @@ -28,7 +28,7 @@ fi # rocksdb needs clang DEPEND+="$(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ') sys-libs/liburing" diff --git a/games-emulation/pcsx2/pcsx2-2.0.2-r1.ebuild b/games-emulation/pcsx2/pcsx2-2.0.2-r1.ebuild index ea9ea5061f39..61075f23aa88 100644 --- a/games-emulation/pcsx2/pcsx2-2.0.2-r1.ebuild +++ b/games-emulation/pcsx2/pcsx2-2.0.2-r1.ebuild @@ -69,7 +69,7 @@ DEPEND=" " BDEPEND=" dev-qt/qttools:6[linguist] - clang? ( sys-devel/clang:* ) + clang? ( llvm-core/clang:* ) wayland? ( dev-util/wayland-scanner kde-frameworks/extra-cmake-modules diff --git a/games-emulation/pcsx2/pcsx2-2.2.0.ebuild b/games-emulation/pcsx2/pcsx2-2.2.0.ebuild index 9cfec05fb93f..7efe14908bd3 100644 --- a/games-emulation/pcsx2/pcsx2-2.2.0.ebuild +++ b/games-emulation/pcsx2/pcsx2-2.2.0.ebuild @@ -69,7 +69,7 @@ DEPEND=" " BDEPEND=" dev-qt/qttools:6[linguist] - clang? ( sys-devel/clang:* ) + clang? ( llvm-core/clang:* ) wayland? ( dev-util/wayland-scanner kde-frameworks/extra-cmake-modules diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index 3fd8a428bfd8..9b34ff9cc355 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -69,7 +69,7 @@ DEPEND=" " BDEPEND=" dev-qt/qttools:6[linguist] - clang? ( sys-devel/clang:* ) + clang? ( llvm-core/clang:* ) wayland? ( dev-util/wayland-scanner kde-frameworks/extra-cmake-modules diff --git a/games-kids/gcompris/gcompris-2.4.ebuild b/games-kids/gcompris/gcompris-2.4.ebuild index 76d6504fe538..363f3767fc32 100644 --- a/games-kids/gcompris/gcompris-2.4.ebuild +++ b/games-kids/gcompris/gcompris-2.4.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=8 @@ -38,7 +38,7 @@ BDEPEND=" >=dev-qt/linguist-tools-${QTMIN}:5 test? ( dev-util/cppcheck - sys-devel/clang + llvm-core/clang ) " diff --git a/games-strategy/s25rttr/s25rttr-0.9.5-r1.ebuild b/games-strategy/s25rttr/s25rttr-0.9.5-r1.ebuild index 439ea5525533..e039a5eebab7 100644 --- a/games-strategy/s25rttr/s25rttr-0.9.5-r1.ebuild +++ b/games-strategy/s25rttr/s25rttr-0.9.5-r1.ebuild @@ -33,7 +33,7 @@ RDEPEND=" DEPEND=" ${RDEPEND} - test? ( >=sys-devel/clang-5 ) + test? ( >=llvm-core/clang-5 ) " BDEPEND=" diff --git a/gnustep-base/gnustep-make/gnustep-make-2.9.0.ebuild b/gnustep-base/gnustep-make/gnustep-make-2.9.0.ebuild index a38fe3f19ca3..411d38ef0232 100644 --- a/gnustep-base/gnustep-make/gnustep-make-2.9.0.ebuild +++ b/gnustep-base/gnustep-make/gnustep-make-2.9.0.ebuild @@ -16,11 +16,11 @@ IUSE="libobjc2 native-exceptions" DEPEND="${GNUSTEP_CORE_DEPEND} >=dev-build/make-3.75 libobjc2? ( gnustep-base/libobjc2 - sys-devel/clang:* ) + llvm-core/clang:* ) !libobjc2? ( !!gnustep-base/libobjc2 || ( sys-devel/gcc:*[objc] - sys-devel/clang:* + llvm-core/clang:* ) )" RDEPEND="${DEPEND}" diff --git a/gnustep-base/gnustep-make/gnustep-make-2.9.1.ebuild b/gnustep-base/gnustep-make/gnustep-make-2.9.1.ebuild index 05b5dc9bfa83..b2e442e36a5b 100644 --- a/gnustep-base/gnustep-make/gnustep-make-2.9.1.ebuild +++ b/gnustep-base/gnustep-make/gnustep-make-2.9.1.ebuild @@ -16,11 +16,11 @@ IUSE="libobjc2 native-exceptions" DEPEND="${GNUSTEP_CORE_DEPEND} >=dev-build/make-3.75 libobjc2? ( gnustep-base/libobjc2 - sys-devel/clang:* ) + llvm-core/clang:* ) !libobjc2? ( !!gnustep-base/libobjc2 || ( sys-devel/gcc:*[objc] - sys-devel/clang:* + llvm-core/clang:* ) )" RDEPEND="${DEPEND}" diff --git a/gnustep-base/gnustep-make/gnustep-make-2.9.2.ebuild b/gnustep-base/gnustep-make/gnustep-make-2.9.2.ebuild index a36586138549..3dc68da764fc 100644 --- a/gnustep-base/gnustep-make/gnustep-make-2.9.2.ebuild +++ b/gnustep-base/gnustep-make/gnustep-make-2.9.2.ebuild @@ -16,11 +16,11 @@ IUSE="libobjc2 native-exceptions" DEPEND="${GNUSTEP_CORE_DEPEND} >=dev-build/make-3.75 libobjc2? ( gnustep-base/libobjc2 - sys-devel/clang:* ) + llvm-core/clang:* ) !libobjc2? ( !!gnustep-base/libobjc2 || ( sys-devel/gcc:*[objc] - sys-devel/clang:* + llvm-core/clang:* ) )" RDEPEND="${DEPEND}" diff --git a/gnustep-base/gnustep-make/metadata.xml b/gnustep-base/gnustep-make/metadata.xml index be4297badd3a..e1355574cfec 100644 --- a/gnustep-base/gnustep-make/metadata.xml +++ b/gnustep-base/gnustep-make/metadata.xml @@ -13,7 +13,7 @@ configuration, building, installation, and packaging. It also allows the user to easily create cross-compiled binaries. </longdescription> <use> - <flag name="libobjc2">Enables use of the GNUstep Objective-C runtime (<pkg>gnustep-base/libobjc2</pkg>) with non-fragile ABI and <pkg>sys-devel/clang</pkg> compiler</flag> + <flag name="libobjc2">Enables use of the GNUstep Objective-C runtime (<pkg>gnustep-base/libobjc2</pkg>) with non-fragile ABI and <pkg>llvm-core/clang</pkg> compiler</flag> <flag name="native-exceptions">Enables use of the native Objective-C exception support (@try/@catch/@finally) built-in objective-c exceptions with compilers that support it </flag> </use> </pkgmetadata> diff --git a/gnustep-base/libobjc2/libobjc2-2.2.1.ebuild b/gnustep-base/libobjc2/libobjc2-2.2.1.ebuild index 6e91f4972f94..7b25e4e77d8a 100644 --- a/gnustep-base/libobjc2/libobjc2-2.2.1.ebuild +++ b/gnustep-base/libobjc2/libobjc2-2.2.1.ebuild @@ -16,7 +16,7 @@ RESTRICT="!test? ( test )" RDEPEND="dev-cpp/robin-map" BDEPEND="${RDEPEND} - sys-devel/clang" + llvm-core/clang" src_configure() { export CC="clang" diff --git a/gnustep-base/libobjc2/libobjc2-2.2.ebuild b/gnustep-base/libobjc2/libobjc2-2.2.ebuild index 6e91f4972f94..7b25e4e77d8a 100644 --- a/gnustep-base/libobjc2/libobjc2-2.2.ebuild +++ b/gnustep-base/libobjc2/libobjc2-2.2.ebuild @@ -16,7 +16,7 @@ RESTRICT="!test? ( test )" RDEPEND="dev-cpp/robin-map" BDEPEND="${RDEPEND} - sys-devel/clang" + llvm-core/clang" src_configure() { export CC="clang" diff --git a/gui-wm/hyprland/hyprland-0.42.0-r1.ebuild b/gui-wm/hyprland/hyprland-0.42.0-r1.ebuild index 5d99847819ad..4872d19c8966 100644 --- a/gui-wm/hyprland/hyprland-0.42.0-r1.ebuild +++ b/gui-wm/hyprland/hyprland-0.42.0-r1.ebuild @@ -62,7 +62,7 @@ DEPEND=" >=gui-libs/hyprutils-0.2.1 " BDEPEND=" - || ( >=sys-devel/gcc-13:* >=sys-devel/clang-16:* ) + || ( >=sys-devel/gcc-13:* >=llvm-core/clang-16:* ) app-misc/jq dev-build/cmake >=dev-util/hyprwayland-scanner-0.3.8 @@ -77,8 +77,8 @@ pkg_setup() { eerror "Please upgrade GCC: emerge -v1 sys-devel/gcc" die "GCC version is too old to compile Hyprland!" elif tc-is-clang && ver_test $(clang-version) -lt 16 ; then - eerror "Hyprland requires >=sys-devel/clang-16 to build" - eerror "Please upgrade Clang: emerge -v1 sys-devel/clang" + eerror "Hyprland requires >=llvm-core/clang-16 to build" + eerror "Please upgrade Clang: emerge -v1 llvm-core/clang" die "Clang version is too old to compile Hyprland!" fi } diff --git a/gui-wm/hyprland/hyprland-0.42.0-r2.ebuild b/gui-wm/hyprland/hyprland-0.42.0-r2.ebuild index 80b20b8987e8..d5bca569354e 100644 --- a/gui-wm/hyprland/hyprland-0.42.0-r2.ebuild +++ b/gui-wm/hyprland/hyprland-0.42.0-r2.ebuild @@ -62,7 +62,7 @@ DEPEND=" >=gui-libs/hyprutils-0.2.1 " BDEPEND=" - || ( >=sys-devel/gcc-13:* >=sys-devel/clang-16:* ) + || ( >=sys-devel/gcc-13:* >=llvm-core/clang-16:* ) app-misc/jq dev-build/cmake >=dev-util/hyprwayland-scanner-0.3.8 @@ -81,8 +81,8 @@ pkg_setup() { eerror "Please upgrade GCC: emerge -v1 sys-devel/gcc" die "GCC version is too old to compile Hyprland!" elif tc-is-clang && ver_test $(clang-version) -lt 16 ; then - eerror "Hyprland requires >=sys-devel/clang-16 to build" - eerror "Please upgrade Clang: emerge -v1 sys-devel/clang" + eerror "Hyprland requires >=llvm-core/clang-16 to build" + eerror "Please upgrade Clang: emerge -v1 llvm-core/clang" die "Clang version is too old to compile Hyprland!" fi } diff --git a/gui-wm/hyprland/hyprland-0.44.1.ebuild b/gui-wm/hyprland/hyprland-0.44.1.ebuild index cab0caee888f..43fde5978f27 100644 --- a/gui-wm/hyprland/hyprland-0.44.1.ebuild +++ b/gui-wm/hyprland/hyprland-0.44.1.ebuild @@ -62,7 +62,7 @@ DEPEND=" >=gui-libs/hyprutils-0.2.3 " BDEPEND=" - || ( >=sys-devel/gcc-14:* >=sys-devel/clang-18:* ) + || ( >=sys-devel/gcc-14:* >=llvm-core/clang-18:* ) app-misc/jq dev-build/cmake >=dev-util/hyprwayland-scanner-0.3.10 @@ -77,8 +77,8 @@ pkg_setup() { eerror "Please upgrade GCC: emerge -v1 sys-devel/gcc" die "GCC version is too old to compile Hyprland!" elif tc-is-clang && ver_test $(clang-version) -lt 18 ; then - eerror "Hyprland requires >=sys-devel/clang-18 to build" - eerror "Please upgrade Clang: emerge -v1 sys-devel/clang" + eerror "Hyprland requires >=llvm-core/clang-18 to build" + eerror "Please upgrade Clang: emerge -v1 llvm-core/clang" die "Clang version is too old to compile Hyprland!" fi } diff --git a/gui-wm/hyprland/hyprland-0.45.0.ebuild b/gui-wm/hyprland/hyprland-0.45.0.ebuild index cab0caee888f..43fde5978f27 100644 --- a/gui-wm/hyprland/hyprland-0.45.0.ebuild +++ b/gui-wm/hyprland/hyprland-0.45.0.ebuild @@ -62,7 +62,7 @@ DEPEND=" >=gui-libs/hyprutils-0.2.3 " BDEPEND=" - || ( >=sys-devel/gcc-14:* >=sys-devel/clang-18:* ) + || ( >=sys-devel/gcc-14:* >=llvm-core/clang-18:* ) app-misc/jq dev-build/cmake >=dev-util/hyprwayland-scanner-0.3.10 @@ -77,8 +77,8 @@ pkg_setup() { eerror "Please upgrade GCC: emerge -v1 sys-devel/gcc" die "GCC version is too old to compile Hyprland!" elif tc-is-clang && ver_test $(clang-version) -lt 18 ; then - eerror "Hyprland requires >=sys-devel/clang-18 to build" - eerror "Please upgrade Clang: emerge -v1 sys-devel/clang" + eerror "Hyprland requires >=llvm-core/clang-18 to build" + eerror "Please upgrade Clang: emerge -v1 llvm-core/clang" die "Clang version is too old to compile Hyprland!" fi } diff --git a/gui-wm/hyprland/hyprland-0.45.1.ebuild b/gui-wm/hyprland/hyprland-0.45.1.ebuild index cab0caee888f..43fde5978f27 100644 --- a/gui-wm/hyprland/hyprland-0.45.1.ebuild +++ b/gui-wm/hyprland/hyprland-0.45.1.ebuild @@ -62,7 +62,7 @@ DEPEND=" >=gui-libs/hyprutils-0.2.3 " BDEPEND=" - || ( >=sys-devel/gcc-14:* >=sys-devel/clang-18:* ) + || ( >=sys-devel/gcc-14:* >=llvm-core/clang-18:* ) app-misc/jq dev-build/cmake >=dev-util/hyprwayland-scanner-0.3.10 @@ -77,8 +77,8 @@ pkg_setup() { eerror "Please upgrade GCC: emerge -v1 sys-devel/gcc" die "GCC version is too old to compile Hyprland!" elif tc-is-clang && ver_test $(clang-version) -lt 18 ; then - eerror "Hyprland requires >=sys-devel/clang-18 to build" - eerror "Please upgrade Clang: emerge -v1 sys-devel/clang" + eerror "Hyprland requires >=llvm-core/clang-18 to build" + eerror "Please upgrade Clang: emerge -v1 llvm-core/clang" die "Clang version is too old to compile Hyprland!" fi } diff --git a/gui-wm/hyprland/hyprland-0.45.2.ebuild b/gui-wm/hyprland/hyprland-0.45.2.ebuild index cab0caee888f..43fde5978f27 100644 --- a/gui-wm/hyprland/hyprland-0.45.2.ebuild +++ b/gui-wm/hyprland/hyprland-0.45.2.ebuild @@ -62,7 +62,7 @@ DEPEND=" >=gui-libs/hyprutils-0.2.3 " BDEPEND=" - || ( >=sys-devel/gcc-14:* >=sys-devel/clang-18:* ) + || ( >=sys-devel/gcc-14:* >=llvm-core/clang-18:* ) app-misc/jq dev-build/cmake >=dev-util/hyprwayland-scanner-0.3.10 @@ -77,8 +77,8 @@ pkg_setup() { eerror "Please upgrade GCC: emerge -v1 sys-devel/gcc" die "GCC version is too old to compile Hyprland!" elif tc-is-clang && ver_test $(clang-version) -lt 18 ; then - eerror "Hyprland requires >=sys-devel/clang-18 to build" - eerror "Please upgrade Clang: emerge -v1 sys-devel/clang" + eerror "Hyprland requires >=llvm-core/clang-18 to build" + eerror "Please upgrade Clang: emerge -v1 llvm-core/clang" die "Clang version is too old to compile Hyprland!" fi } diff --git a/gui-wm/hyprland/hyprland-9999.ebuild b/gui-wm/hyprland/hyprland-9999.ebuild index 81ad1724da92..5bef96e81cf9 100644 --- a/gui-wm/hyprland/hyprland-9999.ebuild +++ b/gui-wm/hyprland/hyprland-9999.ebuild @@ -62,7 +62,7 @@ DEPEND=" >=gui-libs/hyprutils-0.2.3 " BDEPEND=" - || ( >=sys-devel/gcc-14:* >=sys-devel/clang-18:* ) + || ( >=sys-devel/gcc-14:* >=llvm-core/clang-18:* ) app-misc/jq dev-build/cmake >=dev-util/hyprwayland-scanner-0.3.10 @@ -77,8 +77,8 @@ pkg_setup() { eerror "Please upgrade GCC: emerge -v1 sys-devel/gcc" die "GCC version is too old to compile Hyprland!" elif tc-is-clang && ver_test $(clang-version) -lt 18 ; then - eerror "Hyprland requires >=sys-devel/clang-18 to build" - eerror "Please upgrade Clang: emerge -v1 sys-devel/clang" + eerror "Hyprland requires >=llvm-core/clang-18 to build" + eerror "Please upgrade Clang: emerge -v1 llvm-core/clang" die "Clang version is too old to compile Hyprland!" fi } diff --git a/llvm-core/clang-common/clang-common-15.0.7-r10.ebuild b/llvm-core/clang-common/clang-common-15.0.7-r10.ebuild index db7a23f9cd23..34e9b465f1c6 100644 --- a/llvm-core/clang-common/clang-common-15.0.7-r10.ebuild +++ b/llvm-core/clang-common/clang-common-15.0.7-r10.ebuild @@ -41,13 +41,13 @@ pkg_pretend() { local flag missing_flags=() for flag in default-{compiler-rt,libcxx,lld}; do - if ! use "${flag}" && has_version "sys-devel/clang[${flag}]"; then + if ! use "${flag}" && has_version "llvm-core/clang[${flag}]"; then missing_flags+=( "${flag}" ) fi done if [[ ${missing_flags[@]} ]]; then - eerror "It seems that you have the following flags set on sys-devel/clang:" + eerror "It seems that you have the following flags set on llvm-core/clang:" eerror eerror " ${missing_flags[*]}" eerror @@ -58,7 +58,7 @@ pkg_pretend() { eerror " llvm-core/clang-common ${missing_flags[*]}" eerror eerror "or build with CLANG_IGNORE_DEFAULT_RUNTIMES=1." - die "Mismatched defaults detected between sys-devel/clang and llvm-core/clang-common" + die "Mismatched defaults detected between llvm-core/clang and llvm-core/clang-common" fi } diff --git a/llvm-core/clang-common/clang-common-16.0.6-r6.ebuild b/llvm-core/clang-common/clang-common-16.0.6-r6.ebuild index 408f3f844b2c..289c2d527507 100644 --- a/llvm-core/clang-common/clang-common-16.0.6-r6.ebuild +++ b/llvm-core/clang-common/clang-common-16.0.6-r6.ebuild @@ -41,13 +41,13 @@ pkg_pretend() { local flag missing_flags=() for flag in default-{compiler-rt,libcxx,lld}; do - if ! use "${flag}" && has_version "sys-devel/clang[${flag}]"; then + if ! use "${flag}" && has_version "llvm-core/clang[${flag}]"; then missing_flags+=( "${flag}" ) fi done if [[ ${missing_flags[@]} ]]; then - eerror "It seems that you have the following flags set on sys-devel/clang:" + eerror "It seems that you have the following flags set on llvm-core/clang:" eerror eerror " ${missing_flags[*]}" eerror @@ -58,7 +58,7 @@ pkg_pretend() { eerror " llvm-core/clang-common ${missing_flags[*]}" eerror eerror "or build with CLANG_IGNORE_DEFAULT_RUNTIMES=1." - die "Mismatched defaults detected between sys-devel/clang and llvm-core/clang-common" + die "Mismatched defaults detected between llvm-core/clang and llvm-core/clang-common" fi } diff --git a/llvm-core/clang-common/clang-common-17.0.6-r10.ebuild b/llvm-core/clang-common/clang-common-17.0.6-r10.ebuild index ad44ea6aac5e..82658b6f7f3f 100644 --- a/llvm-core/clang-common/clang-common-17.0.6-r10.ebuild +++ b/llvm-core/clang-common/clang-common-17.0.6-r10.ebuild @@ -41,13 +41,13 @@ pkg_pretend() { local flag missing_flags=() for flag in default-{compiler-rt,libcxx,lld}; do - if ! use "${flag}" && has_version "sys-devel/clang[${flag}]"; then + if ! use "${flag}" && has_version "llvm-core/clang[${flag}]"; then missing_flags+=( "${flag}" ) fi done if [[ ${missing_flags[@]} ]]; then - eerror "It seems that you have the following flags set on sys-devel/clang:" + eerror "It seems that you have the following flags set on llvm-core/clang:" eerror eerror " ${missing_flags[*]}" eerror @@ -58,7 +58,7 @@ pkg_pretend() { eerror " llvm-core/clang-common ${missing_flags[*]}" eerror eerror "or build with CLANG_IGNORE_DEFAULT_RUNTIMES=1." - die "Mismatched defaults detected between sys-devel/clang and llvm-core/clang-common" + die "Mismatched defaults detected between llvm-core/clang and llvm-core/clang-common" fi } diff --git a/llvm-core/clang-common/clang-common-17.0.6-r9.ebuild b/llvm-core/clang-common/clang-common-17.0.6-r9.ebuild index 22e6ede8da32..10c27ef4f0d7 100644 --- a/llvm-core/clang-common/clang-common-17.0.6-r9.ebuild +++ b/llvm-core/clang-common/clang-common-17.0.6-r9.ebuild @@ -41,13 +41,13 @@ pkg_pretend() { local flag missing_flags=() for flag in default-{compiler-rt,libcxx,lld}; do - if ! use "${flag}" && has_version "sys-devel/clang[${flag}]"; then + if ! use "${flag}" && has_version "llvm-core/clang[${flag}]"; then missing_flags+=( "${flag}" ) fi done if [[ ${missing_flags[@]} ]]; then - eerror "It seems that you have the following flags set on sys-devel/clang:" + eerror "It seems that you have the following flags set on llvm-core/clang:" eerror eerror " ${missing_flags[*]}" eerror @@ -58,7 +58,7 @@ pkg_pretend() { eerror " llvm-core/clang-common ${missing_flags[*]}" eerror eerror "or build with CLANG_IGNORE_DEFAULT_RUNTIMES=1." - die "Mismatched defaults detected between sys-devel/clang and llvm-core/clang-common" + die "Mismatched defaults detected between llvm-core/clang and llvm-core/clang-common" fi } diff --git a/llvm-core/clang-common/clang-common-18.1.8-r3.ebuild b/llvm-core/clang-common/clang-common-18.1.8-r3.ebuild index da2aa2c9fbc9..051dd8834bba 100644 --- a/llvm-core/clang-common/clang-common-18.1.8-r3.ebuild +++ b/llvm-core/clang-common/clang-common-18.1.8-r3.ebuild @@ -41,13 +41,13 @@ pkg_pretend() { local flag missing_flags=() for flag in default-{compiler-rt,libcxx,lld}; do - if ! use "${flag}" && has_version "sys-devel/clang[${flag}]"; then + if ! use "${flag}" && has_version "llvm-core/clang[${flag}]"; then missing_flags+=( "${flag}" ) fi done if [[ ${missing_flags[@]} ]]; then - eerror "It seems that you have the following flags set on sys-devel/clang:" + eerror "It seems that you have the following flags set on llvm-core/clang:" eerror eerror " ${missing_flags[*]}" eerror @@ -58,7 +58,7 @@ pkg_pretend() { eerror " llvm-core/clang-common ${missing_flags[*]}" eerror eerror "or build with CLANG_IGNORE_DEFAULT_RUNTIMES=1." - die "Mismatched defaults detected between sys-devel/clang and llvm-core/clang-common" + die "Mismatched defaults detected between llvm-core/clang and llvm-core/clang-common" fi } diff --git a/llvm-core/clang-common/clang-common-19.1.4.ebuild b/llvm-core/clang-common/clang-common-19.1.4.ebuild index 12ee0db5f1e6..3070a45b5cbc 100644 --- a/llvm-core/clang-common/clang-common-19.1.4.ebuild +++ b/llvm-core/clang-common/clang-common-19.1.4.ebuild @@ -41,13 +41,13 @@ pkg_pretend() { local flag missing_flags=() for flag in default-{compiler-rt,libcxx,lld}; do - if ! use "${flag}" && has_version "sys-devel/clang[${flag}]"; then + if ! use "${flag}" && has_version "llvm-core/clang[${flag}]"; then missing_flags+=( "${flag}" ) fi done if [[ ${missing_flags[@]} ]]; then - eerror "It seems that you have the following flags set on sys-devel/clang:" + eerror "It seems that you have the following flags set on llvm-core/clang:" eerror eerror " ${missing_flags[*]}" eerror @@ -58,7 +58,7 @@ pkg_pretend() { eerror " llvm-core/clang-common ${missing_flags[*]}" eerror eerror "or build with CLANG_IGNORE_DEFAULT_RUNTIMES=1." - die "Mismatched defaults detected between sys-devel/clang and llvm-core/clang-common" + die "Mismatched defaults detected between llvm-core/clang and llvm-core/clang-common" fi } diff --git a/llvm-core/clang-common/clang-common-19.1.5.ebuild b/llvm-core/clang-common/clang-common-19.1.5.ebuild index 2cf248990e7c..7ea82e998968 100644 --- a/llvm-core/clang-common/clang-common-19.1.5.ebuild +++ b/llvm-core/clang-common/clang-common-19.1.5.ebuild @@ -41,13 +41,13 @@ pkg_pretend() { local flag missing_flags=() for flag in default-{compiler-rt,libcxx,lld}; do - if ! use "${flag}" && has_version "sys-devel/clang[${flag}]"; then + if ! use "${flag}" && has_version "llvm-core/clang[${flag}]"; then missing_flags+=( "${flag}" ) fi done if [[ ${missing_flags[@]} ]]; then - eerror "It seems that you have the following flags set on sys-devel/clang:" + eerror "It seems that you have the following flags set on llvm-core/clang:" eerror eerror " ${missing_flags[*]}" eerror @@ -58,7 +58,7 @@ pkg_pretend() { eerror " llvm-core/clang-common ${missing_flags[*]}" eerror eerror "or build with CLANG_IGNORE_DEFAULT_RUNTIMES=1." - die "Mismatched defaults detected between sys-devel/clang and llvm-core/clang-common" + die "Mismatched defaults detected between llvm-core/clang and llvm-core/clang-common" fi } diff --git a/llvm-core/clang-common/clang-common-20.0.0.9999.ebuild b/llvm-core/clang-common/clang-common-20.0.0.9999.ebuild index d3d7915dde3e..e7d4e8c21639 100644 --- a/llvm-core/clang-common/clang-common-20.0.0.9999.ebuild +++ b/llvm-core/clang-common/clang-common-20.0.0.9999.ebuild @@ -40,13 +40,13 @@ pkg_pretend() { local flag missing_flags=() for flag in default-{compiler-rt,libcxx,lld}; do - if ! use "${flag}" && has_version "sys-devel/clang[${flag}]"; then + if ! use "${flag}" && has_version "llvm-core/clang[${flag}]"; then missing_flags+=( "${flag}" ) fi done if [[ ${missing_flags[@]} ]]; then - eerror "It seems that you have the following flags set on sys-devel/clang:" + eerror "It seems that you have the following flags set on llvm-core/clang:" eerror eerror " ${missing_flags[*]}" eerror @@ -57,7 +57,7 @@ pkg_pretend() { eerror " llvm-core/clang-common ${missing_flags[*]}" eerror eerror "or build with CLANG_IGNORE_DEFAULT_RUNTIMES=1." - die "Mismatched defaults detected between sys-devel/clang and llvm-core/clang-common" + die "Mismatched defaults detected between llvm-core/clang and llvm-core/clang-common" fi } diff --git a/llvm-core/clang-common/clang-common-20.0.0_pre20241207.ebuild b/llvm-core/clang-common/clang-common-20.0.0_pre20241207.ebuild index d3d7915dde3e..e7d4e8c21639 100644 --- a/llvm-core/clang-common/clang-common-20.0.0_pre20241207.ebuild +++ b/llvm-core/clang-common/clang-common-20.0.0_pre20241207.ebuild @@ -40,13 +40,13 @@ pkg_pretend() { local flag missing_flags=() for flag in default-{compiler-rt,libcxx,lld}; do - if ! use "${flag}" && has_version "sys-devel/clang[${flag}]"; then + if ! use "${flag}" && has_version "llvm-core/clang[${flag}]"; then missing_flags+=( "${flag}" ) fi done if [[ ${missing_flags[@]} ]]; then - eerror "It seems that you have the following flags set on sys-devel/clang:" + eerror "It seems that you have the following flags set on llvm-core/clang:" eerror eerror " ${missing_flags[*]}" eerror @@ -57,7 +57,7 @@ pkg_pretend() { eerror " llvm-core/clang-common ${missing_flags[*]}" eerror eerror "or build with CLANG_IGNORE_DEFAULT_RUNTIMES=1." - die "Mismatched defaults detected between sys-devel/clang and llvm-core/clang-common" + die "Mismatched defaults detected between llvm-core/clang and llvm-core/clang-common" fi } diff --git a/llvm-core/clang-toolchain-symlinks/clang-toolchain-symlinks-15-r2.ebuild b/llvm-core/clang-toolchain-symlinks/clang-toolchain-symlinks-15-r2.ebuild index 4869744cf58a..2117676bd1ab 100644 --- a/llvm-core/clang-toolchain-symlinks/clang-toolchain-symlinks-15-r2.ebuild +++ b/llvm-core/clang-toolchain-symlinks/clang-toolchain-symlinks-15-r2.ebuild @@ -17,7 +17,7 @@ IUSE="gcc-symlinks multilib-symlinks +native-symlinks" # Blocker for bug #872416 RDEPEND=" !<sys-devel/gcc-config-2.6 - sys-devel/clang:${SLOT} + llvm-core/clang:${SLOT} " src_install() { diff --git a/llvm-core/clang-toolchain-symlinks/clang-toolchain-symlinks-16-r2.ebuild b/llvm-core/clang-toolchain-symlinks/clang-toolchain-symlinks-16-r2.ebuild index 436e2673639f..2c056b1b44ec 100644 --- a/llvm-core/clang-toolchain-symlinks/clang-toolchain-symlinks-16-r2.ebuild +++ b/llvm-core/clang-toolchain-symlinks/clang-toolchain-symlinks-16-r2.ebuild @@ -17,7 +17,7 @@ IUSE="gcc-symlinks multilib-symlinks +native-symlinks" # Blocker for bug #872416 RDEPEND=" !<sys-devel/gcc-config-2.6 - sys-devel/clang:${SLOT} + llvm-core/clang:${SLOT} " src_install() { diff --git a/llvm-core/clang-toolchain-symlinks/clang-toolchain-symlinks-17.ebuild b/llvm-core/clang-toolchain-symlinks/clang-toolchain-symlinks-17.ebuild index 436e2673639f..2c056b1b44ec 100644 --- a/llvm-core/clang-toolchain-symlinks/clang-toolchain-symlinks-17.ebuild +++ b/llvm-core/clang-toolchain-symlinks/clang-toolchain-symlinks-17.ebuild @@ -17,7 +17,7 @@ IUSE="gcc-symlinks multilib-symlinks +native-symlinks" # Blocker for bug #872416 RDEPEND=" !<sys-devel/gcc-config-2.6 - sys-devel/clang:${SLOT} + llvm-core/clang:${SLOT} " src_install() { diff --git a/llvm-core/clang-toolchain-symlinks/clang-toolchain-symlinks-18.ebuild b/llvm-core/clang-toolchain-symlinks/clang-toolchain-symlinks-18.ebuild index 18d3e444c0e2..9179eee7ae44 100644 --- a/llvm-core/clang-toolchain-symlinks/clang-toolchain-symlinks-18.ebuild +++ b/llvm-core/clang-toolchain-symlinks/clang-toolchain-symlinks-18.ebuild @@ -17,7 +17,7 @@ IUSE="gcc-symlinks multilib-symlinks +native-symlinks" # Blocker for bug #872416 RDEPEND=" !<sys-devel/gcc-config-2.6 - sys-devel/clang:${SLOT} + llvm-core/clang:${SLOT} " src_install() { diff --git a/llvm-core/clang-toolchain-symlinks/clang-toolchain-symlinks-19.ebuild b/llvm-core/clang-toolchain-symlinks/clang-toolchain-symlinks-19.ebuild index 18d3e444c0e2..9179eee7ae44 100644 --- a/llvm-core/clang-toolchain-symlinks/clang-toolchain-symlinks-19.ebuild +++ b/llvm-core/clang-toolchain-symlinks/clang-toolchain-symlinks-19.ebuild @@ -17,7 +17,7 @@ IUSE="gcc-symlinks multilib-symlinks +native-symlinks" # Blocker for bug #872416 RDEPEND=" !<sys-devel/gcc-config-2.6 - sys-devel/clang:${SLOT} + llvm-core/clang:${SLOT} " src_install() { diff --git a/llvm-core/clang-toolchain-symlinks/clang-toolchain-symlinks-20.ebuild b/llvm-core/clang-toolchain-symlinks/clang-toolchain-symlinks-20.ebuild index 3496a0f89b67..095b2a41cf3d 100644 --- a/llvm-core/clang-toolchain-symlinks/clang-toolchain-symlinks-20.ebuild +++ b/llvm-core/clang-toolchain-symlinks/clang-toolchain-symlinks-20.ebuild @@ -16,7 +16,7 @@ IUSE="gcc-symlinks multilib-symlinks +native-symlinks" # Blocker for bug #872416 RDEPEND=" !<sys-devel/gcc-config-2.6 - sys-devel/clang:${SLOT} + llvm-core/clang:${SLOT} " src_install() { diff --git a/sys-devel/clang/Manifest b/llvm-core/clang/Manifest index 2275aab5b3c4..2275aab5b3c4 100644 --- a/sys-devel/clang/Manifest +++ b/llvm-core/clang/Manifest diff --git a/sys-devel/clang/clang-15.0.7-r3.ebuild b/llvm-core/clang/clang-15.0.7-r3.ebuild index 0e54328d3272..ed5ea59fb578 100644 --- a/sys-devel/clang/clang-15.0.7-r3.ebuild +++ b/llvm-core/clang/clang-15.0.7-r3.ebuild @@ -66,7 +66,7 @@ llvm.org_set_globals # 3. ${CHOST}-clang wrappers are always installed for all ABIs included # in the current profile (i.e. alike supported by sys-devel/gcc). # -# Therefore: use sys-devel/clang[${MULTILIB_USEDEP}] only if you need +# Therefore: use llvm-core/clang[${MULTILIB_USEDEP}] only if you need # multilib clang* libraries (not runtime, not wrappers). pkg_setup() { @@ -336,8 +336,8 @@ multilib_src_configure() { fi if tc-is-cross-compiler; then - has_version -b sys-devel/clang:${LLVM_MAJOR} || - die "sys-devel/clang:${LLVM_MAJOR} is required on the build host." + has_version -b llvm-core/clang:${LLVM_MAJOR} || + die "llvm-core/clang:${LLVM_MAJOR} is required on the build host." local tools_bin=${BROOT}/usr/lib/llvm/${LLVM_MAJOR}/bin mycmakeargs+=( -DLLVM_TOOLS_BINARY_DIR="${tools_bin}" diff --git a/sys-devel/clang/clang-16.0.6.ebuild b/llvm-core/clang/clang-16.0.6.ebuild index 49af008fa2ca..89a620e7e5ac 100644 --- a/sys-devel/clang/clang-16.0.6.ebuild +++ b/llvm-core/clang/clang-16.0.6.ebuild @@ -67,7 +67,7 @@ llvm.org_set_globals # 3. ${CHOST}-clang wrappers are always installed for all ABIs included # in the current profile (i.e. alike supported by sys-devel/gcc). # -# Therefore: use sys-devel/clang[${MULTILIB_USEDEP}] only if you need +# Therefore: use llvm-core/clang[${MULTILIB_USEDEP}] only if you need # multilib clang* libraries (not runtime, not wrappers). pkg_setup() { @@ -344,8 +344,8 @@ multilib_src_configure() { fi if tc-is-cross-compiler; then - has_version -b sys-devel/clang:${LLVM_MAJOR} || - die "sys-devel/clang:${LLVM_MAJOR} is required on the build host." + has_version -b llvm-core/clang:${LLVM_MAJOR} || + die "llvm-core/clang:${LLVM_MAJOR} is required on the build host." local tools_bin=${BROOT}/usr/lib/llvm/${LLVM_MAJOR}/bin mycmakeargs+=( -DLLVM_TOOLS_BINARY_DIR="${tools_bin}" diff --git a/sys-devel/clang/clang-17.0.6.ebuild b/llvm-core/clang/clang-17.0.6.ebuild index 63228aef4a66..99e29cd41be4 100644 --- a/sys-devel/clang/clang-17.0.6.ebuild +++ b/llvm-core/clang/clang-17.0.6.ebuild @@ -65,7 +65,7 @@ llvm.org_set_globals # 3. ${CHOST}-clang wrappers are always installed for all ABIs included # in the current profile (i.e. alike supported by sys-devel/gcc). # -# Therefore: use sys-devel/clang[${MULTILIB_USEDEP}] only if you need +# Therefore: use llvm-core/clang[${MULTILIB_USEDEP}] only if you need # multilib clang* libraries (not runtime, not wrappers). pkg_setup() { @@ -341,8 +341,8 @@ multilib_src_configure() { fi if tc-is-cross-compiler; then - has_version -b sys-devel/clang:${LLVM_MAJOR} || - die "sys-devel/clang:${LLVM_MAJOR} is required on the build host." + has_version -b llvm-core/clang:${LLVM_MAJOR} || + die "llvm-core/clang:${LLVM_MAJOR} is required on the build host." local tools_bin=${BROOT}/usr/lib/llvm/${LLVM_MAJOR}/bin mycmakeargs+=( -DLLVM_TOOLS_BINARY_DIR="${tools_bin}" diff --git a/sys-devel/clang/clang-18.1.8-r6.ebuild b/llvm-core/clang/clang-18.1.8-r6.ebuild index 8b0f9091c249..0d3009711687 100644 --- a/sys-devel/clang/clang-18.1.8-r6.ebuild +++ b/llvm-core/clang/clang-18.1.8-r6.ebuild @@ -72,7 +72,7 @@ BDEPEND+=" # 3. ${CHOST}-clang wrappers are always installed for all ABIs included # in the current profile (i.e. alike supported by sys-devel/gcc). # -# Therefore: use sys-devel/clang[${MULTILIB_USEDEP}] only if you need +# Therefore: use llvm-core/clang[${MULTILIB_USEDEP}] only if you need # multilib clang* libraries (not runtime, not wrappers). src_prepare() { @@ -345,8 +345,8 @@ multilib_src_configure() { fi if tc-is-cross-compiler; then - has_version -b sys-devel/clang:${LLVM_MAJOR} || - die "sys-devel/clang:${LLVM_MAJOR} is required on the build host." + has_version -b llvm-core/clang:${LLVM_MAJOR} || + die "llvm-core/clang:${LLVM_MAJOR} is required on the build host." local tools_bin=${BROOT}/usr/lib/llvm/${LLVM_MAJOR}/bin mycmakeargs+=( -DLLVM_TOOLS_BINARY_DIR="${tools_bin}" diff --git a/sys-devel/clang/clang-19.1.4.ebuild b/llvm-core/clang/clang-19.1.4.ebuild index c0fa5d93a735..32864313b82e 100644 --- a/sys-devel/clang/clang-19.1.4.ebuild +++ b/llvm-core/clang/clang-19.1.4.ebuild @@ -69,7 +69,7 @@ BDEPEND+=" # 3. ${CHOST}-clang wrappers are always installed for all ABIs included # in the current profile (i.e. alike supported by sys-devel/gcc). # -# Therefore: use sys-devel/clang[${MULTILIB_USEDEP}] only if you need +# Therefore: use llvm-core/clang[${MULTILIB_USEDEP}] only if you need # multilib clang* libraries (not runtime, not wrappers). src_prepare() { @@ -332,8 +332,8 @@ multilib_src_configure() { fi if tc-is-cross-compiler; then - has_version -b sys-devel/clang:${LLVM_MAJOR} || - die "sys-devel/clang:${LLVM_MAJOR} is required on the build host." + has_version -b llvm-core/clang:${LLVM_MAJOR} || + die "llvm-core/clang:${LLVM_MAJOR} is required on the build host." local tools_bin=${BROOT}/usr/lib/llvm/${LLVM_MAJOR}/bin mycmakeargs+=( -DLLVM_TOOLS_BINARY_DIR="${tools_bin}" diff --git a/sys-devel/clang/clang-19.1.5.ebuild b/llvm-core/clang/clang-19.1.5.ebuild index bc3336ad6a6c..c4e619b36326 100644 --- a/sys-devel/clang/clang-19.1.5.ebuild +++ b/llvm-core/clang/clang-19.1.5.ebuild @@ -69,7 +69,7 @@ BDEPEND+=" # 3. ${CHOST}-clang wrappers are always installed for all ABIs included # in the current profile (i.e. alike supported by sys-devel/gcc). # -# Therefore: use sys-devel/clang[${MULTILIB_USEDEP}] only if you need +# Therefore: use llvm-core/clang[${MULTILIB_USEDEP}] only if you need # multilib clang* libraries (not runtime, not wrappers). src_prepare() { @@ -332,8 +332,8 @@ multilib_src_configure() { fi if tc-is-cross-compiler; then - has_version -b sys-devel/clang:${LLVM_MAJOR} || - die "sys-devel/clang:${LLVM_MAJOR} is required on the build host." + has_version -b llvm-core/clang:${LLVM_MAJOR} || + die "llvm-core/clang:${LLVM_MAJOR} is required on the build host." local tools_bin=${BROOT}/usr/lib/llvm/${LLVM_MAJOR}/bin mycmakeargs+=( -DLLVM_TOOLS_BINARY_DIR="${tools_bin}" diff --git a/sys-devel/clang/clang-20.0.0.9999.ebuild b/llvm-core/clang/clang-20.0.0.9999.ebuild index 2b0c0e03e52a..f534244afe49 100644 --- a/sys-devel/clang/clang-20.0.0.9999.ebuild +++ b/llvm-core/clang/clang-20.0.0.9999.ebuild @@ -68,7 +68,7 @@ BDEPEND+=" # 3. ${CHOST}-clang wrappers are always installed for all ABIs included # in the current profile (i.e. alike supported by sys-devel/gcc). # -# Therefore: use sys-devel/clang[${MULTILIB_USEDEP}] only if you need +# Therefore: use llvm-core/clang[${MULTILIB_USEDEP}] only if you need # multilib clang* libraries (not runtime, not wrappers). src_prepare() { @@ -331,8 +331,8 @@ multilib_src_configure() { fi if tc-is-cross-compiler; then - has_version -b sys-devel/clang:${LLVM_MAJOR} || - die "sys-devel/clang:${LLVM_MAJOR} is required on the build host." + has_version -b llvm-core/clang:${LLVM_MAJOR} || + die "llvm-core/clang:${LLVM_MAJOR} is required on the build host." local tools_bin=${BROOT}/usr/lib/llvm/${LLVM_MAJOR}/bin mycmakeargs+=( -DLLVM_TOOLS_BINARY_DIR="${tools_bin}" diff --git a/sys-devel/clang/clang-20.0.0_pre20241207.ebuild b/llvm-core/clang/clang-20.0.0_pre20241207.ebuild index 2b0c0e03e52a..f534244afe49 100644 --- a/sys-devel/clang/clang-20.0.0_pre20241207.ebuild +++ b/llvm-core/clang/clang-20.0.0_pre20241207.ebuild @@ -68,7 +68,7 @@ BDEPEND+=" # 3. ${CHOST}-clang wrappers are always installed for all ABIs included # in the current profile (i.e. alike supported by sys-devel/gcc). # -# Therefore: use sys-devel/clang[${MULTILIB_USEDEP}] only if you need +# Therefore: use llvm-core/clang[${MULTILIB_USEDEP}] only if you need # multilib clang* libraries (not runtime, not wrappers). src_prepare() { @@ -331,8 +331,8 @@ multilib_src_configure() { fi if tc-is-cross-compiler; then - has_version -b sys-devel/clang:${LLVM_MAJOR} || - die "sys-devel/clang:${LLVM_MAJOR} is required on the build host." + has_version -b llvm-core/clang:${LLVM_MAJOR} || + die "llvm-core/clang:${LLVM_MAJOR} is required on the build host." local tools_bin=${BROOT}/usr/lib/llvm/${LLVM_MAJOR}/bin mycmakeargs+=( -DLLVM_TOOLS_BINARY_DIR="${tools_bin}" diff --git a/sys-devel/clang/metadata.xml b/llvm-core/clang/metadata.xml index 07d06647c9a6..07d06647c9a6 100644 --- a/sys-devel/clang/metadata.xml +++ b/llvm-core/clang/metadata.xml diff --git a/llvm-core/libclc/libclc-15.0.7.ebuild b/llvm-core/libclc/libclc-15.0.7.ebuild index f6d030917c75..84067d4bd0e3 100644 --- a/llvm-core/libclc/libclc-15.0.7.ebuild +++ b/llvm-core/libclc/libclc-15.0.7.ebuild @@ -19,15 +19,15 @@ BDEPEND=" ${PYTHON_DEPS} || ( ( - sys-devel/clang:15 + llvm-core/clang:15 spirv? ( dev-util/spirv-llvm-translator:15 ) ) ( - sys-devel/clang:14 + llvm-core/clang:14 spirv? ( dev-util/spirv-llvm-translator:14 ) ) ( - sys-devel/clang:13 + llvm-core/clang:13 spirv? ( dev-util/spirv-llvm-translator:13 ) ) ) @@ -41,7 +41,7 @@ llvm_check_deps() { has_version -b "dev-util/spirv-llvm-translator:${LLVM_SLOT}" || return 1 fi - has_version -b "sys-devel/clang:${LLVM_SLOT}" + has_version -b "llvm-core/clang:${LLVM_SLOT}" } pkg_setup() { diff --git a/llvm-core/libclc/libclc-16.0.6.ebuild b/llvm-core/libclc/libclc-16.0.6.ebuild index dca16c4c6127..9d1f1b85b677 100644 --- a/llvm-core/libclc/libclc-16.0.6.ebuild +++ b/llvm-core/libclc/libclc-16.0.6.ebuild @@ -19,19 +19,19 @@ BDEPEND=" ${PYTHON_DEPS} || ( ( - sys-devel/clang:16 + llvm-core/clang:16 spirv? ( dev-util/spirv-llvm-translator:16 ) ) ( - sys-devel/clang:15 + llvm-core/clang:15 spirv? ( dev-util/spirv-llvm-translator:15 ) ) ( - sys-devel/clang:14 + llvm-core/clang:14 spirv? ( dev-util/spirv-llvm-translator:14 ) ) ( - sys-devel/clang:13 + llvm-core/clang:13 spirv? ( dev-util/spirv-llvm-translator:13 ) ) ) @@ -45,7 +45,7 @@ llvm_check_deps() { has_version -b "dev-util/spirv-llvm-translator:${LLVM_SLOT}" || return 1 fi - has_version -b "sys-devel/clang:${LLVM_SLOT}" + has_version -b "llvm-core/clang:${LLVM_SLOT}" } pkg_setup() { diff --git a/llvm-core/libclc/libclc-17.0.6.ebuild b/llvm-core/libclc/libclc-17.0.6.ebuild index 650f9f41f61d..40b36bb50a88 100644 --- a/llvm-core/libclc/libclc-17.0.6.ebuild +++ b/llvm-core/libclc/libclc-17.0.6.ebuild @@ -19,23 +19,23 @@ BDEPEND=" ${PYTHON_DEPS} || ( ( - sys-devel/clang:17 + llvm-core/clang:17 spirv? ( dev-util/spirv-llvm-translator:17 ) ) ( - sys-devel/clang:16 + llvm-core/clang:16 spirv? ( dev-util/spirv-llvm-translator:16 ) ) ( - sys-devel/clang:15 + llvm-core/clang:15 spirv? ( dev-util/spirv-llvm-translator:15 ) ) ( - sys-devel/clang:14 + llvm-core/clang:14 spirv? ( dev-util/spirv-llvm-translator:14 ) ) ( - sys-devel/clang:13 + llvm-core/clang:13 spirv? ( dev-util/spirv-llvm-translator:13 ) ) ) @@ -49,7 +49,7 @@ llvm_check_deps() { has_version -b "dev-util/spirv-llvm-translator:${LLVM_SLOT}" || return 1 fi - has_version -b "sys-devel/clang:${LLVM_SLOT}" + has_version -b "llvm-core/clang:${LLVM_SLOT}" } pkg_setup() { diff --git a/llvm-core/libclc/libclc-18.1.8.ebuild b/llvm-core/libclc/libclc-18.1.8.ebuild index 6d2ef7c20876..32ca404dad96 100644 --- a/llvm-core/libclc/libclc-18.1.8.ebuild +++ b/llvm-core/libclc/libclc-18.1.8.ebuild @@ -18,7 +18,7 @@ IUSE="+spirv video_cards_nvidia video_cards_r600 video_cards_radeonsi" BDEPEND=" ${PYTHON_DEPS} $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} spirv? ( dev-util/spirv-llvm-translator:${LLVM_SLOT} ) ') " diff --git a/llvm-core/libclc/libclc-19.1.4.ebuild b/llvm-core/libclc/libclc-19.1.4.ebuild index 6d2ef7c20876..32ca404dad96 100644 --- a/llvm-core/libclc/libclc-19.1.4.ebuild +++ b/llvm-core/libclc/libclc-19.1.4.ebuild @@ -18,7 +18,7 @@ IUSE="+spirv video_cards_nvidia video_cards_r600 video_cards_radeonsi" BDEPEND=" ${PYTHON_DEPS} $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} spirv? ( dev-util/spirv-llvm-translator:${LLVM_SLOT} ) ') " diff --git a/llvm-core/libclc/libclc-19.1.5.ebuild b/llvm-core/libclc/libclc-19.1.5.ebuild index a6d6d0ea49bb..db7ed6718666 100644 --- a/llvm-core/libclc/libclc-19.1.5.ebuild +++ b/llvm-core/libclc/libclc-19.1.5.ebuild @@ -18,7 +18,7 @@ IUSE="+spirv video_cards_nvidia video_cards_r600 video_cards_radeonsi" BDEPEND=" ${PYTHON_DEPS} $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} spirv? ( dev-util/spirv-llvm-translator:${LLVM_SLOT} ) ') " diff --git a/llvm-core/libclc/libclc-20.0.0.9999.ebuild b/llvm-core/libclc/libclc-20.0.0.9999.ebuild index 30cf61c9fd92..f64d8751be55 100644 --- a/llvm-core/libclc/libclc-20.0.0.9999.ebuild +++ b/llvm-core/libclc/libclc-20.0.0.9999.ebuild @@ -17,7 +17,7 @@ IUSE="+spirv video_cards_nvidia video_cards_r600 video_cards_radeonsi" BDEPEND=" ${PYTHON_DEPS} $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} spirv? ( dev-util/spirv-llvm-translator:${LLVM_SLOT} ) ') " diff --git a/llvm-core/libclc/libclc-20.0.0_pre20241207.ebuild b/llvm-core/libclc/libclc-20.0.0_pre20241207.ebuild index 30cf61c9fd92..f64d8751be55 100644 --- a/llvm-core/libclc/libclc-20.0.0_pre20241207.ebuild +++ b/llvm-core/libclc/libclc-20.0.0_pre20241207.ebuild @@ -17,7 +17,7 @@ IUSE="+spirv video_cards_nvidia video_cards_r600 video_cards_radeonsi" BDEPEND=" ${PYTHON_DEPS} $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} spirv? ( dev-util/spirv-llvm-translator:${LLVM_SLOT} ) ') " 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 25ead17a78b0..a51fb12c2e8f 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 @@ -40,14 +40,14 @@ DEPEND=" " BDEPEND=" clang? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} llvm-runtimes/compiler-rt:${LLVM_VERSION} ) elibc_glibc? ( net-libs/libtirpc ) test? ( !!<sys-apps/sandbox-2.13 $(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]") - =sys-devel/clang-${LLVM_VERSION}*:${LLVM_MAJOR} + =llvm-core/clang-${LLVM_VERSION}*:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} 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 c6d3e10a0c6e..842e63aa62fa 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 @@ -40,13 +40,13 @@ DEPEND=" " BDEPEND=" clang? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} llvm-runtimes/compiler-rt:${LLVM_MAJOR} ) elibc_glibc? ( net-libs/libtirpc ) test? ( $(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]") - =sys-devel/clang-${LLVM_VERSION}*:${LLVM_MAJOR} + =llvm-core/clang-${LLVM_VERSION}*:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} 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 c5ee23adbf99..9db3e57db98c 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 @@ -40,13 +40,13 @@ DEPEND=" " BDEPEND=" clang? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} llvm-runtimes/compiler-rt:${LLVM_MAJOR} ) elibc_glibc? ( net-libs/libtirpc ) test? ( $(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]") - =sys-devel/clang-${LLVM_VERSION}*:${LLVM_MAJOR} + =llvm-core/clang-${LLVM_VERSION}*:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} 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 f12b3295f253..70e3f2dd9494 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 @@ -40,13 +40,13 @@ DEPEND=" " BDEPEND=" clang? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} llvm-runtimes/compiler-rt:${LLVM_MAJOR} ) elibc_glibc? ( net-libs/libtirpc ) test? ( $(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]") - =sys-devel/clang-${LLVM_VERSION}*:${LLVM_MAJOR} + =llvm-core/clang-${LLVM_VERSION}*:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} 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 4da97bfcb5b5..de0a1aedcb15 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 @@ -40,13 +40,13 @@ DEPEND=" " BDEPEND=" clang? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} llvm-runtimes/compiler-rt:${LLVM_MAJOR} ) elibc_glibc? ( net-libs/libtirpc ) test? ( $(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]") - =sys-devel/clang-${LLVM_VERSION}*:${LLVM_MAJOR} + =llvm-core/clang-${LLVM_VERSION}*:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} 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 0ca18dfb5ce0..72a369d775f1 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 @@ -40,13 +40,13 @@ DEPEND=" " BDEPEND=" clang? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} llvm-runtimes/compiler-rt:${LLVM_MAJOR} ) elibc_glibc? ( net-libs/libtirpc ) test? ( $(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]") - =sys-devel/clang-${LLVM_VERSION}*:${LLVM_MAJOR} + =llvm-core/clang-${LLVM_VERSION}*:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} 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 04663bb3fb70..42b5641347ef 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 @@ -40,13 +40,13 @@ DEPEND=" " BDEPEND=" clang? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} llvm-runtimes/compiler-rt:${LLVM_MAJOR} ) elibc_glibc? ( net-libs/libtirpc ) test? ( $(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]") - =sys-devel/clang-${LLVM_VERSION}*:${LLVM_MAJOR} + =llvm-core/clang-${LLVM_VERSION}*:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} 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 c81b1b951d6f..658059cb69da 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 @@ -39,13 +39,13 @@ DEPEND=" " BDEPEND=" clang? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} llvm-runtimes/compiler-rt:${LLVM_MAJOR} ) elibc_glibc? ( net-libs/libtirpc ) test? ( $(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]") - =sys-devel/clang-${LLVM_VERSION}*:${LLVM_MAJOR} + =llvm-core/clang-${LLVM_VERSION}*:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} 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 c81b1b951d6f..658059cb69da 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 @@ -39,13 +39,13 @@ DEPEND=" " BDEPEND=" clang? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} llvm-runtimes/compiler-rt:${LLVM_MAJOR} ) elibc_glibc? ( net-libs/libtirpc ) test? ( $(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]") - =sys-devel/clang-${LLVM_VERSION}*:${LLVM_MAJOR} + =llvm-core/clang-${LLVM_VERSION}*:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} 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 0b5bbc2d0c6e..11b1208cb567 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 @@ -19,10 +19,10 @@ DEPEND=" sys-devel/llvm:${LLVM_MAJOR} " BDEPEND=" - clang? ( sys-devel/clang:${LLVM_MAJOR} ) + clang? ( llvm-core/clang:${LLVM_MAJOR} ) test? ( $(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]") - =sys-devel/clang-${LLVM_VERSION}*:${LLVM_MAJOR} + =llvm-core/clang-${LLVM_VERSION}*:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} 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 cc7d61a7cc6d..8a555402b292 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 @@ -20,10 +20,10 @@ DEPEND=" sys-devel/llvm:${LLVM_MAJOR} " BDEPEND=" - clang? ( sys-devel/clang:${LLVM_MAJOR} ) + clang? ( llvm-core/clang:${LLVM_MAJOR} ) test? ( $(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]") - =sys-devel/clang-${LLVM_VERSION}*:${LLVM_MAJOR} + =llvm-core/clang-${LLVM_VERSION}*:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} 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 c014f9b33f50..0374dfb0d51a 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 @@ -19,10 +19,10 @@ DEPEND=" sys-devel/llvm:${LLVM_MAJOR} " BDEPEND=" - clang? ( sys-devel/clang:${LLVM_MAJOR} ) + clang? ( llvm-core/clang:${LLVM_MAJOR} ) test? ( $(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]") - =sys-devel/clang-${LLVM_VERSION}*:${LLVM_MAJOR} + =llvm-core/clang-${LLVM_VERSION}*:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} 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 9ab91e01a137..9a668bd2f34d 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 @@ -20,10 +20,10 @@ DEPEND=" sys-devel/llvm:${LLVM_MAJOR} " BDEPEND=" - clang? ( sys-devel/clang:${LLVM_MAJOR} ) + clang? ( llvm-core/clang:${LLVM_MAJOR} ) test? ( $(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]") - =sys-devel/clang-${LLVM_VERSION}*:${LLVM_MAJOR} + =llvm-core/clang-${LLVM_VERSION}*:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} 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 e505a9b563a7..ae6890dc6964 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 @@ -19,10 +19,10 @@ DEPEND=" sys-devel/llvm:${LLVM_MAJOR} " BDEPEND=" - clang? ( sys-devel/clang:${LLVM_MAJOR} ) + clang? ( llvm-core/clang:${LLVM_MAJOR} ) test? ( $(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]") - =sys-devel/clang-${LLVM_VERSION}*:${LLVM_MAJOR} + =llvm-core/clang-${LLVM_VERSION}*:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} 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 db027fc274ba..4e4a426e993f 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 @@ -20,10 +20,10 @@ DEPEND=" sys-devel/llvm:${LLVM_MAJOR} " BDEPEND=" - clang? ( sys-devel/clang:${LLVM_MAJOR} ) + clang? ( llvm-core/clang:${LLVM_MAJOR} ) test? ( $(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]") - =sys-devel/clang-${LLVM_VERSION}*:${LLVM_MAJOR} + =llvm-core/clang-${LLVM_VERSION}*:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} 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 538cd3a6b6e7..5c43f98877b5 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 @@ -20,10 +20,10 @@ DEPEND=" sys-devel/llvm:${LLVM_MAJOR} " BDEPEND=" - clang? ( sys-devel/clang:${LLVM_MAJOR} ) + clang? ( llvm-core/clang:${LLVM_MAJOR} ) test? ( $(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]") - =sys-devel/clang-${LLVM_VERSION}*:${LLVM_MAJOR} + =llvm-core/clang-${LLVM_VERSION}*:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} 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 832b22e28097..90611ddd78cb 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 @@ -21,10 +21,10 @@ DEPEND=" sys-devel/llvm:${LLVM_MAJOR} " BDEPEND=" - clang? ( sys-devel/clang:${LLVM_MAJOR} ) + clang? ( llvm-core/clang:${LLVM_MAJOR} ) test? ( $(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]") - =sys-devel/clang-${LLVM_VERSION}*:${LLVM_MAJOR} + =llvm-core/clang-${LLVM_VERSION}*:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} 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 e957e5d48be7..16f339956161 100644 --- a/llvm-runtimes/compiler-rt/compiler-rt-19.1.4.ebuild +++ b/llvm-runtimes/compiler-rt/compiler-rt-19.1.4.ebuild @@ -21,10 +21,10 @@ DEPEND=" sys-devel/llvm:${LLVM_MAJOR} " BDEPEND=" - clang? ( sys-devel/clang:${LLVM_MAJOR} ) + clang? ( llvm-core/clang:${LLVM_MAJOR} ) test? ( $(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]") - =sys-devel/clang-${LLVM_VERSION}*:${LLVM_MAJOR} + =llvm-core/clang-${LLVM_VERSION}*:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} 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 88726a8977e1..dc213452b7cd 100644 --- a/llvm-runtimes/compiler-rt/compiler-rt-19.1.5.ebuild +++ b/llvm-runtimes/compiler-rt/compiler-rt-19.1.5.ebuild @@ -21,10 +21,10 @@ DEPEND=" sys-devel/llvm:${LLVM_MAJOR} " BDEPEND=" - clang? ( sys-devel/clang:${LLVM_MAJOR} ) + clang? ( llvm-core/clang:${LLVM_MAJOR} ) test? ( $(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]") - =sys-devel/clang-${LLVM_VERSION}*:${LLVM_MAJOR} + =llvm-core/clang-${LLVM_VERSION}*:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} 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 92b6059c1ee7..1c83874b6040 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 @@ -20,10 +20,10 @@ DEPEND=" sys-devel/llvm:${LLVM_MAJOR} " BDEPEND=" - clang? ( sys-devel/clang:${LLVM_MAJOR} ) + clang? ( llvm-core/clang:${LLVM_MAJOR} ) test? ( $(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]") - =sys-devel/clang-${LLVM_VERSION}*:${LLVM_MAJOR} + =llvm-core/clang-${LLVM_VERSION}*:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} 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 92b6059c1ee7..1c83874b6040 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 @@ -20,10 +20,10 @@ DEPEND=" sys-devel/llvm:${LLVM_MAJOR} " BDEPEND=" - clang? ( sys-devel/clang:${LLVM_MAJOR} ) + clang? ( llvm-core/clang:${LLVM_MAJOR} ) test? ( $(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]") - =sys-devel/clang-${LLVM_VERSION}*:${LLVM_MAJOR} + =llvm-core/clang-${LLVM_VERSION}*:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} diff --git a/llvm-runtimes/libcxx/libcxx-15.0.7-r1.ebuild b/llvm-runtimes/libcxx/libcxx-15.0.7-r1.ebuild index 429e5f596920..8da040d16a0c 100644 --- a/llvm-runtimes/libcxx/libcxx-15.0.7-r1.ebuild +++ b/llvm-runtimes/libcxx/libcxx-15.0.7-r1.ebuild @@ -29,7 +29,7 @@ DEPEND=" " BDEPEND=" clang? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} diff --git a/llvm-runtimes/libcxx/libcxx-16.0.6.ebuild b/llvm-runtimes/libcxx/libcxx-16.0.6.ebuild index e66a304bab88..4860d48bf592 100644 --- a/llvm-runtimes/libcxx/libcxx-16.0.6.ebuild +++ b/llvm-runtimes/libcxx/libcxx-16.0.6.ebuild @@ -29,7 +29,7 @@ DEPEND=" " BDEPEND=" clang? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} diff --git a/llvm-runtimes/libcxx/libcxx-17.0.6.ebuild b/llvm-runtimes/libcxx/libcxx-17.0.6.ebuild index 044e5553e75c..c9df7a8cba72 100644 --- a/llvm-runtimes/libcxx/libcxx-17.0.6.ebuild +++ b/llvm-runtimes/libcxx/libcxx-17.0.6.ebuild @@ -29,7 +29,7 @@ DEPEND=" " BDEPEND=" clang? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} diff --git a/llvm-runtimes/libcxx/libcxx-18.1.8.ebuild b/llvm-runtimes/libcxx/libcxx-18.1.8.ebuild index 8cc099018bca..beedd72c3df3 100644 --- a/llvm-runtimes/libcxx/libcxx-18.1.8.ebuild +++ b/llvm-runtimes/libcxx/libcxx-18.1.8.ebuild @@ -29,7 +29,7 @@ DEPEND=" " BDEPEND=" clang? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} diff --git a/llvm-runtimes/libcxx/libcxx-19.1.4.ebuild b/llvm-runtimes/libcxx/libcxx-19.1.4.ebuild index ef26774b58e0..10d821e0ab1c 100644 --- a/llvm-runtimes/libcxx/libcxx-19.1.4.ebuild +++ b/llvm-runtimes/libcxx/libcxx-19.1.4.ebuild @@ -29,7 +29,7 @@ DEPEND=" " BDEPEND=" clang? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} diff --git a/llvm-runtimes/libcxx/libcxx-19.1.5.ebuild b/llvm-runtimes/libcxx/libcxx-19.1.5.ebuild index b6a85d925747..6299f82b6f40 100644 --- a/llvm-runtimes/libcxx/libcxx-19.1.5.ebuild +++ b/llvm-runtimes/libcxx/libcxx-19.1.5.ebuild @@ -29,7 +29,7 @@ DEPEND=" " BDEPEND=" clang? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} diff --git a/llvm-runtimes/libcxx/libcxx-20.0.0.9999.ebuild b/llvm-runtimes/libcxx/libcxx-20.0.0.9999.ebuild index c39257020ea3..d0bb85560882 100644 --- a/llvm-runtimes/libcxx/libcxx-20.0.0.9999.ebuild +++ b/llvm-runtimes/libcxx/libcxx-20.0.0.9999.ebuild @@ -28,7 +28,7 @@ DEPEND=" " BDEPEND=" clang? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} diff --git a/llvm-runtimes/libcxx/libcxx-20.0.0_pre20241207.ebuild b/llvm-runtimes/libcxx/libcxx-20.0.0_pre20241207.ebuild index c39257020ea3..d0bb85560882 100644 --- a/llvm-runtimes/libcxx/libcxx-20.0.0_pre20241207.ebuild +++ b/llvm-runtimes/libcxx/libcxx-20.0.0_pre20241207.ebuild @@ -28,7 +28,7 @@ DEPEND=" " BDEPEND=" clang? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} diff --git a/llvm-runtimes/libcxxabi/libcxxabi-15.0.7.ebuild b/llvm-runtimes/libcxxabi/libcxxabi-15.0.7.ebuild index cf34b0382c22..92a8e8014957 100644 --- a/llvm-runtimes/libcxxabi/libcxxabi-15.0.7.ebuild +++ b/llvm-runtimes/libcxxabi/libcxxabi-15.0.7.ebuild @@ -27,7 +27,7 @@ DEPEND=" " BDEPEND=" clang? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} diff --git a/llvm-runtimes/libcxxabi/libcxxabi-16.0.6.ebuild b/llvm-runtimes/libcxxabi/libcxxabi-16.0.6.ebuild index 349898ca2cbd..b6fca7ded30a 100644 --- a/llvm-runtimes/libcxxabi/libcxxabi-16.0.6.ebuild +++ b/llvm-runtimes/libcxxabi/libcxxabi-16.0.6.ebuild @@ -27,7 +27,7 @@ DEPEND=" " BDEPEND=" clang? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} diff --git a/llvm-runtimes/libcxxabi/libcxxabi-17.0.6.ebuild b/llvm-runtimes/libcxxabi/libcxxabi-17.0.6.ebuild index 349898ca2cbd..b6fca7ded30a 100644 --- a/llvm-runtimes/libcxxabi/libcxxabi-17.0.6.ebuild +++ b/llvm-runtimes/libcxxabi/libcxxabi-17.0.6.ebuild @@ -27,7 +27,7 @@ DEPEND=" " BDEPEND=" clang? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} diff --git a/llvm-runtimes/libcxxabi/libcxxabi-18.1.8.ebuild b/llvm-runtimes/libcxxabi/libcxxabi-18.1.8.ebuild index 8989f6a96abf..15db50c1b985 100644 --- a/llvm-runtimes/libcxxabi/libcxxabi-18.1.8.ebuild +++ b/llvm-runtimes/libcxxabi/libcxxabi-18.1.8.ebuild @@ -27,7 +27,7 @@ DEPEND=" " BDEPEND=" clang? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} diff --git a/llvm-runtimes/libcxxabi/libcxxabi-19.1.4.ebuild b/llvm-runtimes/libcxxabi/libcxxabi-19.1.4.ebuild index 018c644a3aa5..c76dea551d96 100644 --- a/llvm-runtimes/libcxxabi/libcxxabi-19.1.4.ebuild +++ b/llvm-runtimes/libcxxabi/libcxxabi-19.1.4.ebuild @@ -27,7 +27,7 @@ DEPEND=" " BDEPEND=" clang? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} diff --git a/llvm-runtimes/libcxxabi/libcxxabi-19.1.5.ebuild b/llvm-runtimes/libcxxabi/libcxxabi-19.1.5.ebuild index 891eeea336e9..0007202bb6b8 100644 --- a/llvm-runtimes/libcxxabi/libcxxabi-19.1.5.ebuild +++ b/llvm-runtimes/libcxxabi/libcxxabi-19.1.5.ebuild @@ -27,7 +27,7 @@ DEPEND=" " BDEPEND=" clang? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} diff --git a/llvm-runtimes/libcxxabi/libcxxabi-20.0.0.9999.ebuild b/llvm-runtimes/libcxxabi/libcxxabi-20.0.0.9999.ebuild index 55e6c9c566f2..0f59e86b690f 100644 --- a/llvm-runtimes/libcxxabi/libcxxabi-20.0.0.9999.ebuild +++ b/llvm-runtimes/libcxxabi/libcxxabi-20.0.0.9999.ebuild @@ -26,7 +26,7 @@ DEPEND=" " BDEPEND=" clang? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} diff --git a/llvm-runtimes/libcxxabi/libcxxabi-20.0.0_pre20241207.ebuild b/llvm-runtimes/libcxxabi/libcxxabi-20.0.0_pre20241207.ebuild index 55e6c9c566f2..0f59e86b690f 100644 --- a/llvm-runtimes/libcxxabi/libcxxabi-20.0.0_pre20241207.ebuild +++ b/llvm-runtimes/libcxxabi/libcxxabi-20.0.0_pre20241207.ebuild @@ -26,7 +26,7 @@ DEPEND=" " BDEPEND=" clang? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} diff --git a/llvm-runtimes/libunwind/libunwind-15.0.7.ebuild b/llvm-runtimes/libunwind/libunwind-15.0.7.ebuild index 71a3f02b0f03..360cf62d177c 100644 --- a/llvm-runtimes/libunwind/libunwind-15.0.7.ebuild +++ b/llvm-runtimes/libunwind/libunwind-15.0.7.ebuild @@ -25,7 +25,7 @@ DEPEND=" " BDEPEND=" clang? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} diff --git a/llvm-runtimes/libunwind/libunwind-16.0.6-r1.ebuild b/llvm-runtimes/libunwind/libunwind-16.0.6-r1.ebuild index e61b9836b074..1d6ad469e401 100644 --- a/llvm-runtimes/libunwind/libunwind-16.0.6-r1.ebuild +++ b/llvm-runtimes/libunwind/libunwind-16.0.6-r1.ebuild @@ -25,7 +25,7 @@ DEPEND=" " BDEPEND=" clang? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} diff --git a/llvm-runtimes/libunwind/libunwind-17.0.6.ebuild b/llvm-runtimes/libunwind/libunwind-17.0.6.ebuild index e61b9836b074..1d6ad469e401 100644 --- a/llvm-runtimes/libunwind/libunwind-17.0.6.ebuild +++ b/llvm-runtimes/libunwind/libunwind-17.0.6.ebuild @@ -25,7 +25,7 @@ DEPEND=" " BDEPEND=" clang? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} diff --git a/llvm-runtimes/libunwind/libunwind-18.1.8.ebuild b/llvm-runtimes/libunwind/libunwind-18.1.8.ebuild index aaa6c07084dc..4d7979431041 100644 --- a/llvm-runtimes/libunwind/libunwind-18.1.8.ebuild +++ b/llvm-runtimes/libunwind/libunwind-18.1.8.ebuild @@ -25,7 +25,7 @@ DEPEND=" " BDEPEND=" clang? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} diff --git a/llvm-runtimes/libunwind/libunwind-19.1.4.ebuild b/llvm-runtimes/libunwind/libunwind-19.1.4.ebuild index 02c17fd01f00..a99ba882a52a 100644 --- a/llvm-runtimes/libunwind/libunwind-19.1.4.ebuild +++ b/llvm-runtimes/libunwind/libunwind-19.1.4.ebuild @@ -25,7 +25,7 @@ DEPEND=" " BDEPEND=" clang? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} diff --git a/llvm-runtimes/libunwind/libunwind-19.1.5.ebuild b/llvm-runtimes/libunwind/libunwind-19.1.5.ebuild index 45b7c96819be..19b1852db408 100644 --- a/llvm-runtimes/libunwind/libunwind-19.1.5.ebuild +++ b/llvm-runtimes/libunwind/libunwind-19.1.5.ebuild @@ -25,7 +25,7 @@ DEPEND=" " BDEPEND=" clang? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} diff --git a/llvm-runtimes/libunwind/libunwind-20.0.0.9999.ebuild b/llvm-runtimes/libunwind/libunwind-20.0.0.9999.ebuild index f2972aaec14a..55c4d1b12efb 100644 --- a/llvm-runtimes/libunwind/libunwind-20.0.0.9999.ebuild +++ b/llvm-runtimes/libunwind/libunwind-20.0.0.9999.ebuild @@ -24,7 +24,7 @@ DEPEND=" " BDEPEND=" clang? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} diff --git a/llvm-runtimes/libunwind/libunwind-20.0.0_pre20241207.ebuild b/llvm-runtimes/libunwind/libunwind-20.0.0_pre20241207.ebuild index f2972aaec14a..55c4d1b12efb 100644 --- a/llvm-runtimes/libunwind/libunwind-20.0.0_pre20241207.ebuild +++ b/llvm-runtimes/libunwind/libunwind-20.0.0_pre20241207.ebuild @@ -24,7 +24,7 @@ DEPEND=" " BDEPEND=" clang? ( - sys-devel/clang:${LLVM_MAJOR} + llvm-core/clang:${LLVM_MAJOR} ) !test? ( ${PYTHON_DEPS} diff --git a/llvm-runtimes/offload/offload-20.0.0.9999.ebuild b/llvm-runtimes/offload/offload-20.0.0.9999.ebuild index fb6d5a09981c..26676d1ae334 100644 --- a/llvm-runtimes/offload/offload-20.0.0.9999.ebuild +++ b/llvm-runtimes/offload/offload-20.0.0.9999.ebuild @@ -26,22 +26,22 @@ DEPEND=" # tests: # - dev-python/lit provides the test runner # - sys-devel/llvm provide test utils (e.g. FileCheck) -# - sys-devel/clang provides the compiler to run tests +# - llvm-core/clang provides the compiler to run tests BDEPEND=" dev-lang/perl virtual/pkgconfig - llvm_targets_AMDGPU? ( sys-devel/clang ) - llvm_targets_NVPTX? ( sys-devel/clang ) + llvm_targets_AMDGPU? ( llvm-core/clang ) + llvm_targets_NVPTX? ( llvm-core/clang ) test? ( $(python_gen_any_dep ' dev-python/lit[${PYTHON_USEDEP}] ') - sys-devel/clang + llvm-core/clang ) " # TODO: can it be fixed to compile with gcc? BDEPEND+=" - sys-devel/clang + llvm-core/clang " LLVM_COMPONENTS=( offload cmake runtimes/cmake libc/shared ) diff --git a/llvm-runtimes/offload/offload-20.0.0_pre20241207.ebuild b/llvm-runtimes/offload/offload-20.0.0_pre20241207.ebuild index a92e9e17cebe..d68901e769ef 100644 --- a/llvm-runtimes/offload/offload-20.0.0_pre20241207.ebuild +++ b/llvm-runtimes/offload/offload-20.0.0_pre20241207.ebuild @@ -26,23 +26,23 @@ DEPEND=" # tests: # - dev-python/lit provides the test runner # - sys-devel/llvm provide test utils (e.g. FileCheck) -# - sys-devel/clang provides the compiler to run tests +# - llvm-core/clang provides the compiler to run tests BDEPEND=" dev-lang/perl virtual/pkgconfig - llvm_targets_AMDGPU? ( sys-devel/clang ) - llvm_targets_NVPTX? ( sys-devel/clang ) + llvm_targets_AMDGPU? ( llvm-core/clang ) + llvm_targets_NVPTX? ( llvm-core/clang ) test? ( ${PYTHON_DEPS} $(python_gen_any_dep ' dev-python/lit[${PYTHON_USEDEP}] ') - sys-devel/clang + llvm-core/clang ) " # TODO: can it be fixed to compile with gcc? BDEPEND+=" - sys-devel/clang + llvm-core/clang " LLVM_COMPONENTS=( offload cmake runtimes/cmake libc/shared ) diff --git a/llvm-runtimes/openmp/openmp-15.0.7-r6.ebuild b/llvm-runtimes/openmp/openmp-15.0.7-r6.ebuild index 3abe51db096c..6ce965355ddf 100644 --- a/llvm-runtimes/openmp/openmp-15.0.7-r6.ebuild +++ b/llvm-runtimes/openmp/openmp-15.0.7-r6.ebuild @@ -30,20 +30,20 @@ RDEPEND=" # tests: # - dev-python/lit provides the test runner # - sys-devel/llvm provide test utils (e.g. FileCheck) -# - sys-devel/clang provides the compiler to run tests +# - llvm-core/clang provides the compiler to run tests DEPEND=" ${RDEPEND} " BDEPEND=" dev-lang/perl offload? ( - llvm_targets_AMDGPU? ( sys-devel/clang ) - llvm_targets_NVPTX? ( sys-devel/clang ) + llvm_targets_AMDGPU? ( llvm-core/clang ) + llvm_targets_NVPTX? ( llvm-core/clang ) virtual/pkgconfig ) test? ( $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') - sys-devel/clang + llvm-core/clang ) " diff --git a/llvm-runtimes/openmp/openmp-16.0.6.ebuild b/llvm-runtimes/openmp/openmp-16.0.6.ebuild index 82c6efffb251..3be4f432c473 100644 --- a/llvm-runtimes/openmp/openmp-16.0.6.ebuild +++ b/llvm-runtimes/openmp/openmp-16.0.6.ebuild @@ -34,15 +34,15 @@ RDEPEND=" # tests: # - dev-python/lit provides the test runner # - sys-devel/llvm provide test utils (e.g. FileCheck) -# - sys-devel/clang provides the compiler to run tests +# - llvm-core/clang provides the compiler to run tests DEPEND=" ${RDEPEND} " BDEPEND=" dev-lang/perl offload? ( - llvm_targets_AMDGPU? ( sys-devel/clang ) - llvm_targets_NVPTX? ( sys-devel/clang ) + llvm_targets_AMDGPU? ( llvm-core/clang ) + llvm_targets_NVPTX? ( llvm-core/clang ) virtual/pkgconfig ) test? ( @@ -50,7 +50,7 @@ BDEPEND=" $(python_gen_cond_dep ' dev-python/lit[${PYTHON_USEDEP}] ') - sys-devel/clang + llvm-core/clang ) " diff --git a/llvm-runtimes/openmp/openmp-17.0.6.ebuild b/llvm-runtimes/openmp/openmp-17.0.6.ebuild index a2075dcce87c..2298ef8a3f80 100644 --- a/llvm-runtimes/openmp/openmp-17.0.6.ebuild +++ b/llvm-runtimes/openmp/openmp-17.0.6.ebuild @@ -34,15 +34,15 @@ RDEPEND=" # tests: # - dev-python/lit provides the test runner # - sys-devel/llvm provide test utils (e.g. FileCheck) -# - sys-devel/clang provides the compiler to run tests +# - llvm-core/clang provides the compiler to run tests DEPEND=" ${RDEPEND} " BDEPEND=" dev-lang/perl offload? ( - llvm_targets_AMDGPU? ( sys-devel/clang ) - llvm_targets_NVPTX? ( sys-devel/clang ) + llvm_targets_AMDGPU? ( llvm-core/clang ) + llvm_targets_NVPTX? ( llvm-core/clang ) virtual/pkgconfig ) test? ( @@ -50,7 +50,7 @@ BDEPEND=" $(python_gen_cond_dep ' dev-python/lit[${PYTHON_USEDEP}] ') - sys-devel/clang + llvm-core/clang ) " diff --git a/llvm-runtimes/openmp/openmp-18.1.8.ebuild b/llvm-runtimes/openmp/openmp-18.1.8.ebuild index cebd1dee34be..7e31268e06b1 100644 --- a/llvm-runtimes/openmp/openmp-18.1.8.ebuild +++ b/llvm-runtimes/openmp/openmp-18.1.8.ebuild @@ -34,15 +34,15 @@ RDEPEND=" # tests: # - dev-python/lit provides the test runner # - sys-devel/llvm provide test utils (e.g. FileCheck) -# - sys-devel/clang provides the compiler to run tests +# - llvm-core/clang provides the compiler to run tests DEPEND=" ${RDEPEND} " BDEPEND=" dev-lang/perl offload? ( - llvm_targets_AMDGPU? ( sys-devel/clang ) - llvm_targets_NVPTX? ( sys-devel/clang ) + llvm_targets_AMDGPU? ( llvm-core/clang ) + llvm_targets_NVPTX? ( llvm-core/clang ) virtual/pkgconfig ) test? ( @@ -50,7 +50,7 @@ BDEPEND=" $(python_gen_cond_dep ' dev-python/lit[${PYTHON_USEDEP}] ') - sys-devel/clang + llvm-core/clang ) " diff --git a/llvm-runtimes/openmp/openmp-19.1.4.ebuild b/llvm-runtimes/openmp/openmp-19.1.4.ebuild index 6996520f455a..6c4d70089d1e 100644 --- a/llvm-runtimes/openmp/openmp-19.1.4.ebuild +++ b/llvm-runtimes/openmp/openmp-19.1.4.ebuild @@ -25,7 +25,7 @@ RDEPEND=" # tests: # - dev-python/lit provides the test runner # - sys-devel/llvm provide test utils (e.g. FileCheck) -# - sys-devel/clang provides the compiler to run tests +# - llvm-core/clang provides the compiler to run tests DEPEND=" ${RDEPEND} " @@ -36,7 +36,7 @@ BDEPEND=" $(python_gen_cond_dep ' dev-python/lit[${PYTHON_USEDEP}] ') - sys-devel/clang + llvm-core/clang ) " diff --git a/llvm-runtimes/openmp/openmp-19.1.5.ebuild b/llvm-runtimes/openmp/openmp-19.1.5.ebuild index 64ab38e3e987..2b91befb6032 100644 --- a/llvm-runtimes/openmp/openmp-19.1.5.ebuild +++ b/llvm-runtimes/openmp/openmp-19.1.5.ebuild @@ -25,7 +25,7 @@ RDEPEND=" # tests: # - dev-python/lit provides the test runner # - sys-devel/llvm provide test utils (e.g. FileCheck) -# - sys-devel/clang provides the compiler to run tests +# - llvm-core/clang provides the compiler to run tests DEPEND=" ${RDEPEND} " @@ -36,7 +36,7 @@ BDEPEND=" $(python_gen_cond_dep ' dev-python/lit[${PYTHON_USEDEP}] ') - sys-devel/clang + llvm-core/clang ) " diff --git a/llvm-runtimes/openmp/openmp-20.0.0.9999.ebuild b/llvm-runtimes/openmp/openmp-20.0.0.9999.ebuild index 32b91b3699c4..bef34c37bc56 100644 --- a/llvm-runtimes/openmp/openmp-20.0.0.9999.ebuild +++ b/llvm-runtimes/openmp/openmp-20.0.0.9999.ebuild @@ -24,7 +24,7 @@ RDEPEND=" # tests: # - dev-python/lit provides the test runner # - sys-devel/llvm provide test utils (e.g. FileCheck) -# - sys-devel/clang provides the compiler to run tests +# - llvm-core/clang provides the compiler to run tests DEPEND=" ${RDEPEND} " @@ -35,7 +35,7 @@ BDEPEND=" $(python_gen_cond_dep ' dev-python/lit[${PYTHON_USEDEP}] ') - sys-devel/clang + llvm-core/clang ) " diff --git a/llvm-runtimes/openmp/openmp-20.0.0_pre20241207.ebuild b/llvm-runtimes/openmp/openmp-20.0.0_pre20241207.ebuild index 32b91b3699c4..bef34c37bc56 100644 --- a/llvm-runtimes/openmp/openmp-20.0.0_pre20241207.ebuild +++ b/llvm-runtimes/openmp/openmp-20.0.0_pre20241207.ebuild @@ -24,7 +24,7 @@ RDEPEND=" # tests: # - dev-python/lit provides the test runner # - sys-devel/llvm provide test utils (e.g. FileCheck) -# - sys-devel/clang provides the compiler to run tests +# - llvm-core/clang provides the compiler to run tests DEPEND=" ${RDEPEND} " @@ -35,7 +35,7 @@ BDEPEND=" $(python_gen_cond_dep ' dev-python/lit[${PYTHON_USEDEP}] ') - sys-devel/clang + llvm-core/clang ) " diff --git a/mail-client/thunderbird/thunderbird-128.5.0.ebuild b/mail-client/thunderbird/thunderbird-128.5.0.ebuild index 95959e978ff3..041511ce7aef 100644 --- a/mail-client/thunderbird/thunderbird-128.5.0.ebuild +++ b/mail-client/thunderbird/thunderbird-128.5.0.ebuild @@ -84,7 +84,7 @@ TB_ONLY_DEPEND="selinux? ( sec-policy/selinux-thunderbird ) system-librnp? ( >=dev-util/librnp-0.17.1 )" BDEPEND="${PYTHON_DEPS} $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} clang? ( sys-devel/lld:${LLVM_SLOT} @@ -191,8 +191,8 @@ DEPEND="${COMMON_DEPEND} )" llvm_check_deps() { - if ! has_version -b "sys-devel/clang:${LLVM_SLOT}" ; then - einfo "sys-devel/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 + if ! has_version -b "llvm-core/clang:${LLVM_SLOT}" ; then + einfo "llvm-core/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 return 1 fi diff --git a/mail-client/thunderbird/thunderbird-128.5.1.ebuild b/mail-client/thunderbird/thunderbird-128.5.1.ebuild index da132e02cf41..2d5eb1362c73 100644 --- a/mail-client/thunderbird/thunderbird-128.5.1.ebuild +++ b/mail-client/thunderbird/thunderbird-128.5.1.ebuild @@ -84,7 +84,7 @@ TB_ONLY_DEPEND="selinux? ( sec-policy/selinux-thunderbird ) system-librnp? ( >=dev-util/librnp-0.17.1 )" BDEPEND="${PYTHON_DEPS} $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} clang? ( sys-devel/lld:${LLVM_SLOT} @@ -191,8 +191,8 @@ DEPEND="${COMMON_DEPEND} )" llvm_check_deps() { - if ! has_version -b "sys-devel/clang:${LLVM_SLOT}" ; then - einfo "sys-devel/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 + if ! has_version -b "llvm-core/clang:${LLVM_SLOT}" ; then + einfo "llvm-core/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 return 1 fi diff --git a/media-gfx/darktable/darktable-4.6.0.ebuild b/media-gfx/darktable/darktable-4.6.0.ebuild index 1271ff136222..a93a667684a9 100644 --- a/media-gfx/darktable/darktable-4.6.0.ebuild +++ b/media-gfx/darktable/darktable-4.6.0.ebuild @@ -45,10 +45,10 @@ RESTRICT="!test? ( test )" # It is sometimes requested, by both users and certain devs, to have sys-devel/gcc[graphite] # in BDEPEND. This has not been done *on purpose*, for the following reason: -# - darktable can also be built with sys-devel/clang so we'd have to have that, as an alternative, +# - darktable can also be built with llvm-core/clang so we'd have to have that, as an alternative, # in BDEPEND too # - there are at least two darktable dependencies (media-libs/mesa and dev-lang/rust) which -# by default pull in sys-devel/clang +# by default pull in llvm-core/clang # - as a result of the above, for most gcc users adding the above to BDEPEND is a no-op # (and curiously enough, empirical observations suggest current versions of Portage are # more likely to pull in Clang to build darktable with than to request enabling USE=graphite diff --git a/media-gfx/darktable/darktable-4.6.1.ebuild b/media-gfx/darktable/darktable-4.6.1.ebuild index 9bbb75a3f2c2..4057907968ec 100644 --- a/media-gfx/darktable/darktable-4.6.1.ebuild +++ b/media-gfx/darktable/darktable-4.6.1.ebuild @@ -45,10 +45,10 @@ RESTRICT="!test? ( test )" # It is sometimes requested, by both users and certain devs, to have sys-devel/gcc[graphite] # in BDEPEND. This has not been done *on purpose*, for the following reason: -# - darktable can also be built with sys-devel/clang so we'd have to have that, as an alternative, +# - darktable can also be built with llvm-core/clang so we'd have to have that, as an alternative, # in BDEPEND too # - there are at least two darktable dependencies (media-libs/mesa and dev-lang/rust) which -# by default pull in sys-devel/clang +# by default pull in llvm-core/clang # - as a result of the above, for most gcc users adding the above to BDEPEND is a no-op # (and curiously enough, empirical observations suggest current versions of Portage are # more likely to pull in Clang to build darktable with than to request enabling USE=graphite diff --git a/media-gfx/darktable/darktable-4.8.0.ebuild b/media-gfx/darktable/darktable-4.8.0.ebuild index 0fe2792ac25b..e8d9a70a68b8 100644 --- a/media-gfx/darktable/darktable-4.8.0.ebuild +++ b/media-gfx/darktable/darktable-4.8.0.ebuild @@ -45,10 +45,10 @@ RESTRICT="!test? ( test )" # It is sometimes requested, by both users and certain devs, to have sys-devel/gcc[graphite] # in BDEPEND. This has not been done *on purpose*, for the following reason: -# - darktable can also be built with sys-devel/clang so we'd have to have that, as an alternative, +# - darktable can also be built with llvm-core/clang so we'd have to have that, as an alternative, # in BDEPEND too # - there are at least two darktable dependencies (media-libs/mesa and dev-lang/rust) which -# by default pull in sys-devel/clang +# by default pull in llvm-core/clang # - as a result of the above, for most gcc users adding the above to BDEPEND is a no-op # (and curiously enough, empirical observations suggest current versions of Portage are # more likely to pull in Clang to build darktable with than to request enabling USE=graphite diff --git a/media-libs/libv4l/libv4l-1.28.1.ebuild b/media-libs/libv4l/libv4l-1.28.1.ebuild index 0baeeb18e021..c87900980f76 100644 --- a/media-libs/libv4l/libv4l-1.28.1.ebuild +++ b/media-libs/libv4l/libv4l-1.28.1.ebuild @@ -59,7 +59,7 @@ DEPEND=" BDEPEND=" sys-devel/gettext virtual/pkgconfig - bpf? ( sys-devel/clang:*[llvm_targets_BPF] ) + bpf? ( llvm-core/clang:*[llvm_targets_BPF] ) doc? ( app-text/doxygen ) utils? ( dev-lang/perl @@ -80,7 +80,7 @@ check_llvm() { } pkg_pretend() { - has_version -b sys-devel/clang && check_llvm + has_version -b llvm-core/clang && check_llvm } pkg_setup() { diff --git a/media-libs/mesa/mesa-24.1.7-r1.ebuild b/media-libs/mesa/mesa-24.1.7-r1.ebuild index e518ff1e3b7e..07aacd364494 100644 --- a/media-libs/mesa/mesa-24.1.7-r1.ebuild +++ b/media-libs/mesa/mesa-24.1.7-r1.ebuild @@ -99,7 +99,7 @@ RDEPEND=" sys-devel/llvm:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] opencl? ( dev-util/spirv-llvm-translator:\${LLVM_SLOT} - sys-devel/clang:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] + llvm-core/clang:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] ) ") video_cards_r600? ( diff --git a/media-libs/mesa/mesa-24.2.3-r1.ebuild b/media-libs/mesa/mesa-24.2.3-r1.ebuild index fc09939f05db..5c33234f9ba3 100644 --- a/media-libs/mesa/mesa-24.2.3-r1.ebuild +++ b/media-libs/mesa/mesa-24.2.3-r1.ebuild @@ -101,7 +101,7 @@ RDEPEND=" sys-devel/llvm:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] opencl? ( dev-util/spirv-llvm-translator:\${LLVM_SLOT} - sys-devel/clang:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] + llvm-core/clang:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] ) ") video_cards_r600? ( diff --git a/media-libs/mesa/mesa-24.2.4-r1.ebuild b/media-libs/mesa/mesa-24.2.4-r1.ebuild index fc09939f05db..5c33234f9ba3 100644 --- a/media-libs/mesa/mesa-24.2.4-r1.ebuild +++ b/media-libs/mesa/mesa-24.2.4-r1.ebuild @@ -101,7 +101,7 @@ RDEPEND=" sys-devel/llvm:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] opencl? ( dev-util/spirv-llvm-translator:\${LLVM_SLOT} - sys-devel/clang:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] + llvm-core/clang:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] ) ") video_cards_r600? ( diff --git a/media-libs/mesa/mesa-24.2.5-r1.ebuild b/media-libs/mesa/mesa-24.2.5-r1.ebuild index fc09939f05db..5c33234f9ba3 100644 --- a/media-libs/mesa/mesa-24.2.5-r1.ebuild +++ b/media-libs/mesa/mesa-24.2.5-r1.ebuild @@ -101,7 +101,7 @@ RDEPEND=" sys-devel/llvm:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] opencl? ( dev-util/spirv-llvm-translator:\${LLVM_SLOT} - sys-devel/clang:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] + llvm-core/clang:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] ) ") video_cards_r600? ( diff --git a/media-libs/mesa/mesa-24.2.6-r2.ebuild b/media-libs/mesa/mesa-24.2.6-r2.ebuild index 8e702f7d6084..aba8aca921d8 100644 --- a/media-libs/mesa/mesa-24.2.6-r2.ebuild +++ b/media-libs/mesa/mesa-24.2.6-r2.ebuild @@ -101,7 +101,7 @@ RDEPEND=" sys-devel/llvm:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] opencl? ( dev-util/spirv-llvm-translator:\${LLVM_SLOT} - sys-devel/clang:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] + llvm-core/clang:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] ) ") video_cards_r600? ( diff --git a/media-libs/mesa/mesa-24.2.7.ebuild b/media-libs/mesa/mesa-24.2.7.ebuild index fc09939f05db..5c33234f9ba3 100644 --- a/media-libs/mesa/mesa-24.2.7.ebuild +++ b/media-libs/mesa/mesa-24.2.7.ebuild @@ -101,7 +101,7 @@ RDEPEND=" sys-devel/llvm:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] opencl? ( dev-util/spirv-llvm-translator:\${LLVM_SLOT} - sys-devel/clang:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] + llvm-core/clang:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] ) ") video_cards_r600? ( diff --git a/media-libs/mesa/mesa-24.2.8.ebuild b/media-libs/mesa/mesa-24.2.8.ebuild index fc09939f05db..5c33234f9ba3 100644 --- a/media-libs/mesa/mesa-24.2.8.ebuild +++ b/media-libs/mesa/mesa-24.2.8.ebuild @@ -101,7 +101,7 @@ RDEPEND=" sys-devel/llvm:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] opencl? ( dev-util/spirv-llvm-translator:\${LLVM_SLOT} - sys-devel/clang:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] + llvm-core/clang:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] ) ") video_cards_r600? ( diff --git a/media-libs/mesa/mesa-24.3.0.ebuild b/media-libs/mesa/mesa-24.3.0.ebuild index 95f073dc38ce..8cb69ed47935 100644 --- a/media-libs/mesa/mesa-24.3.0.ebuild +++ b/media-libs/mesa/mesa-24.3.0.ebuild @@ -100,7 +100,7 @@ RDEPEND=" sys-devel/llvm:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] opencl? ( dev-util/spirv-llvm-translator:\${LLVM_SLOT} - sys-devel/clang:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] + llvm-core/clang:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] ) ") video_cards_r600? ( diff --git a/media-libs/mesa/mesa-24.3.0_rc2.ebuild b/media-libs/mesa/mesa-24.3.0_rc2.ebuild index 95f073dc38ce..8cb69ed47935 100644 --- a/media-libs/mesa/mesa-24.3.0_rc2.ebuild +++ b/media-libs/mesa/mesa-24.3.0_rc2.ebuild @@ -100,7 +100,7 @@ RDEPEND=" sys-devel/llvm:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] opencl? ( dev-util/spirv-llvm-translator:\${LLVM_SLOT} - sys-devel/clang:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] + llvm-core/clang:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] ) ") video_cards_r600? ( diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 95f073dc38ce..8cb69ed47935 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -100,7 +100,7 @@ RDEPEND=" sys-devel/llvm:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] opencl? ( dev-util/spirv-llvm-translator:\${LLVM_SLOT} - sys-devel/clang:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] + llvm-core/clang:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] ) ") video_cards_r600? ( diff --git a/media-libs/oidn/oidn-2.2.2.ebuild b/media-libs/oidn/oidn-2.2.2.ebuild index 193b91c619d1..4fc1786560a7 100644 --- a/media-libs/oidn/oidn-2.2.2.ebuild +++ b/media-libs/oidn/oidn-2.2.2.ebuild @@ -40,7 +40,7 @@ RDEPEND=" " DEPEND="${RDEPEND} $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}= ') " diff --git a/media-libs/oidn/oidn-2.3.0.ebuild b/media-libs/oidn/oidn-2.3.0.ebuild index 3ff4eb5cf3fc..1e358aad26a9 100644 --- a/media-libs/oidn/oidn-2.3.0.ebuild +++ b/media-libs/oidn/oidn-2.3.0.ebuild @@ -38,7 +38,7 @@ RDEPEND=" " DEPEND="${RDEPEND} $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}= ') " 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 e450385f5016..4468d78151b9 100644 --- a/media-libs/osl/osl-1.12.14.0-r1.ebuild +++ b/media-libs/osl/osl-1.12.14.0-r1.ebuild @@ -42,7 +42,7 @@ RDEPEND=" >=media-libs/openexr-3:0= >=media-libs/openimageio-2.4:= $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ') sys-libs/zlib:= diff --git a/media-libs/osl/osl-1.12.14.0.ebuild b/media-libs/osl/osl-1.12.14.0.ebuild index 459fa3084277..6bbe929b50c3 100644 --- a/media-libs/osl/osl-1.12.14.0.ebuild +++ b/media-libs/osl/osl-1.12.14.0.ebuild @@ -35,7 +35,7 @@ RDEPEND=" dev-libs/pugixml >=media-libs/openexr-3:0= >=media-libs/openimageio-2.3.12.0:= - <sys-devel/clang-$((${LLVM_MAX_SLOT} + 1)):= + <llvm-core/clang-$((${LLVM_MAX_SLOT} + 1)):= sys-libs/zlib:= python? ( ${PYTHON_DEPS} @@ -64,7 +64,7 @@ BDEPEND=" " llvm_check_deps() { - has_version -r "sys-devel/clang:${LLVM_SLOT}" + has_version -r "llvm-core/clang:${LLVM_SLOT}" } pkg_setup() { diff --git a/media-libs/osl/osl-1.13.10.0.ebuild b/media-libs/osl/osl-1.13.10.0.ebuild index 2d149fe4a5f5..3163c165bd06 100644 --- a/media-libs/osl/osl-1.13.10.0.ebuild +++ b/media-libs/osl/osl-1.13.10.0.ebuild @@ -45,7 +45,7 @@ RDEPEND=" >=media-libs/openexr-3:0= >=media-libs/openimageio-2.4:= $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ') sys-libs/zlib:= diff --git a/media-libs/osl/osl-9999.ebuild b/media-libs/osl/osl-9999.ebuild index 3df3ad89ba3b..69c37845d17f 100644 --- a/media-libs/osl/osl-9999.ebuild +++ b/media-libs/osl/osl-9999.ebuild @@ -45,7 +45,7 @@ RDEPEND=" >=media-libs/openexr-3:0= >=media-libs/openimageio-2.4:= $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} ') sys-libs/zlib:= diff --git a/media-sound/deadbeef/deadbeef-1.9.6-r2.ebuild b/media-sound/deadbeef/deadbeef-1.9.6-r2.ebuild index 02f06acec6d8..2dfc0619593f 100644 --- a/media-sound/deadbeef/deadbeef-1.9.6-r2.ebuild +++ b/media-sound/deadbeef/deadbeef-1.9.6-r2.ebuild @@ -65,7 +65,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND=" dev-util/intltool - sys-devel/clang + llvm-core/clang >=sys-devel/gettext-0.21 sys-devel/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 9c050e19315e..c9a5c61f2299 100644 --- a/media-sound/helvum/helvum-0.4.1-r1.ebuild +++ b/media-sound/helvum/helvum-0.4.1-r1.ebuild @@ -129,7 +129,7 @@ KEYWORDS="~amd64" BDEPEND=" >=dev-build/meson-0.59.0 $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/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 30ab46f249aa..a1b2e65fc28b 100644 --- a/media-sound/helvum/helvum-0.5.1-r3.ebuild +++ b/media-sound/helvum/helvum-0.5.1-r3.ebuild @@ -133,7 +133,7 @@ KEYWORDS="~amd64" BDEPEND=" >=dev-build/meson-0.59.0 $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}= ') virtual/pkgconfig diff --git a/media-video/ffmpeg/ffmpeg-4.4.4-r11.ebuild b/media-video/ffmpeg/ffmpeg-4.4.4-r11.ebuild index 875c7a9c72f7..f0197354a2e7 100644 --- a/media-video/ffmpeg/ffmpeg-4.4.4-r11.ebuild +++ b/media-video/ffmpeg/ffmpeg-4.4.4-r11.ebuild @@ -306,7 +306,7 @@ BDEPEND+=" >=dev-build/make-3.81 virtual/pkgconfig cpu_flags_x86_mmx? ( || ( >=dev-lang/nasm-2.13 >=dev-lang/yasm-1.3 ) ) - cuda? ( >=sys-devel/clang-7[llvm_targets_NVPTX] ) + cuda? ( >=llvm-core/clang-7[llvm_targets_NVPTX] ) doc? ( sys-apps/texinfo ) test? ( net-misc/wget app-alternatives/bc ) " diff --git a/media-video/ffmpeg/ffmpeg-4.4.5-r1.ebuild b/media-video/ffmpeg/ffmpeg-4.4.5-r1.ebuild index 6da94c8906df..b3e8636dea1f 100644 --- a/media-video/ffmpeg/ffmpeg-4.4.5-r1.ebuild +++ b/media-video/ffmpeg/ffmpeg-4.4.5-r1.ebuild @@ -305,7 +305,7 @@ BDEPEND+=" >=dev-build/make-3.81 virtual/pkgconfig cpu_flags_x86_mmx? ( || ( >=dev-lang/nasm-2.13 >=dev-lang/yasm-1.3 ) ) - cuda? ( >=sys-devel/clang-7[llvm_targets_NVPTX] ) + cuda? ( >=llvm-core/clang-7[llvm_targets_NVPTX] ) doc? ( sys-apps/texinfo ) test? ( net-misc/wget app-alternatives/bc ) " diff --git a/media-video/ffmpeg/ffmpeg-6.1.1-r8.ebuild b/media-video/ffmpeg/ffmpeg-6.1.1-r8.ebuild index 5e18288031e3..a2ffb7f3e263 100644 --- a/media-video/ffmpeg/ffmpeg-6.1.1-r8.ebuild +++ b/media-video/ffmpeg/ffmpeg-6.1.1-r8.ebuild @@ -337,7 +337,7 @@ BDEPEND+=" >=dev-build/make-3.81 virtual/pkgconfig cpu_flags_x86_mmx? ( || ( >=dev-lang/nasm-2.13 >=dev-lang/yasm-1.3 ) ) - cuda? ( >=sys-devel/clang-7[llvm_targets_NVPTX] ) + cuda? ( >=llvm-core/clang-7[llvm_targets_NVPTX] ) doc? ( sys-apps/texinfo ) test? ( net-misc/wget app-alternatives/bc ) " diff --git a/media-video/ffmpeg/ffmpeg-6.1.2.ebuild b/media-video/ffmpeg/ffmpeg-6.1.2.ebuild index 669ee10ffeaf..d7f6177e548c 100644 --- a/media-video/ffmpeg/ffmpeg-6.1.2.ebuild +++ b/media-video/ffmpeg/ffmpeg-6.1.2.ebuild @@ -337,7 +337,7 @@ BDEPEND+=" >=dev-build/make-3.81 virtual/pkgconfig cpu_flags_x86_mmx? ( || ( >=dev-lang/nasm-2.13 >=dev-lang/yasm-1.3 ) ) - cuda? ( >=sys-devel/clang-7[llvm_targets_NVPTX] ) + cuda? ( >=llvm-core/clang-7[llvm_targets_NVPTX] ) doc? ( sys-apps/texinfo ) test? ( net-misc/wget app-alternatives/bc ) " diff --git a/media-video/ffmpeg/ffmpeg-7.0.1-r1.ebuild b/media-video/ffmpeg/ffmpeg-7.0.1-r1.ebuild index 36a0af85b719..aa31d2b98eb0 100644 --- a/media-video/ffmpeg/ffmpeg-7.0.1-r1.ebuild +++ b/media-video/ffmpeg/ffmpeg-7.0.1-r1.ebuild @@ -343,7 +343,7 @@ BDEPEND+=" >=dev-build/make-3.81 virtual/pkgconfig cpu_flags_x86_mmx? ( || ( >=dev-lang/nasm-2.13 >=dev-lang/yasm-1.3 ) ) - cuda? ( >=sys-devel/clang-7[llvm_targets_NVPTX] ) + cuda? ( >=llvm-core/clang-7[llvm_targets_NVPTX] ) doc? ( sys-apps/texinfo ) test? ( net-misc/wget app-alternatives/bc ) " diff --git a/media-video/ffmpeg/ffmpeg-7.0.2-r1.ebuild b/media-video/ffmpeg/ffmpeg-7.0.2-r1.ebuild index 36a0af85b719..aa31d2b98eb0 100644 --- a/media-video/ffmpeg/ffmpeg-7.0.2-r1.ebuild +++ b/media-video/ffmpeg/ffmpeg-7.0.2-r1.ebuild @@ -343,7 +343,7 @@ BDEPEND+=" >=dev-build/make-3.81 virtual/pkgconfig cpu_flags_x86_mmx? ( || ( >=dev-lang/nasm-2.13 >=dev-lang/yasm-1.3 ) ) - cuda? ( >=sys-devel/clang-7[llvm_targets_NVPTX] ) + cuda? ( >=llvm-core/clang-7[llvm_targets_NVPTX] ) doc? ( sys-apps/texinfo ) test? ( net-misc/wget app-alternatives/bc ) " diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index ba89f852efa0..765079584aec 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -344,7 +344,7 @@ BDEPEND+=" >=dev-build/make-3.81 virtual/pkgconfig cpu_flags_x86_mmx? ( || ( >=dev-lang/nasm-2.13 >=dev-lang/yasm-1.3 ) ) - cuda? ( >=sys-devel/clang-7[llvm_targets_NVPTX] ) + cuda? ( >=llvm-core/clang-7[llvm_targets_NVPTX] ) doc? ( sys-apps/texinfo ) test? ( net-misc/wget app-alternatives/bc ) " diff --git a/metadata/stabilization-groups/llvm.group b/metadata/stabilization-groups/llvm.group index 5bfe9861e10c..c638d073ce27 100644 --- a/metadata/stabilization-groups/llvm.group +++ b/metadata/stabilization-groups/llvm.group @@ -2,6 +2,7 @@ dev-debug/lldb dev-ml/llvm-ocaml dev-python/clang-python dev-python/lit +llvm-core/clang llvm-core/clang-common llvm-core/clang-runtime llvm-core/clang-toolchain-symlinks @@ -13,7 +14,6 @@ llvm-runtimes/libcxxabi llvm-runtimes/libunwind llvm-runtimes/offload llvm-runtimes/openmp -sys-devel/clang sys-devel/lld sys-devel/lld-toolchain-symlinks sys-devel/llvm diff --git a/net-analyzer/suricata/suricata-7.0.5-r1.ebuild b/net-analyzer/suricata/suricata-7.0.5-r1.ebuild index f70a971b0103..67bc9e5d1d9a 100644 --- a/net-analyzer/suricata/suricata-7.0.5-r1.ebuild +++ b/net-analyzer/suricata/suricata-7.0.5-r1.ebuild @@ -202,7 +202,7 @@ pkg_postinst() { if use bpf; then elog - elog "eBPF/XDP files must be compiled (using sys-devel/clang[llvm_targets_BPF]) before use" + elog "eBPF/XDP files must be compiled (using llvm-core/clang[llvm_targets_BPF]) before use" elog "because their configuration is hard-coded. You can find the default ones in" elog " ${EPREFIX}/usr/share/doc/${PF}/ebpf" elog "and the common location for eBPF bytecode is" diff --git a/net-im/fractal/fractal-8-r1.ebuild b/net-im/fractal/fractal-8-r1.ebuild index 9b7c1e94bbdf..238aa81303d1 100644 --- a/net-im/fractal/fractal-8-r1.ebuild +++ b/net-im/fractal/fractal-8-r1.ebuild @@ -83,7 +83,7 @@ RDEPEND=" " # clang needed by bindgen BDEPEND=" - sys-devel/clang + llvm-core/clang " # Rust diff --git a/net-libs/webkit-gtk/webkit-gtk-2.44.4-r410.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.44.4-r410.ebuild index af6e307d9688..7fb985e7ec4f 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.44.4-r410.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.44.4-r410.ebuild @@ -102,7 +102,7 @@ BDEPEND=" >=dev-util/gperf-3.0.1 dev-util/unifdef >=sys-devel/bison-2.4.3 - || ( >=sys-devel/gcc-7.3 >=sys-devel/clang-5 ) + || ( >=sys-devel/gcc-7.3 >=llvm-core/clang-5 ) sys-devel/gettext virtual/pkgconfig diff --git a/net-libs/webkit-gtk/webkit-gtk-2.44.4-r600.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.44.4-r600.ebuild index 7616ee5591fd..1e00c03e2eec 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.44.4-r600.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.44.4-r600.ebuild @@ -113,7 +113,7 @@ BDEPEND=" >=dev-util/gperf-3.0.1 dev-util/unifdef >=sys-devel/bison-2.4.3 - || ( >=sys-devel/gcc-7.3 >=sys-devel/clang-5 ) + || ( >=sys-devel/gcc-7.3 >=llvm-core/clang-5 ) sys-devel/gettext virtual/pkgconfig diff --git a/net-libs/webkit-gtk/webkit-gtk-2.44.4.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.44.4.ebuild index b464622a4586..e91e5f2e0d0a 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.44.4.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.44.4.ebuild @@ -100,7 +100,7 @@ BDEPEND=" >=dev-util/gperf-3.0.1 dev-util/unifdef >=sys-devel/bison-2.4.3 - || ( >=sys-devel/gcc-7.3 >=sys-devel/clang-5 ) + || ( >=sys-devel/gcc-7.3 >=llvm-core/clang-5 ) sys-devel/gettext virtual/pkgconfig diff --git a/net-libs/xdp-tools/xdp-tools-1.4.3.ebuild b/net-libs/xdp-tools/xdp-tools-1.4.3.ebuild index d43146befdf1..71c1824b20e9 100644 --- a/net-libs/xdp-tools/xdp-tools-1.4.3.ebuild +++ b/net-libs/xdp-tools/xdp-tools-1.4.3.ebuild @@ -24,7 +24,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND=" sys-apps/grep[pcre] - >=sys-devel/clang-11.0.0 + >=llvm-core/clang-11.0.0 sys-devel/m4 " diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index 2bee87254d58..40a0bb8542cc 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -351,7 +351,7 @@ sys-block/thin-provisioning-tools test media-video/ffmpeg dav1d libaribb24 libtesseract # Andrey Utkin <andrey_utkin@gentoo.org> (2020-03-11) -# USE=bpf depends on sys-devel/clang which is not keyworded on alpha. +# USE=bpf depends on llvm-core/clang which is not keyworded on alpha. media-libs/libv4l bpf # Patrick McLean <chutzpah@gentoo.org> (2020-02-15) diff --git a/profiles/arch/amd64/package.use b/profiles/arch/amd64/package.use index 98a3055e9b93..7ec2d8101504 100644 --- a/profiles/arch/amd64/package.use +++ b/profiles/arch/amd64/package.use @@ -38,7 +38,7 @@ sys-boot/grub:2 grub_platforms_efi-64 grub_platforms_pc # Michał Górny <mgorny@gentoo.org> (2016-09-24) # Enable the GPU targets matching the default VIDEO_CARDS dev-ml/llvm-ocaml llvm_targets_AMDGPU llvm_targets_NVPTX -sys-devel/clang llvm_targets_AMDGPU llvm_targets_NVPTX +llvm-core/clang llvm_targets_AMDGPU llvm_targets_NVPTX sys-devel/llvm llvm_targets_AMDGPU llvm_targets_NVPTX # Doug Goldstein <cardoe@gentoo.org> (2012-10-29) diff --git a/profiles/arch/amd64/package.use.force b/profiles/arch/amd64/package.use.force index 85659560a1e0..799c6355f972 100644 --- a/profiles/arch/amd64/package.use.force +++ b/profiles/arch/amd64/package.use.force @@ -41,7 +41,7 @@ sys-apps/sandbox abi_x86_32 # Michał Górny <mgorny@gentoo.org> (2016-09-24) # Force the host target to avoid dependency hell dev-ml/llvm-ocaml llvm_targets_X86 -sys-devel/clang llvm_targets_X86 +llvm-core/clang llvm_targets_X86 sys-devel/llvm llvm_targets_X86 # Diego Elio Pettenò <flameeyes@gmail.com> (2011-04-21) diff --git a/profiles/arch/arm/package.use.force b/profiles/arch/arm/package.use.force index 9fe795360fe9..a3c6f6ef557d 100644 --- a/profiles/arch/arm/package.use.force +++ b/profiles/arch/arm/package.use.force @@ -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 # matoro <matoro_gentoo@matoro.tk> (2022-08-31) @@ -17,5 +17,5 @@ dev-lang/rust llvm_targets_ARM # Michał Górny <mgorny@gentoo.org> (2016-09-24) # Force the host target to avoid dependency hell dev-ml/llvm-ocaml llvm_targets_ARM -sys-devel/clang llvm_targets_ARM +llvm-core/clang llvm_targets_ARM sys-devel/llvm llvm_targets_ARM diff --git a/profiles/arch/arm64/package.use.force b/profiles/arch/arm64/package.use.force index 71950c18e41a..66dbfc0736a9 100644 --- a/profiles/arch/arm64/package.use.force +++ b/profiles/arch/arm64/package.use.force @@ -41,5 +41,5 @@ dev-lang/rust llvm_targets_AArch64 # Michał Górny <mgorny@gentoo.org> (2016-09-24) # Force the host target to avoid dependency hell dev-ml/llvm-ocaml llvm_targets_AArch64 -sys-devel/clang llvm_targets_AArch64 +llvm-core/clang llvm_targets_AArch64 sys-devel/llvm llvm_targets_AArch64 diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index a321d57bdf09..4599e3164848 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -172,7 +172,7 @@ media-video/ffmpeg qsv # Georgy Yakovlev <gyakovlev@gentoo.org> (2022-12-01) # Only supported on ppc64le. -sys-devel/clang ieee-long-double +llvm-core/clang ieee-long-double sys-devel/gcc ieee-long-double # Mike Gilbert <floppym@gentoo.org> (2022-10-16) diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index c727a2e5bb19..952dcb32f062 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -82,7 +82,7 @@ dev-lang/php capstone x11-base/xwayland libei # James Le Cuirot (2023-12-12) -# USE=bpf depends on sys-devel/clang which is not keyworded on hppa +# USE=bpf depends on llvm-core/clang which is not keyworded on hppa media-libs/libv4l bpf # Leonardo Hernández Hernández <leohdz172@proton.me> (2023-11-15) diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask index 0fdf0b377248..4621f9bd8d2f 100644 --- a/profiles/arch/hppa/use.mask +++ b/profiles/arch/hppa/use.mask @@ -84,7 +84,7 @@ connman vaapi # Jeroen Roovers <jer@gentoo.org> (2014-12-24) -# sys-devel/clang has not been ported to HPPA +# llvm-core/clang has not been ported to HPPA clang # Jeroen Roovers <jer@gentoo.org> (2014-11-07) diff --git a/profiles/arch/loong/package.use.force b/profiles/arch/loong/package.use.force index 4953c56c5fa4..37d947d340bc 100644 --- a/profiles/arch/loong/package.use.force +++ b/profiles/arch/loong/package.use.force @@ -29,7 +29,7 @@ media-video/mpv lua_single_target_lua5-1 -lua_single_target_luajit # have to revisit later. dev-lang/rust llvm_targets_LoongArch dev-ml/llvm-ocaml llvm_targets_LoongArch -sys-devel/clang llvm_targets_LoongArch +llvm-core/clang llvm_targets_LoongArch sys-devel/llvm llvm_targets_LoongArch # WANG Xuerui <xen0n@gentoo.org> (2022-04-24) diff --git a/profiles/arch/m68k/package.use.mask b/profiles/arch/m68k/package.use.mask index fdf21faab0c9..18462660235f 100644 --- a/profiles/arch/m68k/package.use.mask +++ b/profiles/arch/m68k/package.use.mask @@ -11,7 +11,7 @@ dev-python/pytest-services test dev-lang/python jit # James Le Cuirot (2023-12-12) -# USE=bpf depends on sys-devel/clang which is not keyworded on m68k +# USE=bpf depends on llvm-core/clang which is not keyworded on m68k media-libs/libv4l bpf # Violet Purcell <vimproved@inventati.org> (2023-10-12) diff --git a/profiles/arch/mips/package.use.force b/profiles/arch/mips/package.use.force index bc882ff72538..474060ebbe97 100644 --- a/profiles/arch/mips/package.use.force +++ b/profiles/arch/mips/package.use.force @@ -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 # matoro <matoro_gentoo@matoro.tk> (2022-09-14) @@ -8,5 +8,5 @@ dev-lang/rust llvm_targets_Mips # Michał Górny <mgorny@gentoo.org> (2016-09-24) # Force the host target to avoid dependency hell dev-ml/llvm-ocaml llvm_targets_Mips -sys-devel/clang llvm_targets_Mips +llvm-core/clang llvm_targets_Mips sys-devel/llvm llvm_targets_Mips diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask index 4945fbd684db..e205a629b5c3 100644 --- a/profiles/arch/mips/package.use.mask +++ b/profiles/arch/mips/package.use.mask @@ -341,7 +341,7 @@ dev-qt/qtchooser test dev-python/numpydoc test # Matthias Maier <tamiko@gentoo.org> (2014-12-24) -# sys-devel/clang is not keyworded +# llvm-core/clang is not keyworded app-text/doxygen clang # Ryan Hill <dirtyepic@gentoo.org> (2014-01-07) diff --git a/profiles/arch/powerpc/package.use.force b/profiles/arch/powerpc/package.use.force index 98041c695968..eb8be39c313f 100644 --- a/profiles/arch/powerpc/package.use.force +++ b/profiles/arch/powerpc/package.use.force @@ -21,5 +21,5 @@ dev-lang/rust llvm_targets_PowerPC # Michał Górny <mgorny@gentoo.org> (2016-09-24) # Force the host target to avoid dependency hell dev-ml/llvm-ocaml llvm_targets_PowerPC -sys-devel/clang llvm_targets_PowerPC +llvm-core/clang llvm_targets_PowerPC sys-devel/llvm llvm_targets_PowerPC diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask index 1af4b5d562bc..3e5dc29b25ef 100644 --- a/profiles/arch/powerpc/ppc32/package.use.mask +++ b/profiles/arch/powerpc/ppc32/package.use.mask @@ -103,7 +103,7 @@ dev-util/diffoscope opendocument pascal pdf R # Sam James <sam@gentoo.org> (2022-11-19) # Fails to compile because of size, bug #829602. -sys-devel/clang extra +llvm-core/clang extra # Nowa Ammerlaan <nowa@gentoo.org> (2022-09-23) # The corresponding Qt5 modules are not keyworded on ppc, and we don't want to @@ -201,7 +201,7 @@ sys-block/tgt rbd dev-python/pyopengl test # Andrey Utkin <andrey_utkin@gentoo.org> (2020-03-11) -# USE=bpf depends on sys-devel/clang which is not keyworded on ppc. +# USE=bpf depends on llvm-core/clang which is not keyworded on ppc. media-libs/libv4l bpf # Matthew Thode <prometheanfire@gentoo.org> (2020-02-17) diff --git a/profiles/arch/riscv/package.use b/profiles/arch/riscv/package.use index 3b760c2c75ac..c1605dd948c1 100644 --- a/profiles/arch/riscv/package.use +++ b/profiles/arch/riscv/package.use @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # James Le Cuirot <chewi@gentoo.org> (2023-12-16) @@ -10,5 +10,5 @@ media-video/mpv soc # Yixun Lan <dlan@gentoo.org> (2021-07-20) # Enable the GPU targets matching the default VIDEO_CARDS dev-ml/llvm-ocaml llvm_targets_AMDGPU -sys-devel/clang llvm_targets_AMDGPU +llvm-core/clang llvm_targets_AMDGPU sys-devel/llvm llvm_targets_AMDGPU diff --git a/profiles/arch/riscv/package.use.force b/profiles/arch/riscv/package.use.force index b3abf820e9d2..58c6df233a15 100644 --- a/profiles/arch/riscv/package.use.force +++ b/profiles/arch/riscv/package.use.force @@ -26,5 +26,5 @@ dev-lang/ghc llvm # we, kinda, need this on riscv ... sys-devel/llvm llvm_targets_RISCV -sys-devel/clang llvm_targets_RISCV +llvm-core/clang llvm_targets_RISCV dev-lang/rust llvm_targets_RISCV diff --git a/profiles/arch/s390/package.use.mask b/profiles/arch/s390/package.use.mask index fce637692f94..34ee1fd0c2e9 100644 --- a/profiles/arch/s390/package.use.mask +++ b/profiles/arch/s390/package.use.mask @@ -78,7 +78,7 @@ dev-lang/php capstone x11-base/xwayland libei # James Le Cuirot (2023-12-12) -# USE=bpf depends on sys-devel/clang which is not keyworded on s390 +# USE=bpf depends on llvm-core/clang which is not keyworded on s390 media-libs/libv4l bpf # Michał Górny <mgorny@gentoo.org> (2023-10-15) diff --git a/profiles/arch/s390/s390x/package.use.force b/profiles/arch/s390/s390x/package.use.force index a91fe713a600..753e592acebf 100644 --- a/profiles/arch/s390/s390x/package.use.force +++ b/profiles/arch/s390/s390x/package.use.force @@ -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 # Michał Górny <mgorny@gentoo.org> (2022-06-18) @@ -9,5 +9,5 @@ sys-auth/polkit duktape # Force the host target to avoid dependency hell dev-ml/llvm-ocaml llvm_targets_SystemZ dev-lang/rust llvm_targets_SystemZ -sys-devel/clang llvm_targets_SystemZ +llvm-core/clang llvm_targets_SystemZ sys-devel/llvm llvm_targets_SystemZ diff --git a/profiles/arch/sparc/package.use b/profiles/arch/sparc/package.use index 4babc96027fc..15b90c2832a0 100644 --- a/profiles/arch/sparc/package.use +++ b/profiles/arch/sparc/package.use @@ -1,10 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Michał Górny <mgorny@gentoo.org> (2016-09-24) # Enable the GPU targets matching the default VIDEO_CARDS dev-ml/llvm-ocaml llvm_targets_AMDGPU -sys-devel/clang llvm_targets_AMDGPU +llvm-core/clang llvm_targets_AMDGPU sys-devel/llvm llvm_targets_AMDGPU # Ben Kohler <bkohler@gentoo.org> (2019-09-03) diff --git a/profiles/arch/sparc/package.use.force b/profiles/arch/sparc/package.use.force index f3be48ad126c..9874690b6d55 100644 --- a/profiles/arch/sparc/package.use.force +++ b/profiles/arch/sparc/package.use.force @@ -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 # Sam James <sam@gentoo.org> (2022-06-25) @@ -14,6 +14,6 @@ sys-auth/polkit duktape # Michał Górny <mgorny@gentoo.org> (2016-09-24) # Force the host target to avoid dependency hell dev-ml/llvm-ocaml llvm_targets_Sparc -sys-devel/clang llvm_targets_Sparc +llvm-core/clang llvm_targets_Sparc sys-devel/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 84a23eed3ebb..d8d309506cc3 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -432,7 +432,7 @@ net-im/pidgin gstreamer x11-libs/qwt designer # Rolf Eike Beer <eike@sf-mail.de> (2020-04-15) -# USE=bpf depends on sys-devel/clang which is not keyworded on sparc +# USE=bpf depends on llvm-core/clang which is not keyworded on sparc media-libs/libv4l bpf # Rolf Eike Beer <eike@sf-mail.de> (2020-04-14) diff --git a/profiles/arch/x86/package.use b/profiles/arch/x86/package.use index 9a904c7bc993..6a7413d77534 100644 --- a/profiles/arch/x86/package.use +++ b/profiles/arch/x86/package.use @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Ben Kohler <bkohler@gentoo.org> (2024-06-12) @@ -13,7 +13,7 @@ sys-apps/memtest86+ bios32 # Michał Górny <mgorny@gentoo.org> (2016-09-24) # Enable the GPU targets matching the default VIDEO_CARDS dev-ml/llvm-ocaml llvm_targets_AMDGPU llvm_targets_NVPTX -sys-devel/clang llvm_targets_AMDGPU llvm_targets_NVPTX +llvm-core/clang llvm_targets_AMDGPU llvm_targets_NVPTX sys-devel/llvm llvm_targets_AMDGPU llvm_targets_NVPTX # Doug Goldstein <cardoe@gentoo.org> (2012-10-29) diff --git a/profiles/arch/x86/package.use.force b/profiles/arch/x86/package.use.force index 1cf0c69377b6..9cee1b68360d 100644 --- a/profiles/arch/x86/package.use.force +++ b/profiles/arch/x86/package.use.force @@ -36,5 +36,5 @@ dev-lang/rust llvm_targets_X86 # Michał Górny <mgorny@gentoo.org> (2016-09-24) # Force the host target to avoid dependency hell dev-ml/llvm-ocaml llvm_targets_X86 -sys-devel/clang llvm_targets_X86 +llvm-core/clang llvm_targets_X86 sys-devel/llvm llvm_targets_X86 diff --git a/profiles/base/package.use b/profiles/base/package.use index 6a55f366e30f..47630b1c84bd 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -53,7 +53,7 @@ media-video/wireplumber lua_single_target_lua5-4 # Michał Górny <mgorny@gentoo.org> (2016-09-24) # Enable the BPF target by default dev-ml/llvm-ocaml llvm_targets_BPF -sys-devel/clang llvm_targets_BPF +llvm-core/clang llvm_targets_BPF sys-devel/llvm llvm_targets_BPF # Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (2012-07-27) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 1acd962ad1c9..65c8f1300def 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -105,7 +105,7 @@ media-video/mpv lua_single_target_luajit # Sam James <sam@gentoo.org> (2022-02-11) # Always build with PIE-default, just like GCC. -sys-devel/clang pie +llvm-core/clang pie # Arthur Zamarin <arthurzam@gentoo.org> (2022-01-13) # Force to use installed openjdk{,-bin} for bootstrapping @@ -121,16 +121,16 @@ dev-java/openjdk:21 system-bootstrap # potential, the increase of build time is a minor problem. Users who # really insist of building a smaller system can un-force the flags # at their own responsibility. See bug #767700. ->=sys-devel/clang-13.0.1_rc llvm_targets_AArch64 llvm_targets_AMDGPU ->=sys-devel/clang-13.0.1_rc llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF ->=sys-devel/clang-13.0.1_rc llvm_targets_Hexagon llvm_targets_Lanai ->=sys-devel/clang-13.0.1_rc llvm_targets_MSP430 llvm_targets_Mips ->=sys-devel/clang-13.0.1_rc llvm_targets_NVPTX llvm_targets_PowerPC ->=sys-devel/clang-13.0.1_rc llvm_targets_RISCV llvm_targets_Sparc ->=sys-devel/clang-13.0.1_rc llvm_targets_SystemZ llvm_targets_WebAssembly ->=sys-devel/clang-13.0.1_rc llvm_targets_X86 llvm_targets_XCore ->=sys-devel/clang-14 llvm_targets_VE ->=sys-devel/clang-16 llvm_targets_LoongArch +>=llvm-core/clang-13.0.1_rc llvm_targets_AArch64 llvm_targets_AMDGPU +>=llvm-core/clang-13.0.1_rc llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF +>=llvm-core/clang-13.0.1_rc llvm_targets_Hexagon llvm_targets_Lanai +>=llvm-core/clang-13.0.1_rc llvm_targets_MSP430 llvm_targets_Mips +>=llvm-core/clang-13.0.1_rc llvm_targets_NVPTX llvm_targets_PowerPC +>=llvm-core/clang-13.0.1_rc llvm_targets_RISCV llvm_targets_Sparc +>=llvm-core/clang-13.0.1_rc llvm_targets_SystemZ llvm_targets_WebAssembly +>=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 diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index f2ed3887fc59..53c94bc29208 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -630,19 +630,19 @@ app-office/abiword ots # Note to self: remember to move still-applicable masks to the newer # version when master is bumped. <dev-ml/llvm-ocaml-16 llvm_targets_LoongArch -<sys-devel/clang-16 llvm_targets_LoongArch +<llvm-core/clang-16 llvm_targets_LoongArch <sys-devel/llvm-16 llvm_targets_LoongArch <dev-ml/llvm-ocaml-17 llvm_targets_ARC llvm_targets_CSKY -<sys-devel/clang-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 <dev-ml/llvm-ocaml-17 llvm_targets_DirectX -<sys-devel/clang-17 llvm_targets_DirectX +<llvm-core/clang-17 llvm_targets_DirectX <sys-devel/llvm-17 llvm_targets_DirectX <dev-ml/llvm-ocaml-17 llvm_targets_M68k llvm_targets_SPIRV -<sys-devel/clang-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 <dev-ml/llvm-ocaml-17 llvm_targets_Xtensa -<sys-devel/clang-17 llvm_targets_Xtensa +<llvm-core/clang-17 llvm_targets_Xtensa <sys-devel/llvm-17 llvm_targets_Xtensa # Joonas Niilola <juippis@gentoo.org> (2020-09-23) 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 c8dbdc311215..be6711396dfe 100644 --- a/profiles/default/linux/amd64/17.1/clang/package.use.force +++ b/profiles/default/linux/amd64/17.1/clang/package.use.force @@ -4,7 +4,7 @@ # in a multilib profile we need multilib madness dev-libs/libffi abi_x86_32 abi_x86_64 dev-libs/libxml2 abi_x86_32 abi_x86_64 -sys-devel/clang 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-runtimes/compiler-rt 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 c8dbdc311215..be6711396dfe 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 @@ -4,7 +4,7 @@ # in a multilib profile we need multilib madness dev-libs/libffi abi_x86_32 abi_x86_64 dev-libs/libxml2 abi_x86_32 abi_x86_64 -sys-devel/clang 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-runtimes/compiler-rt 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 ee2b14ced83a..2955d8ae5d10 100644 --- a/profiles/default/linux/amd64/23.0/llvm/package.use.force +++ b/profiles/default/linux/amd64/23.0/llvm/package.use.force @@ -4,7 +4,7 @@ # in a multilib profile we need multilib madness dev-libs/libffi abi_x86_32 abi_x86_64 dev-libs/libxml2 abi_x86_32 abi_x86_64 -sys-devel/clang 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-runtimes/compiler-rt 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 ee2b14ced83a..2955d8ae5d10 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 @@ -4,7 +4,7 @@ # in a multilib profile we need multilib madness dev-libs/libffi abi_x86_32 abi_x86_64 dev-libs/libxml2 abi_x86_32 abi_x86_64 -sys-devel/clang 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-runtimes/compiler-rt abi_x86_32 abi_x86_64 diff --git a/profiles/default/linux/ppc64le/17.0/ieee-long-double/package.use.force b/profiles/default/linux/ppc64le/17.0/ieee-long-double/package.use.force index f18919ca4db1..37ba6e98e11b 100644 --- a/profiles/default/linux/ppc64le/17.0/ieee-long-double/package.use.force +++ b/profiles/default/linux/ppc64le/17.0/ieee-long-double/package.use.force @@ -1,7 +1,7 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Georgy Yakovlev <gyakovlev@gentoo.org> (2022-12-04) # Hard requirement for this profile. -sys-devel/clang ieee-long-double +llvm-core/clang ieee-long-double sys-devel/gcc ieee-long-double diff --git a/profiles/default/linux/ppc64le/17.0/ieee-long-double/package.use.mask b/profiles/default/linux/ppc64le/17.0/ieee-long-double/package.use.mask index 81341caa198a..c11b1eb1bc17 100644 --- a/profiles/default/linux/ppc64le/17.0/ieee-long-double/package.use.mask +++ b/profiles/default/linux/ppc64le/17.0/ieee-long-double/package.use.mask @@ -1,7 +1,7 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Georgy Yakovlev <gyakovlev@gentoo.org> (2022-12-04) # We need it for ieee-long-double. ->=sys-devel/clang-15.0.5 -ieee-long-double +>=llvm-core/clang-15.0.5 -ieee-long-double >=sys-devel/gcc-12 -ieee-long-double diff --git a/profiles/default/linux/ppc64le/23.0/package.use.force b/profiles/default/linux/ppc64le/23.0/package.use.force index f18919ca4db1..37ba6e98e11b 100644 --- a/profiles/default/linux/ppc64le/23.0/package.use.force +++ b/profiles/default/linux/ppc64le/23.0/package.use.force @@ -1,7 +1,7 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Georgy Yakovlev <gyakovlev@gentoo.org> (2022-12-04) # Hard requirement for this profile. -sys-devel/clang ieee-long-double +llvm-core/clang ieee-long-double sys-devel/gcc ieee-long-double diff --git a/profiles/default/linux/ppc64le/23.0/package.use.mask b/profiles/default/linux/ppc64le/23.0/package.use.mask index 81341caa198a..c11b1eb1bc17 100644 --- a/profiles/default/linux/ppc64le/23.0/package.use.mask +++ b/profiles/default/linux/ppc64le/23.0/package.use.mask @@ -1,7 +1,7 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Georgy Yakovlev <gyakovlev@gentoo.org> (2022-12-04) # We need it for ieee-long-double. ->=sys-devel/clang-15.0.5 -ieee-long-double +>=llvm-core/clang-15.0.5 -ieee-long-double >=sys-devel/gcc-12 -ieee-long-double diff --git a/profiles/features/llvm/make.defaults b/profiles/features/llvm/make.defaults index b97f26bad71f..122896c05899 100644 --- a/profiles/features/llvm/make.defaults +++ b/profiles/features/llvm/make.defaults @@ -44,10 +44,10 @@ BOOTSTRAP_USE="${BOOTSTRAP_USE} ssl curl_ssl_openssl" # sys-devel/llvm BOOTSTRAP_USE="${BOOTSTRAP_USE} -binutils-plugin" -# sys-devel/clang, llvm-core/clang-runtime, llvm-runtimes/libunwind, llvm-runtimes/libcxx, llvm-runtimes/libcxxabi +# llvm-core/clang, llvm-core/clang-runtime, llvm-runtimes/libunwind, llvm-runtimes/libcxx, llvm-runtimes/libcxxabi BOOTSTRAP_USE="${BOOTSTRAP_USE} compiler-rt clang libunwind" -# sys-devel/clang +# llvm-core/clang BOOTSTRAP_USE="${BOOTSTRAP_USE} default-compiler-rt default-lld default-libcxx llvm-libunwind" # llvm-core/clang-runtime diff --git a/profiles/features/llvm/packages b/profiles/features/llvm/packages index 9c8c98b2b513..22364213d429 100644 --- a/profiles/features/llvm/packages +++ b/profiles/features/llvm/packages @@ -1,7 +1,7 @@ # now part of @system set *sys-devel/lld *sys-devel/llvm -*sys-devel/clang +*llvm-core/clang *llvm-runtimes/libcxx *llvm-runtimes/libcxxabi *llvm-runtimes/compiler-rt diff --git a/profiles/features/llvm/packages.build b/profiles/features/llvm/packages.build index d8f2d390b64b..2cfa85ed808f 100644 --- a/profiles/features/llvm/packages.build +++ b/profiles/features/llvm/packages.build @@ -4,7 +4,7 @@ llvm-runtimes/libcxxabi llvm-runtimes/libcxx sys-devel/llvm sys-devel/lld -sys-devel/clang +llvm-core/clang llvm-runtimes/libunwind # remove gcc & friends diff --git a/profiles/info_pkgs b/profiles/info_pkgs index 7b6b98e969d1..208850641b12 100644 --- a/profiles/info_pkgs +++ b/profiles/info_pkgs @@ -22,7 +22,7 @@ dev-lang/rust-bin app-misc/pax-utils sys-apps/sandbox dev-util/ccache -sys-devel/clang +llvm-core/clang sys-devel/llvm sys-devel/lld sys-devel/gcc diff --git a/profiles/package.mask b/profiles/package.mask index 14ec78426b68..565e2d7fd669 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -626,4 +626,4 @@ dev-util/mingw64-runtime sys-libs/newlib dev-embedded/avr-libc sys-devel/nvptx-tools -sys-devel/clang-crossdev-wrappers +llvm-core/clang-crossdev-wrappers diff --git a/profiles/prefix/darwin/macos/arch/arm64/package.use.force b/profiles/prefix/darwin/macos/arch/arm64/package.use.force index 70cf505126a0..ced21e21bc86 100644 --- a/profiles/prefix/darwin/macos/arch/arm64/package.use.force +++ b/profiles/prefix/darwin/macos/arch/arm64/package.use.force @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Fabian Groffen <grobian@gentoo.org> (2020-12-31) # Force the host target to avoid dependency hell dev-ml/llvm-ocaml llvm_targets_AArch64 -sys-devel/clang llvm_targets_AArch64 +llvm-core/clang llvm_targets_AArch64 sys-devel/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 8b8c4b921435..4a9108b14c0b 100644 --- a/profiles/prefix/darwin/macos/arch/ppc/package.use.force +++ b/profiles/prefix/darwin/macos/arch/ppc/package.use.force @@ -8,5 +8,5 @@ sys-devel/gcc -pie # Fabian Groffen <grobian@gentoo.org> (2016-12-20) # Force the host target to avoid dependency hell dev-ml/llvm-ocaml llvm_targets_PowerPC -sys-devel/clang llvm_targets_PowerPC +llvm-core/clang llvm_targets_PowerPC sys-devel/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 5de42499068a..37a8d39cf5cd 100644 --- a/profiles/prefix/darwin/macos/arch/x64/package.use.force +++ b/profiles/prefix/darwin/macos/arch/x64/package.use.force @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Fabian Groffen <grobian@gentoo.org> (2016-12-20) # Force the host target to avoid dependency hell dev-ml/llvm-ocaml llvm_targets_X86 -sys-devel/clang llvm_targets_X86 +llvm-core/clang llvm_targets_X86 sys-devel/llvm llvm_targets_X86 diff --git a/profiles/prefix/darwin/macos/features/fsf-gcc-ld64/packages b/profiles/prefix/darwin/macos/features/fsf-gcc-ld64/packages index 3fb8f4bcf792..a4c67015bcba 100644 --- a/profiles/prefix/darwin/macos/features/fsf-gcc-ld64/packages +++ b/profiles/prefix/darwin/macos/features/fsf-gcc-ld64/packages @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # usage of FSF GCC, disabling Clang *sys-devel/gcc *sys-devel/gcc-config --*sys-devel/clang +-*llvm-core/clang -*sys-devel/gcc-apple diff --git a/profiles/prefix/darwin/macos/features/fsf-gcc-nold/packages b/profiles/prefix/darwin/macos/features/fsf-gcc-nold/packages index 0cd80b120bdf..5169b2e94354 100644 --- a/profiles/prefix/darwin/macos/features/fsf-gcc-nold/packages +++ b/profiles/prefix/darwin/macos/features/fsf-gcc-nold/packages @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # usage of FSF GCC, disabling Clang, without binutils-apple (due to @@ -7,5 +7,5 @@ *sys-devel/gcc-config *sys-devel/native-cctools -*sys-devel/binutils-apple --*sys-devel/clang +-*llvm-core/clang -*sys-devel/gcc-apple diff --git a/profiles/prefix/darwin/macos/packages b/profiles/prefix/darwin/macos/packages index cbc54b794388..94a197bf3262 100644 --- a/profiles/prefix/darwin/macos/packages +++ b/profiles/prefix/darwin/macos/packages @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # macOS has LLVM/Clang as system compiler -*sys-devel/gcc -*sys-devel/gcc-config -*sys-devel/clang +*llvm-core/clang diff --git a/profiles/updates/4Q-2024 b/profiles/updates/4Q-2024 index d1d571cda5a5..46a960b13325 100644 --- a/profiles/updates/4Q-2024 +++ b/profiles/updates/4Q-2024 @@ -72,3 +72,4 @@ move sys-libs/compiler-rt llvm-runtimes/compiler-rt move sys-devel/clang-runtime llvm-core/clang-runtime move sys-devel/clang-toolchain-symlinks llvm-core/clang-toolchain-symlinks move sys-devel/clang-common llvm-core/clang-common +move sys-devel/clang llvm-core/clang diff --git a/sci-chemistry/gromacs/gromacs-2023.5.ebuild b/sci-chemistry/gromacs/gromacs-2023.5.ebuild index 6e931b9b84c4..83ceb0fceb65 100644 --- a/sci-chemistry/gromacs/gromacs-2023.5.ebuild +++ b/sci-chemistry/gromacs/gromacs-2023.5.ebuild @@ -60,7 +60,7 @@ CDEPEND=" " BDEPEND="${CDEPEND} virtual/pkgconfig - clang? ( >=sys-devel/clang-6:* ) + clang? ( >=llvm-core/clang-6:* ) build-manual? ( app-text/doxygen $(python_gen_cond_dep ' diff --git a/sci-chemistry/gromacs/gromacs-2023.9999.ebuild b/sci-chemistry/gromacs/gromacs-2023.9999.ebuild index 862189b991b5..5c6ffc9fc1a8 100644 --- a/sci-chemistry/gromacs/gromacs-2023.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-2023.9999.ebuild @@ -60,7 +60,7 @@ CDEPEND=" " BDEPEND="${CDEPEND} virtual/pkgconfig - clang? ( >=sys-devel/clang-6:* ) + clang? ( >=llvm-core/clang-6:* ) build-manual? ( app-text/doxygen $(python_gen_cond_dep ' diff --git a/sci-chemistry/gromacs/gromacs-2024.3.ebuild b/sci-chemistry/gromacs/gromacs-2024.3.ebuild index 185a173f3b7b..cc4c9393b140 100644 --- a/sci-chemistry/gromacs/gromacs-2024.3.ebuild +++ b/sci-chemistry/gromacs/gromacs-2024.3.ebuild @@ -60,7 +60,7 @@ CDEPEND=" " BDEPEND="${CDEPEND} virtual/pkgconfig - clang? ( >=sys-devel/clang-6:* ) + clang? ( >=llvm-core/clang-6:* ) build-manual? ( app-text/doxygen $(python_gen_cond_dep ' diff --git a/sci-chemistry/gromacs/gromacs-2024.4.ebuild b/sci-chemistry/gromacs/gromacs-2024.4.ebuild index 223e337d0361..7f2e7152df0f 100644 --- a/sci-chemistry/gromacs/gromacs-2024.4.ebuild +++ b/sci-chemistry/gromacs/gromacs-2024.4.ebuild @@ -60,7 +60,7 @@ CDEPEND=" " BDEPEND="${CDEPEND} virtual/pkgconfig - clang? ( >=sys-devel/clang-6:* ) + clang? ( >=llvm-core/clang-6:* ) build-manual? ( app-text/doxygen $(python_gen_cond_dep ' diff --git a/sci-chemistry/gromacs/gromacs-2024.9999.ebuild b/sci-chemistry/gromacs/gromacs-2024.9999.ebuild index 45755e3ca019..b681516f603a 100644 --- a/sci-chemistry/gromacs/gromacs-2024.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-2024.9999.ebuild @@ -60,7 +60,7 @@ CDEPEND=" " BDEPEND="${CDEPEND} virtual/pkgconfig - clang? ( >=sys-devel/clang-6:* ) + clang? ( >=llvm-core/clang-6:* ) build-manual? ( app-text/doxygen $(python_gen_cond_dep ' diff --git a/sci-chemistry/gromacs/gromacs-2025.0_beta.ebuild b/sci-chemistry/gromacs/gromacs-2025.0_beta.ebuild index 73b1c7330737..5008ec6e3402 100644 --- a/sci-chemistry/gromacs/gromacs-2025.0_beta.ebuild +++ b/sci-chemistry/gromacs/gromacs-2025.0_beta.ebuild @@ -62,7 +62,7 @@ CDEPEND=" " BDEPEND="${CDEPEND} virtual/pkgconfig - clang? ( >=sys-devel/clang-6:* ) + clang? ( >=llvm-core/clang-6:* ) build-manual? ( app-text/doxygen $(python_gen_cond_dep ' diff --git a/sci-chemistry/gromacs/gromacs-2025.9999.ebuild b/sci-chemistry/gromacs/gromacs-2025.9999.ebuild index 8f6881704a0e..246e16303e94 100644 --- a/sci-chemistry/gromacs/gromacs-2025.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-2025.9999.ebuild @@ -62,7 +62,7 @@ CDEPEND=" " BDEPEND="${CDEPEND} virtual/pkgconfig - clang? ( >=sys-devel/clang-6:* ) + clang? ( >=llvm-core/clang-6:* ) build-manual? ( app-text/doxygen $(python_gen_cond_dep ' diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild index 85493aeffe36..42d8e3a5c0c7 100644 --- a/sci-chemistry/gromacs/gromacs-9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-9999.ebuild @@ -63,7 +63,7 @@ CDEPEND=" " BDEPEND="${CDEPEND} virtual/pkgconfig - clang? ( >=sys-devel/clang-6:* ) + clang? ( >=llvm-core/clang-6:* ) build-manual? ( app-text/doxygen $(python_gen_cond_dep ' diff --git a/sci-libs/hipBLASLt/hipBLASLt-6.1.1-r1.ebuild b/sci-libs/hipBLASLt/hipBLASLt-6.1.1-r1.ebuild index 574f185be5d7..021ed71fd7cd 100644 --- a/sci-libs/hipBLASLt/hipBLASLt-6.1.1-r1.ebuild +++ b/sci-libs/hipBLASLt/hipBLASLt-6.1.1-r1.ebuild @@ -38,7 +38,7 @@ BDEPEND=" dev-python/pyyaml[${PYTHON_USEDEP}] dev-python/joblib[${PYTHON_USEDEP}] ') - $(llvm_gen_dep 'sys-devel/clang:${LLVM_SLOT}') + $(llvm_gen_dep 'llvm-core/clang:${LLVM_SLOT}') test? ( dev-cpp/gtest ) diff --git a/sys-apps/ipmi-fan-control/ipmi-fan-control-0.4.0-r1.ebuild b/sys-apps/ipmi-fan-control/ipmi-fan-control-0.4.0-r1.ebuild index 9a64306f99e0..c5b60ddcef54 100644 --- a/sys-apps/ipmi-fan-control/ipmi-fan-control-0.4.0-r1.ebuild +++ b/sys-apps/ipmi-fan-control/ipmi-fan-control-0.4.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -123,7 +123,7 @@ LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 GPL-3+ ISC MIT SLOT="0" BDEPEND=" - sys-devel/clang + llvm-core/clang virtual/pkgconfig " diff --git a/sys-apps/ipmi-fan-control/ipmi-fan-control-9999.ebuild b/sys-apps/ipmi-fan-control/ipmi-fan-control-9999.ebuild index b54b1009b6a3..af1181afd550 100644 --- a/sys-apps/ipmi-fan-control/ipmi-fan-control-9999.ebuild +++ b/sys-apps/ipmi-fan-control/ipmi-fan-control-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,7 +26,7 @@ LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 GPL-3+ ISC MIT SLOT="0" BDEPEND=" - sys-devel/clang + llvm-core/clang virtual/pkgconfig " diff --git a/sys-apps/pkgcraft-tools/pkgcraft-tools-0.0.17.ebuild b/sys-apps/pkgcraft-tools/pkgcraft-tools-0.0.17.ebuild index f4d93db4e500..7c3a0cb714ec 100644 --- a/sys-apps/pkgcraft-tools/pkgcraft-tools-0.0.17.ebuild +++ b/sys-apps/pkgcraft-tools/pkgcraft-tools-0.0.17.ebuild @@ -35,7 +35,7 @@ QA_FLAGS_IGNORED="usr/bin/pk" # Clang needed for bindgen BDEPEND=" $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} ') test? ( dev-util/cargo-nextest ) " diff --git a/sys-apps/pkgcraft-tools/pkgcraft-tools-0.0.19.ebuild b/sys-apps/pkgcraft-tools/pkgcraft-tools-0.0.19.ebuild index f4d93db4e500..7c3a0cb714ec 100644 --- a/sys-apps/pkgcraft-tools/pkgcraft-tools-0.0.19.ebuild +++ b/sys-apps/pkgcraft-tools/pkgcraft-tools-0.0.19.ebuild @@ -35,7 +35,7 @@ QA_FLAGS_IGNORED="usr/bin/pk" # Clang needed for bindgen BDEPEND=" $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} ') test? ( dev-util/cargo-nextest ) " diff --git a/sys-apps/pkgcraft-tools/pkgcraft-tools-9999.ebuild b/sys-apps/pkgcraft-tools/pkgcraft-tools-9999.ebuild index f4d93db4e500..7c3a0cb714ec 100644 --- a/sys-apps/pkgcraft-tools/pkgcraft-tools-9999.ebuild +++ b/sys-apps/pkgcraft-tools/pkgcraft-tools-9999.ebuild @@ -35,7 +35,7 @@ QA_FLAGS_IGNORED="usr/bin/pk" # Clang needed for bindgen BDEPEND=" $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} ') test? ( dev-util/cargo-nextest ) " diff --git a/sys-apps/uutils-findutils/uutils-findutils-0.5.0-r1.ebuild b/sys-apps/uutils-findutils/uutils-findutils-0.5.0-r1.ebuild index 6c03da24e81d..ad4207ec668c 100644 --- a/sys-apps/uutils-findutils/uutils-findutils-0.5.0-r1.ebuild +++ b/sys-apps/uutils-findutils/uutils-findutils-0.5.0-r1.ebuild @@ -164,7 +164,7 @@ RDEPEND=">=dev-libs/oniguruma-6.9.9:=" DEPEND="${RDEPEND}" BDEPEND=" $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} ') " diff --git a/sys-apps/uutils-findutils/uutils-findutils-0.7.0.ebuild b/sys-apps/uutils-findutils/uutils-findutils-0.7.0.ebuild index a05a5326a8a9..59a609102d44 100644 --- a/sys-apps/uutils-findutils/uutils-findutils-0.7.0.ebuild +++ b/sys-apps/uutils-findutils/uutils-findutils-0.7.0.ebuild @@ -169,7 +169,7 @@ RDEPEND=">=dev-libs/oniguruma-6.9.9:=" DEPEND="${RDEPEND}" BDEPEND=" $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} ') " diff --git a/sys-apps/uutils-findutils/uutils-findutils-9999.ebuild b/sys-apps/uutils-findutils/uutils-findutils-9999.ebuild index a05a5326a8a9..59a609102d44 100644 --- a/sys-apps/uutils-findutils/uutils-findutils-9999.ebuild +++ b/sys-apps/uutils-findutils/uutils-findutils-9999.ebuild @@ -169,7 +169,7 @@ RDEPEND=">=dev-libs/oniguruma-6.9.9:=" DEPEND="${RDEPEND}" BDEPEND=" $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} ') " diff --git a/sys-block/thin-provisioning-tools/thin-provisioning-tools-1.0.14-r2.ebuild b/sys-block/thin-provisioning-tools/thin-provisioning-tools-1.0.14-r2.ebuild index eb38acb7a122..6e11b12ff048 100644 --- a/sys-block/thin-provisioning-tools/thin-provisioning-tools-1.0.14-r2.ebuild +++ b/sys-block/thin-provisioning-tools/thin-provisioning-tools-1.0.14-r2.ebuild @@ -180,7 +180,7 @@ DEPEND=" # Needed for bindgen BDEPEND=" $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} ') virtual/pkgconfig " diff --git a/sys-block/thin-provisioning-tools/thin-provisioning-tools-1.1.0-r2.ebuild b/sys-block/thin-provisioning-tools/thin-provisioning-tools-1.1.0-r2.ebuild index 81f0144b4276..06fda053dbce 100644 --- a/sys-block/thin-provisioning-tools/thin-provisioning-tools-1.1.0-r2.ebuild +++ b/sys-block/thin-provisioning-tools/thin-provisioning-tools-1.1.0-r2.ebuild @@ -181,7 +181,7 @@ DEPEND=" # Needed for bindgen BDEPEND=" $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} ') virtual/pkgconfig " diff --git a/sys-devel/binutils-apple/binutils-apple-8.2.1-r103.ebuild b/sys-devel/binutils-apple/binutils-apple-8.2.1-r103.ebuild index 9c2ab92a0fe8..3672ba2ce7bf 100644 --- a/sys-devel/binutils-apple/binutils-apple-8.2.1-r103.ebuild +++ b/sys-devel/binutils-apple/binutils-apple-8.2.1-r103.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2022 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,7 @@ KEYWORDS="~arm64-macos ~ppc-macos ~x64-macos" # xtools uses c++11 features, not available in gcc-apple, hence gcc/clang dep DEPEND="sys-devel/binutils-config - || ( sys-devel/gcc:* sys-devel/clang:* ) + || ( sys-devel/gcc:* llvm-core/clang:* ) app-arch/xar dev-libs/libyaml" RDEPEND="${DEPEND}" diff --git a/sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-16.ebuild b/sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-16.ebuild index 88ae3f07ac85..293ddaa0d6af 100644 --- a/sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-16.ebuild +++ b/sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-16.ebuild @@ -15,7 +15,7 @@ SLOT="${PV}" KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv sparc x86 ~amd64-linux ~arm64-macos ~x64-macos" RDEPEND=" - sys-devel/clang:${SLOT} + llvm-core/clang:${SLOT} sys-devel/lld:${SLOT} " diff --git a/sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-17.ebuild b/sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-17.ebuild index 88ae3f07ac85..293ddaa0d6af 100644 --- a/sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-17.ebuild +++ b/sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-17.ebuild @@ -15,7 +15,7 @@ SLOT="${PV}" KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv sparc x86 ~amd64-linux ~arm64-macos ~x64-macos" RDEPEND=" - sys-devel/clang:${SLOT} + llvm-core/clang:${SLOT} sys-devel/lld:${SLOT} " diff --git a/sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-18.ebuild b/sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-18.ebuild index 8777be3e96c1..021bd53f8cf1 100644 --- a/sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-18.ebuild +++ b/sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-18.ebuild @@ -15,7 +15,7 @@ SLOT="${PV}" KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~arm64-macos ~x64-macos" RDEPEND=" - sys-devel/clang:${SLOT} + llvm-core/clang:${SLOT} sys-devel/lld:${SLOT} " diff --git a/sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-19.ebuild b/sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-19.ebuild index 7604a7a58de0..02f014129b37 100644 --- a/sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-19.ebuild +++ b/sys-devel/clang-crossdev-wrappers/clang-crossdev-wrappers-19.ebuild @@ -16,7 +16,7 @@ KEYWORDS="" PROPERTIES="live" RDEPEND=" - sys-devel/clang:${SLOT} + llvm-core/clang:${SLOT} sys-devel/lld:${SLOT} " diff --git a/sys-fs/bcachefs-tools/bcachefs-tools-1.11.0-r1.ebuild b/sys-fs/bcachefs-tools/bcachefs-tools-1.11.0-r1.ebuild index 5206e7db0647..cb15cd4b55b5 100644 --- a/sys-fs/bcachefs-tools/bcachefs-tools-1.11.0-r1.ebuild +++ b/sys-fs/bcachefs-tools/bcachefs-tools-1.11.0-r1.ebuild @@ -141,7 +141,7 @@ BDEPEND=" ') $(unpacker_src_uri_depends) $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} ') elibc_musl? ( >=sys-libs/musl-1.2.5 ) virtual/pkgconfig diff --git a/sys-fs/bcachefs-tools/bcachefs-tools-1.13.0-r1.ebuild b/sys-fs/bcachefs-tools/bcachefs-tools-1.13.0-r1.ebuild index 77446216158b..8e2617ab1894 100644 --- a/sys-fs/bcachefs-tools/bcachefs-tools-1.13.0-r1.ebuild +++ b/sys-fs/bcachefs-tools/bcachefs-tools-1.13.0-r1.ebuild @@ -134,7 +134,7 @@ BDEPEND=" ') $(unpacker_src_uri_depends) $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} ') elibc_musl? ( >=sys-libs/musl-1.2.5 ) virtual/pkgconfig diff --git a/sys-fs/bcachefs-tools/bcachefs-tools-1.7.0-r1.ebuild b/sys-fs/bcachefs-tools/bcachefs-tools-1.7.0-r1.ebuild index 8e3a3edaebac..2cce91901a3a 100644 --- a/sys-fs/bcachefs-tools/bcachefs-tools-1.7.0-r1.ebuild +++ b/sys-fs/bcachefs-tools/bcachefs-tools-1.7.0-r1.ebuild @@ -141,7 +141,7 @@ BDEPEND=" ') $(unpacker_src_uri_depends) $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} ') virtual/pkgconfig " diff --git a/sys-fs/bcachefs-tools/bcachefs-tools-1.9.4-r1.ebuild b/sys-fs/bcachefs-tools/bcachefs-tools-1.9.4-r1.ebuild index 3df9428b78c0..ff64b8475970 100644 --- a/sys-fs/bcachefs-tools/bcachefs-tools-1.9.4-r1.ebuild +++ b/sys-fs/bcachefs-tools/bcachefs-tools-1.9.4-r1.ebuild @@ -148,7 +148,7 @@ BDEPEND=" ') $(unpacker_src_uri_depends) $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} ') virtual/pkgconfig " diff --git a/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild b/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild index 1c31662fbd04..d31d231164a9 100644 --- a/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild +++ b/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild @@ -133,7 +133,7 @@ BDEPEND=" ') $(unpacker_src_uri_depends) $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} ') elibc_musl? ( >=sys-libs/musl-1.2.5 ) virtual/pkgconfig diff --git a/sys-kernel/scx/scx-1.0.6-r2.ebuild b/sys-kernel/scx/scx-1.0.6-r2.ebuild index d16170eba04e..72fbb93c35a8 100644 --- a/sys-kernel/scx/scx-1.0.6-r2.ebuild +++ b/sys-kernel/scx/scx-1.0.6-r2.ebuild @@ -333,7 +333,7 @@ BDEPEND=" app-misc/jq dev-util/bpftool $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}=[llvm_targets_BPF(-)] + llvm-core/clang:${LLVM_SLOT}=[llvm_targets_BPF(-)] ') " diff --git a/sys-libs/csu/csu-85-r1.ebuild b/sys-libs/csu/csu-85-r1.ebuild index 4b11e2f86b8d..fb278ca843bb 100644 --- a/sys-libs/csu/csu-85-r1.ebuild +++ b/sys-libs/csu/csu-85-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ S=${WORKDIR}/Csu-${PV} # for now it seems FSF GCC can't compile this thing, so we need # gcc-apple or clang (which is also sort of "-apple") DEPEND="|| ( - sys-devel/clang + llvm-core/clang =sys-devel/gcc-apple-4.2.1* )" diff --git a/sys-libs/pkgcraft/pkgcraft-0.0.16-r1.ebuild b/sys-libs/pkgcraft/pkgcraft-0.0.16-r1.ebuild index 4f268ebdc188..493dc396d011 100644 --- a/sys-libs/pkgcraft/pkgcraft-0.0.16-r1.ebuild +++ b/sys-libs/pkgcraft/pkgcraft-0.0.16-r1.ebuild @@ -37,7 +37,7 @@ RESTRICT="!test? ( test )" # clang needed for bindgen BDEPEND+=" dev-util/cargo-c - sys-devel/clang + llvm-core/clang " QA_FLAGS_IGNORED="usr/lib.*/libpkgcraft.so.*" diff --git a/sys-libs/pkgcraft/pkgcraft-9999.ebuild b/sys-libs/pkgcraft/pkgcraft-9999.ebuild index 4f268ebdc188..493dc396d011 100644 --- a/sys-libs/pkgcraft/pkgcraft-9999.ebuild +++ b/sys-libs/pkgcraft/pkgcraft-9999.ebuild @@ -37,7 +37,7 @@ RESTRICT="!test? ( test )" # clang needed for bindgen BDEPEND+=" dev-util/cargo-c - sys-devel/clang + llvm-core/clang " QA_FLAGS_IGNORED="usr/lib.*/libpkgcraft.so.*" diff --git a/sys-process/below/below-0.8.1-r1.ebuild b/sys-process/below/below-0.8.1-r1.ebuild index 9adeeff32e98..88a0655e8410 100644 --- a/sys-process/below/below-0.8.1-r1.ebuild +++ b/sys-process/below/below-0.8.1-r1.ebuild @@ -313,7 +313,7 @@ SLOT="0" KEYWORDS="amd64 ~ppc64" BDEPEND=" - sys-devel/clang + llvm-core/clang virtual/pkgconfig " RDEPEND=" diff --git a/sys-process/btop/btop-1.3.2.ebuild b/sys-process/btop/btop-1.3.2.ebuild index 8c201df6ae0f..e9dc507a809b 100644 --- a/sys-process/btop/btop-1.3.2.ebuild +++ b/sys-process/btop/btop-1.3.2.ebuild @@ -19,10 +19,10 @@ pkg_setup() { if [[ "${MERGE_TYPE}" != "binary" ]]; then if tc-is-clang ; then if [[ "$(clang-major-version)" -lt 16 ]]; then - die "sys-process/btop requires >=sys-devel/clang-16.0.0 to build." + die "sys-process/btop requires >=llvm-core/clang-16.0.0 to build." fi elif ! tc-is-gcc ; then - die "$(tc-getCXX) is not a supported compiler. Please use sys-devel/gcc or >=sys-devel/clang-16.0.0 instead." + die "$(tc-getCXX) is not a supported compiler. Please use sys-devel/gcc or >=llvm-core/clang-16.0.0 instead." fi fi } diff --git a/sys-process/btop/btop-1.4.0.ebuild b/sys-process/btop/btop-1.4.0.ebuild index 5b537494beaf..2385413d54d0 100644 --- a/sys-process/btop/btop-1.4.0.ebuild +++ b/sys-process/btop/btop-1.4.0.ebuild @@ -25,10 +25,10 @@ pkg_setup() { if [[ "${MERGE_TYPE}" != "binary" ]]; then if tc-is-clang ; then if [[ "$(clang-major-version)" -lt 16 ]]; then - die "sys-process/btop requires >=sys-devel/clang-16.0.0 to build." + die "sys-process/btop requires >=llvm-core/clang-16.0.0 to build." fi elif ! tc-is-gcc ; then - die "$(tc-getCXX) is not a supported compiler. Please use sys-devel/gcc or >=sys-devel/clang-16.0.0 instead." + die "$(tc-getCXX) is not a supported compiler. Please use sys-devel/gcc or >=llvm-core/clang-16.0.0 instead." fi fi } 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 7d3695283e2d..84adb8910928 100644 --- a/www-client/chromium/chromium-130.0.6723.116-r1.ebuild +++ b/www-client/chromium/chromium-130.0.6723.116-r1.ebuild @@ -176,7 +176,7 @@ BDEPEND=" qt6? ( dev-qt/qtbase:6 ) ) $(llvm_gen_dep " - sys-devel/clang:\${LLVM_SLOT} + llvm-core/clang:\${LLVM_SLOT} sys-devel/llvm:\${LLVM_SLOT} sys-devel/lld:\${LLVM_SLOT} ") diff --git a/www-client/chromium/chromium-131.0.6778.108.ebuild b/www-client/chromium/chromium-131.0.6778.108.ebuild index 8b5f29344a3d..095518865278 100644 --- a/www-client/chromium/chromium-131.0.6778.108.ebuild +++ b/www-client/chromium/chromium-131.0.6778.108.ebuild @@ -176,7 +176,7 @@ BDEPEND=" qt6? ( dev-qt/qtbase:6 ) ) $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} sys-devel/lld:${LLVM_SLOT} ') diff --git a/www-client/chromium/chromium-131.0.6778.139.ebuild b/www-client/chromium/chromium-131.0.6778.139.ebuild index dfbdf8cb02b8..c5effc1fe7b0 100644 --- a/www-client/chromium/chromium-131.0.6778.139.ebuild +++ b/www-client/chromium/chromium-131.0.6778.139.ebuild @@ -176,7 +176,7 @@ BDEPEND=" qt6? ( dev-qt/qtbase:6 ) ) $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} sys-devel/lld:${LLVM_SLOT} ') diff --git a/www-client/chromium/chromium-131.0.6778.85.ebuild b/www-client/chromium/chromium-131.0.6778.85.ebuild index 2cf96bc2284c..6c5fc7c3ad72 100644 --- a/www-client/chromium/chromium-131.0.6778.85.ebuild +++ b/www-client/chromium/chromium-131.0.6778.85.ebuild @@ -176,7 +176,7 @@ BDEPEND=" qt6? ( dev-qt/qtbase:6 ) ) $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} sys-devel/lld:${LLVM_SLOT} ') diff --git a/www-client/chromium/chromium-132.0.6834.32.ebuild b/www-client/chromium/chromium-132.0.6834.32.ebuild index f70962d52b8c..673af3b78bc2 100644 --- a/www-client/chromium/chromium-132.0.6834.32.ebuild +++ b/www-client/chromium/chromium-132.0.6834.32.ebuild @@ -175,7 +175,7 @@ BDEPEND=" qt6? ( dev-qt/qtbase:6 ) ) $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} sys-devel/lld:${LLVM_SLOT} ') diff --git a/www-client/chromium/chromium-133.0.6847.2.ebuild b/www-client/chromium/chromium-133.0.6847.2.ebuild index c74866a48601..aa95cb2dc809 100644 --- a/www-client/chromium/chromium-133.0.6847.2.ebuild +++ b/www-client/chromium/chromium-133.0.6847.2.ebuild @@ -184,7 +184,7 @@ BDEPEND=" qt6? ( dev-qt/qtbase:6 ) ) $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} sys-devel/lld:${LLVM_SLOT} ') diff --git a/www-client/chromium/chromium-133.0.6876.4.ebuild b/www-client/chromium/chromium-133.0.6876.4.ebuild index 90f2e402c117..b026d55f41b2 100644 --- a/www-client/chromium/chromium-133.0.6876.4.ebuild +++ b/www-client/chromium/chromium-133.0.6876.4.ebuild @@ -184,7 +184,7 @@ BDEPEND=" qt6? ( dev-qt/qtbase:6 ) ) $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} sys-devel/lld:${LLVM_SLOT} ') diff --git a/www-client/firefox/firefox-128.5.0.ebuild b/www-client/firefox/firefox-128.5.0.ebuild index bfa527287093..6a06d6019dbc 100644 --- a/www-client/firefox/firefox-128.5.0.ebuild +++ b/www-client/firefox/firefox-128.5.0.ebuild @@ -92,7 +92,7 @@ FF_ONLY_DEPEND="!www-client/firefox:0 selinux? ( sec-policy/selinux-mozilla )" BDEPEND="${PYTHON_DEPS} $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} clang? ( sys-devel/lld:${LLVM_SLOT} @@ -220,8 +220,8 @@ if [[ -z "${MOZ_GMP_PLUGIN_LIST+set}" ]] ; then fi llvm_check_deps() { - if ! has_version -b "sys-devel/clang:${LLVM_SLOT}" ; then - einfo "sys-devel/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 + if ! has_version -b "llvm-core/clang:${LLVM_SLOT}" ; then + einfo "llvm-core/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 return 1 fi diff --git a/www-client/firefox/firefox-128.5.1.ebuild b/www-client/firefox/firefox-128.5.1.ebuild index b2e808d0894a..1b4b17068dcf 100644 --- a/www-client/firefox/firefox-128.5.1.ebuild +++ b/www-client/firefox/firefox-128.5.1.ebuild @@ -92,7 +92,7 @@ FF_ONLY_DEPEND="!www-client/firefox:0 selinux? ( sec-policy/selinux-mozilla )" BDEPEND="${PYTHON_DEPS} $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} clang? ( sys-devel/lld:${LLVM_SLOT} @@ -220,8 +220,8 @@ if [[ -z "${MOZ_GMP_PLUGIN_LIST+set}" ]] ; then fi llvm_check_deps() { - if ! has_version -b "sys-devel/clang:${LLVM_SLOT}" ; then - einfo "sys-devel/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 + if ! has_version -b "llvm-core/clang:${LLVM_SLOT}" ; then + einfo "llvm-core/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 return 1 fi diff --git a/www-client/firefox/firefox-133.0.ebuild b/www-client/firefox/firefox-133.0.ebuild index 33f43c19be0b..59f9001bfa92 100644 --- a/www-client/firefox/firefox-133.0.ebuild +++ b/www-client/firefox/firefox-133.0.ebuild @@ -95,7 +95,7 @@ FF_ONLY_DEPEND="!www-client/firefox:0 selinux? ( sec-policy/selinux-mozilla )" BDEPEND="${PYTHON_DEPS} $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT} + llvm-core/clang:${LLVM_SLOT} sys-devel/llvm:${LLVM_SLOT} clang? ( sys-devel/lld:${LLVM_SLOT} @@ -224,8 +224,8 @@ if [[ -z "${MOZ_GMP_PLUGIN_LIST+set}" ]] ; then fi llvm_check_deps() { - if ! has_version -b "sys-devel/clang:${LLVM_SLOT}" ; then - einfo "sys-devel/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 + if ! has_version -b "llvm-core/clang:${LLVM_SLOT}" ; then + einfo "llvm-core/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 return 1 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 4a35f691bde8..f4e701fbbc37 100644 --- a/www-client/seamonkey/seamonkey-2.53.18.2-r2.ebuild +++ b/www-client/seamonkey/seamonkey-2.53.18.2-r2.ebuild @@ -57,7 +57,7 @@ BDEPEND=" dev-util/cbindgen >=sys-devel/binutils-2.16.1 $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}= ') virtual/pkgconfig diff --git a/www-client/seamonkey/seamonkey-2.53.19-r1.ebuild b/www-client/seamonkey/seamonkey-2.53.19-r1.ebuild index 7c4e59bd5119..f40fbc707599 100644 --- a/www-client/seamonkey/seamonkey-2.53.19-r1.ebuild +++ b/www-client/seamonkey/seamonkey-2.53.19-r1.ebuild @@ -57,7 +57,7 @@ BDEPEND=" dev-util/cbindgen >=sys-devel/binutils-2.16.1 $(llvm_gen_dep ' - sys-devel/clang:${LLVM_SLOT}= + llvm-core/clang:${LLVM_SLOT}= sys-devel/llvm:${LLVM_SLOT}= ') virtual/pkgconfig |