commit: 2288d4b89f6450f9806f9087bfec37102f90de87 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed May 8 18:38:42 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed May 8 18:38:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2288d4b8
profiles: Mask dev-lang/python[jit] where LLVM isn't keyworded Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/arch/alpha/package.use.mask | 4 ++++ profiles/arch/hppa/package.use.mask | 4 ++++ profiles/arch/ia64/package.use.mask | 4 ++++ profiles/arch/m68k/package.use.mask | 4 ++++ profiles/arch/mips/package.use.mask | 4 ++++ profiles/arch/s390/package.use.mask | 4 ++++ 6 files changed, 24 insertions(+) diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index bf9a7d7c9591..8789d3aaa07c 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2024-05-08) +# Requires sys-devel/{clang,llvm}:16. +dev-lang/python jit + # matoro <[email protected]> (2024-02-29) # sys-apps/xdg-desktop-portal is not keyworded here, #925731 x11-base/xwayland libei diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index 9728d61161dd..2d77ba533f9f 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -4,6 +4,10 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. +# Michał Górny <[email protected]> (2024-05-08) +# Requires sys-devel/{clang,llvm}:16. +dev-lang/python jit + # Ionen Wolkens <[email protected]> (2024-01-23) # Needs dev-qt/qtquick3d:6 which itself needs media-libs/assimp that # is not keyworded here and currently fails tests (bug #919896). diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index 2d99d65bfd3e..9ba2bb84b47d 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2024-05-08) +# Requires sys-devel/{clang,llvm}:16. +dev-lang/python jit + # Robin H. Johnson <[email protected]) (2024-03-13) # sys-cluster/corosync not yet keyworded, niche use case for mdadm sys-fs/mdadm corosync diff --git a/profiles/arch/m68k/package.use.mask b/profiles/arch/m68k/package.use.mask index 9be2feccdf89..5dcd046b960f 100644 --- a/profiles/arch/m68k/package.use.mask +++ b/profiles/arch/m68k/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2024-05-08) +# Requires sys-devel/{clang,llvm}:16. +dev-lang/python jit + # James Le Cuirot (2023-12-12) # USE=bpf depends on sys-devel/clang which is not keyworded on m68k media-libs/libv4l bpf diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask index d12ad2b0168e..a9717ab8aad9 100644 --- a/profiles/arch/mips/package.use.mask +++ b/profiles/arch/mips/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2024-05-08) +# Requires sys-devel/{clang,llvm}:16. +dev-lang/python jit + # matoro <[email protected]> (2024-05-01) # Sanitizers supported on both 32-bit and 64-bit mips, #779742 sys-libs/compiler-rt-sanitizers -asan -profile -ubsan -safestack -scudo -xray diff --git a/profiles/arch/s390/package.use.mask b/profiles/arch/s390/package.use.mask index 144e11dcf539..3f1e43fa394d 100644 --- a/profiles/arch/s390/package.use.mask +++ b/profiles/arch/s390/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2024-05-08) +# Requires sys-devel/{clang,llvm}:16. +dev-lang/python jit + # NRK <[email protected]> (2024-04-08) # media-libs/libraw is not keyworded media-libs/imlib2 raw
