diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-08 20:38:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-08 20:38:42 +0200 |
commit | 2288d4b89f6450f9806f9087bfec37102f90de87 (patch) | |
tree | b04c3738f5cb85996e6741962ba51a7c03a4dd6e /profiles/arch | |
parent | dev-python/setuptools-scm: Add missing dev-python/build test dep (diff) | |
download | gentoo-2288d4b89f6450f9806f9087bfec37102f90de87.tar.gz gentoo-2288d4b89f6450f9806f9087bfec37102f90de87.tar.bz2 gentoo-2288d4b89f6450f9806f9087bfec37102f90de87.zip |
profiles: Mask dev-lang/python[jit] where LLVM isn't keyworded
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/alpha/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/hppa/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/ia64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/m68k/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/mips/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/s390/package.use.mask | 4 |
6 files changed, 24 insertions, 0 deletions
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 <mgorny@gentoo.org> (2024-05-08) +# Requires sys-devel/{clang,llvm}:16. +dev-lang/python jit + # matoro <matoro_gentoo@matoro.tk> (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 <mgorny@gentoo.org> (2024-05-08) +# Requires sys-devel/{clang,llvm}:16. +dev-lang/python jit + # Ionen Wolkens <ionen@gentoo.org> (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 <mgorny@gentoo.org> (2024-05-08) +# Requires sys-devel/{clang,llvm}:16. +dev-lang/python jit + # Robin H. Johnson <robbat2@gentoo.org) (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 <mgorny@gentoo.org> (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 <mgorny@gentoo.org> (2024-05-08) +# Requires sys-devel/{clang,llvm}:16. +dev-lang/python jit + # matoro <matoro_gentoo@matoro.tk> (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 <mgorny@gentoo.org> (2024-05-08) +# Requires sys-devel/{clang,llvm}:16. +dev-lang/python jit + # NRK <nrk@disroot.org> (2024-04-08) # media-libs/libraw is not keyworded media-libs/imlib2 raw |