diff options
author | 2024-12-11 12:23:19 +0100 | |
---|---|---|
committer | 2024-12-11 12:53:18 +0100 | |
commit | 3ee411f1324ad2b881555d1bec5f943f1a7f28a1 (patch) | |
tree | 6f41e60778fca61521342418fc05d60e95f9ae44 /profiles/arch/s390 | |
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>
Diffstat (limited to 'profiles/arch/s390')
-rw-r--r-- | profiles/arch/s390/package.use.mask | 2 | ||||
-rw-r--r-- | profiles/arch/s390/s390x/package.use.force | 4 |
2 files changed, 3 insertions, 3 deletions
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 |