mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-02 19:11:20 +02:00
profiles: Sync with Gentoo
It's from Gentoo commit 18a7a2fa08b5fb287e587c7afeb2fe5b8ce66944. Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
parent
53082ef439
commit
8da43931c0
@ -1,6 +1,10 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Cristian Othón Martínez Vera <cfuga@cfuga.mx> (2025-07-15)
|
||||
# Needs gui-apps/grim, which is not keyworded here
|
||||
x11-misc/xscreensaver wayland
|
||||
|
||||
# Mike Gilbert <floppym@gentoo.org> (2025-06-18)
|
||||
# media-libs/libsdl3 is missing keywords.
|
||||
>=net-misc/freerdp-3.16.0 sdl
|
||||
|
@ -41,6 +41,9 @@ sys-boot/grub:2 grub_platforms_efi-64 grub_platforms_pc
|
||||
dev-ml/llvm llvm_targets_AMDGPU llvm_targets_NVPTX
|
||||
llvm-core/clang llvm_targets_AMDGPU llvm_targets_NVPTX
|
||||
llvm-core/llvm llvm_targets_AMDGPU llvm_targets_NVPTX
|
||||
llvm-core/lld llvm_targets_AMDGPU llvm_targets_NVPTX
|
||||
llvm-core/flang llvm_targets_AMDGPU llvm_targets_NVPTX
|
||||
llvm-core/lldb llvm_targets_AMDGPU llvm_targets_NVPTX
|
||||
|
||||
# Doug Goldstein <cardoe@gentoo.org> (2012-10-29)
|
||||
# Enable the native arch as the default qemu target
|
||||
|
@ -25,10 +25,6 @@ sys-kernel/vanilla-kernel -savedconfig
|
||||
# iasl is stable on amd64
|
||||
sys-firmware/seabios -binary
|
||||
|
||||
# Georgy Yakovlev <gyakovlev@gentoo.org> (2018-05-14)
|
||||
# Force the host target to avoid dependency hell
|
||||
dev-lang/rust llvm_targets_X86
|
||||
|
||||
# Adam Feldman <NP-Hardass@gentoo.org> (2017-05-23)
|
||||
# Packages with optional 64-bit variant
|
||||
app-emulation/wine-vanilla -abi_x86_64
|
||||
@ -42,12 +38,6 @@ virtual/wine -abi_x86_64
|
||||
# multilib packages, #611292.
|
||||
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 llvm_targets_X86
|
||||
llvm-core/clang llvm_targets_X86
|
||||
llvm-core/llvm llvm_targets_X86
|
||||
|
||||
# Diego Elio Pettenò <flameeyes@gmail.com> (2011-04-21)
|
||||
# The plugin is 32-bit only (and I'm not even sure if it works with
|
||||
# modern iscan); make sure it only installs the firmware for amd64!
|
||||
|
@ -1,6 +1,10 @@
|
||||
# Force the flag which corresponds to ARCH.
|
||||
amd64
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-07-19)
|
||||
# Force the native/host target
|
||||
llvm_targets_X86
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2013-01-26)
|
||||
# Force the flag corresponding to the default ABI.
|
||||
abi_x86_64
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# matoro <matoro_gentoo@matoro.tk> (2022-08-31)
|
||||
@ -9,13 +9,3 @@ dev-lang/ghc:0/9.0.2 llvm
|
||||
# Thomas Deutschmann <whissi@gentoo.org> (2021-05-11)
|
||||
# Satisfy REQUIRED_USE on arm
|
||||
app-emulation/xen debug
|
||||
|
||||
# Georgy Yakovlev <gyakovlev@gentoo.org> (2019-02-16)
|
||||
# Force the host target
|
||||
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 llvm_targets_ARM
|
||||
llvm-core/clang llvm_targets_ARM
|
||||
llvm-core/llvm llvm_targets_ARM
|
||||
|
@ -1,6 +1,10 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Cristian Othón Martínez Vera <cfuga@cfuga.mx> (2025-07-15)
|
||||
# Needs gui-apps/grim, which is not keyworded here
|
||||
x11-misc/xscreensaver wayland
|
||||
|
||||
# Michael Orlitzky <mjo@gentoo.org> (2025-06-02)
|
||||
# dev-libs/capstone needs keywords, bug 945086
|
||||
dev-lang/php capstone
|
||||
|
@ -1,2 +1,6 @@
|
||||
# Force the flag which corresponds to ARCH.
|
||||
arm
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-07-19)
|
||||
# Force the native/host target
|
||||
llvm_targets_ARM
|
||||
|
@ -23,13 +23,3 @@ net-misc/sunshine cpu_flags_arm_neon
|
||||
# Luke Dashjr <luke-jr+gentoobugs@utopios.org> (2019-09-21)
|
||||
# iasl is keyworded ~arm64
|
||||
sys-firmware/seabios -binary
|
||||
|
||||
# Georgy Yakovlev <gyakovlev@gentoo.org> (2018-05-14)
|
||||
# Force the host target to avoid dependency hell
|
||||
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 llvm_targets_AArch64
|
||||
llvm-core/clang llvm_targets_AArch64
|
||||
llvm-core/llvm llvm_targets_AArch64
|
||||
|
@ -1,9 +1,13 @@
|
||||
# Copyright 2014-2023 Gentoo Authors
|
||||
# Copyright 2014-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Force the flag which corresponds to ARCH.
|
||||
arm64
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-07-19)
|
||||
# Force the native/host target
|
||||
llvm_targets_AArch64
|
||||
|
||||
# Instruction sets that are always available
|
||||
cpu_flags_arm_v8
|
||||
|
||||
|
@ -13,16 +13,6 @@ dev-perl/DBD-MariaDB mariadb
|
||||
# [1] https://github.com/mpv-player/mpv/wiki/FAQ#why-does-mpv-not-support-lua-53-or-newer
|
||||
media-video/mpv lua_single_target_lua5-1 -lua_single_target_luajit
|
||||
|
||||
# WANG Xuerui <xen0n@gentoo.org> (2022-08-13)
|
||||
# Force the host target
|
||||
#
|
||||
# Some packages are not fully ported yet, but preemptively added so we won't
|
||||
# have to revisit later.
|
||||
dev-lang/rust llvm_targets_LoongArch
|
||||
dev-ml/llvm llvm_targets_LoongArch
|
||||
llvm-core/clang llvm_targets_LoongArch
|
||||
llvm-core/llvm llvm_targets_LoongArch
|
||||
|
||||
# WANG Xuerui <xen0n@gentoo.org> (2022-04-24)
|
||||
# Force-enable experimental-loong on packages; we're loong.
|
||||
<sys-libs/glibc-2.36 experimental-loong
|
||||
|
@ -1,5 +1,9 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Copyright 2022-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Force the flag which corresponds to ARCH.
|
||||
loong
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-07-19)
|
||||
# Force the native/host target
|
||||
llvm_targets_LoongArch
|
||||
|
@ -1,12 +1,2 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# matoro <matoro_gentoo@matoro.tk> (2022-09-14)
|
||||
# Same as below for rust.
|
||||
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 llvm_targets_Mips
|
||||
llvm-core/clang llvm_targets_Mips
|
||||
llvm-core/llvm llvm_targets_Mips
|
||||
|
@ -1,6 +1,14 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Andreas K. Hüttel <dilfridge@gentoo.org> (2025-07-18)
|
||||
# Not keyworded for mips
|
||||
app-alternatives/sh ksh
|
||||
|
||||
# Cristian Othón Martínez Vera <cfuga@cfuga.mx> (2025-07-15)
|
||||
# Needs gui-apps/grim, which is not keyworded here
|
||||
x11-misc/xscreensaver wayland
|
||||
|
||||
# Petr Vaněk <arkamar@gentoo.org> (2025-06-28)
|
||||
# dev-db/mariadb is not keyworded
|
||||
dev-db/mariadb-connector-c test
|
||||
|
@ -1,5 +1,9 @@
|
||||
# Copyright 2008-2021 Gentoo Authors
|
||||
# Copyright 2008-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Force the flag which corresponds to ARCH.
|
||||
mips
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-07-19)
|
||||
# Force the native/host target
|
||||
llvm_targets_Mips
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Ionen Wolkens <ionen@gentoo.org> (2024-03-31)
|
||||
@ -13,13 +13,3 @@ media-video/mpv lua_single_target_lua5-1 -lua_single_target_luajit
|
||||
# Luke Dashjr <luke-jr+gentoobugs@utopios.org> (2019-09-21)
|
||||
# iasl is stable on ppc
|
||||
sys-firmware/seabios -binary
|
||||
|
||||
# Sergei Trofimovich <slyfox@gentoo.org> (2018-12-25)
|
||||
# Enable powerpc target by default.
|
||||
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 llvm_targets_PowerPC
|
||||
llvm-core/clang llvm_targets_PowerPC
|
||||
llvm-core/llvm llvm_targets_PowerPC
|
||||
|
@ -17,6 +17,11 @@
|
||||
|
||||
#--- END OF EXAMPLES ---
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-07-19)
|
||||
# Gradually unmask for newer Rust to avoid making users recompile for
|
||||
# the change. See bug #735154.
|
||||
<dev-lang/rust-1.86 system-llvm
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-04-26)
|
||||
# dev-python/scipy is not marked stable here
|
||||
dev-cpp/benchmark tools
|
||||
|
6
sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/use.force
vendored
Normal file
6
sdk_container/src/third_party/portage-stable/profiles/arch/powerpc/use.force
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-07-19)
|
||||
# Force the native/host target
|
||||
llvm_targets_PowerPC
|
@ -1,6 +1,10 @@
|
||||
# Copyright 2023-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Cristian Othón Martínez Vera <cfuga@cfuga.mx> (2025-07-15)
|
||||
# Needs gui-apps/grim, which is not keyworded here
|
||||
x11-misc/xscreensaver wayland
|
||||
|
||||
# NRK <nrk@disroot.org> (2025-05-18)
|
||||
# app-arch/plzip is not keyworded
|
||||
app-alternatives/lzip plzip
|
||||
|
@ -17,3 +17,6 @@ media-video/mpv soc
|
||||
dev-ml/llvm llvm_targets_AMDGPU
|
||||
llvm-core/clang llvm_targets_AMDGPU
|
||||
llvm-core/llvm llvm_targets_AMDGPU
|
||||
llvm-core/lld llvm_targets_AMDGPU
|
||||
llvm-core/flang llvm_targets_AMDGPU
|
||||
llvm-core/lldb llvm_targets_AMDGPU
|
||||
|
@ -23,8 +23,3 @@ app-editors/neovim lua_single_target_lua5-1
|
||||
# It gains LLVM codegen in 9.2, but we maintain a backport of this,
|
||||
# so force LLVM codegen in all versions.
|
||||
<dev-lang/ghc-9.12.1 llvm
|
||||
|
||||
# we, kinda, need this on riscv ...
|
||||
llvm-core/llvm llvm_targets_RISCV
|
||||
llvm-core/clang llvm_targets_RISCV
|
||||
dev-lang/rust llvm_targets_RISCV
|
||||
|
@ -1,5 +1,9 @@
|
||||
# Copyright 2019-2021 Gentoo Authors
|
||||
# Copyright 2019-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Force the flag which corresponds to ARCH.
|
||||
riscv
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-07-19)
|
||||
# Force the native/host target
|
||||
llvm_targets_RISCV
|
||||
|
@ -1,13 +1,6 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2022-06-18)
|
||||
# dev-lang/spidermonkey not keyworded yet.
|
||||
sys-auth/polkit duktape
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2016-11-11)
|
||||
# Force the host target to avoid dependency hell
|
||||
dev-ml/llvm llvm_targets_SystemZ
|
||||
dev-lang/rust llvm_targets_SystemZ
|
||||
llvm-core/clang llvm_targets_SystemZ
|
||||
llvm-core/llvm llvm_targets_SystemZ
|
||||
|
@ -1,5 +1,9 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Force the flag corresponding to the only ABI.
|
||||
abi_s390_64
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-07-19)
|
||||
# Force the native/host target
|
||||
llvm_targets_SystemZ
|
||||
|
@ -10,6 +10,9 @@ x11-themes/qtcurve gtk X
|
||||
dev-ml/llvm llvm_targets_AMDGPU
|
||||
llvm-core/clang llvm_targets_AMDGPU
|
||||
llvm-core/llvm llvm_targets_AMDGPU
|
||||
llvm-core/lld llvm_targets_AMDGPU
|
||||
llvm-core/flang llvm_targets_AMDGPU
|
||||
llvm-core/lldb llvm_targets_AMDGPU
|
||||
|
||||
# Ben Kohler <bkohler@gentoo.org> (2019-09-03)
|
||||
# Enable SPARC OpenBoot support
|
||||
|
@ -4,10 +4,3 @@
|
||||
# Sam James <sam@gentoo.org> (2022-02-19)
|
||||
# New enough SpiderMonkey not (yet?) keyworded here, bug #753221
|
||||
sys-auth/polkit duktape
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2016-09-24)
|
||||
# Force the host target to avoid dependency hell
|
||||
dev-ml/llvm llvm_targets_Sparc
|
||||
llvm-core/clang llvm_targets_Sparc
|
||||
llvm-core/llvm llvm_targets_Sparc
|
||||
dev-lang/rust llvm_targets_Sparc
|
||||
|
@ -1,6 +1,10 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Cristian Othón Martínez Vera <cfuga@cfuga.mx> (2025-07-15)
|
||||
# Needs gui-apps/grim, which is not keyworded here
|
||||
x11-misc/xscreensaver wayland
|
||||
|
||||
# Christopher Byrne <salah.coronya@gmail.com> (2025-06-13)
|
||||
# dev-ml/findlib is not keyworkded here
|
||||
sys-libs/libnbd test
|
||||
|
@ -1,6 +1,10 @@
|
||||
# Force the flag which corresponds to ARCH.
|
||||
sparc
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-07-19)
|
||||
# Force the native/host target
|
||||
llvm_targets_Sparc
|
||||
|
||||
# Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com> (2021-04-01)
|
||||
# sys-libs/libunwind not supported on SPARC.
|
||||
llvm-libunwind
|
||||
|
@ -1,13 +1,6 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Lucio Sauer <watermanpaint@posteo.net> (2025-06-01)
|
||||
# app-misc/anki's GUI does not run on 32-bit arches at least since
|
||||
# 23.12.1 due to bug 893234. If you nonetheless have a use case
|
||||
# for the package on x86, please send me an email. If I don't hear
|
||||
# back from anyone, I'll remove the keyword in the near future.
|
||||
app-misc/anki
|
||||
|
||||
# Joshua Kinard <kumba@gentoo.org> (2024-02-27)
|
||||
# app-arch/lrzip-next does not support 32-bit arches (#925548)
|
||||
app-arch/lrzip-next
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Ben Kohler <bkohler@gentoo.org> (2024-06-12)
|
||||
@ -15,6 +15,9 @@ sys-apps/memtest86+ bios32
|
||||
dev-ml/llvm llvm_targets_AMDGPU llvm_targets_NVPTX
|
||||
llvm-core/clang llvm_targets_AMDGPU llvm_targets_NVPTX
|
||||
llvm-core/llvm llvm_targets_AMDGPU llvm_targets_NVPTX
|
||||
llvm-core/lld llvm_targets_AMDGPU llvm_targets_NVPTX
|
||||
llvm-core/flang llvm_targets_AMDGPU llvm_targets_NVPTX
|
||||
llvm-core/lldb llvm_targets_AMDGPU llvm_targets_NVPTX
|
||||
|
||||
# Doug Goldstein <cardoe@gentoo.org> (2012-10-29)
|
||||
# Enable the native arch as the default qemu target
|
||||
|
@ -36,13 +36,3 @@ sys-kernel/vanilla-kernel -savedconfig
|
||||
# Luke Dashjr <luke-jr+gentoobugs@utopios.org> (2019-11-21)
|
||||
# iasl is stable on x86
|
||||
sys-firmware/seabios -binary
|
||||
|
||||
# Georgy Yakovlev <gyakovlev@gentoo.org> (2018-05-14)
|
||||
# Force the host target to avoid dependency hell
|
||||
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 llvm_targets_X86
|
||||
llvm-core/clang llvm_targets_X86
|
||||
llvm-core/llvm llvm_targets_X86
|
||||
|
@ -164,7 +164,6 @@ media-tv/mythtv nvdec
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2023-02-06)
|
||||
# Successful build of dev-qt/qtwebengine depends on 64-bit host
|
||||
# Bug #893234
|
||||
app-misc/anki gui
|
||||
app-office/kraft pim
|
||||
dev-lang/idris2 test-full
|
||||
dev-python/cloudscraper test
|
||||
|
@ -1,6 +1,10 @@
|
||||
# Force the flag which corresponds to ARCH.
|
||||
x86
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-07-19)
|
||||
# Force the native/host target
|
||||
llvm_targets_X86
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2013-01-26)
|
||||
# Force the flag corresponding to the only ABI. This allows x86 binary
|
||||
# packages to have uniform dependencies for amd64-multilib & x86.
|
||||
|
@ -46,10 +46,6 @@ webengine
|
||||
# Prebuilt kernels are supported here.
|
||||
-dist-kernel
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2020-06-06)
|
||||
# sci-libs/mkl works on x86
|
||||
-mkl
|
||||
|
||||
# Matt Turner <mattst88@gentoo.org> (2018-11-11)
|
||||
# d3d9 works on x86
|
||||
-d3d9
|
||||
|
@ -23,10 +23,6 @@ jasper
|
||||
# bug #753566
|
||||
openvdb
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2020-06-06)
|
||||
# sci-libs/mkl is not stable, needs online registration to even run pkg_setup
|
||||
mkl
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2014-03-30)
|
||||
# PyPy is unstable on this arch.
|
||||
python_targets_pypy3_11
|
||||
|
@ -59,6 +59,8 @@ media-video/wireplumber lua_single_target_lua5-4
|
||||
dev-ml/llvm llvm_targets_BPF
|
||||
llvm-core/clang llvm_targets_BPF
|
||||
llvm-core/llvm llvm_targets_BPF
|
||||
llvm-core/lld llvm_targets_BPF
|
||||
llvm-core/flang llvm_targets_BPF
|
||||
|
||||
# Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (2012-07-27)
|
||||
# Modular X: Build the Xorg X server by default
|
||||
|
@ -210,6 +210,7 @@ dev-java/openjdk:21 system-bootstrap
|
||||
>=llvm-core/clang-13.0.1_rc llvm_targets_X86 llvm_targets_XCore
|
||||
>=llvm-core/clang-14 llvm_targets_VE
|
||||
>=llvm-core/clang-16 llvm_targets_LoongArch
|
||||
>=llvm-core/clang-20 llvm_targets_SPIRV
|
||||
>=llvm-core/llvm-13.0.1_rc llvm_targets_AArch64 llvm_targets_AMDGPU
|
||||
>=llvm-core/llvm-13.0.1_rc llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF
|
||||
>=llvm-core/llvm-13.0.1_rc llvm_targets_Hexagon llvm_targets_Lanai
|
||||
@ -220,6 +221,73 @@ dev-java/openjdk:21 system-bootstrap
|
||||
>=llvm-core/llvm-13.0.1_rc llvm_targets_X86 llvm_targets_XCore
|
||||
>=llvm-core/llvm-14 llvm_targets_VE
|
||||
>=llvm-core/llvm-16 llvm_targets_LoongArch
|
||||
>=llvm-core/llvm-20 llvm_targets_SPIRV
|
||||
>=llvm-core/lld-13.0.1_rc llvm_targets_AArch64 llvm_targets_AMDGPU
|
||||
>=llvm-core/lld-13.0.1_rc llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF
|
||||
>=llvm-core/lld-13.0.1_rc llvm_targets_Hexagon llvm_targets_Lanai
|
||||
>=llvm-core/lld-13.0.1_rc llvm_targets_MSP430 llvm_targets_Mips
|
||||
>=llvm-core/lld-13.0.1_rc llvm_targets_NVPTX llvm_targets_PowerPC
|
||||
>=llvm-core/lld-13.0.1_rc llvm_targets_RISCV llvm_targets_Sparc
|
||||
>=llvm-core/lld-13.0.1_rc llvm_targets_SystemZ llvm_targets_WebAssembly
|
||||
>=llvm-core/lld-13.0.1_rc llvm_targets_X86 llvm_targets_XCore
|
||||
>=llvm-core/lld-14 llvm_targets_VE
|
||||
>=llvm-core/lld-16 llvm_targets_LoongArch
|
||||
>=llvm-core/lld-20 llvm_targets_SPIRV
|
||||
>=llvm-core/lld-13.0.1_rc llvm_targets_AArch64 llvm_targets_AMDGPU
|
||||
>=llvm-core/lld-13.0.1_rc llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF
|
||||
>=llvm-core/lld-13.0.1_rc llvm_targets_Hexagon llvm_targets_Lanai
|
||||
>=llvm-core/lld-13.0.1_rc llvm_targets_MSP430 llvm_targets_Mips
|
||||
>=llvm-core/lld-13.0.1_rc llvm_targets_NVPTX llvm_targets_PowerPC
|
||||
>=llvm-core/lld-13.0.1_rc llvm_targets_RISCV llvm_targets_Sparc
|
||||
>=llvm-core/lld-13.0.1_rc llvm_targets_SystemZ llvm_targets_WebAssembly
|
||||
>=llvm-core/lld-13.0.1_rc llvm_targets_X86 llvm_targets_XCore
|
||||
>=llvm-core/lld-14 llvm_targets_VE
|
||||
>=llvm-core/lld-16 llvm_targets_LoongArch
|
||||
>=llvm-core/lld-20 llvm_targets_SPIRV
|
||||
>=llvm-core/flang-13.0.1_rc llvm_targets_AArch64 llvm_targets_AMDGPU
|
||||
>=llvm-core/flang-13.0.1_rc llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF
|
||||
>=llvm-core/flang-13.0.1_rc llvm_targets_Hexagon llvm_targets_Lanai
|
||||
>=llvm-core/flang-13.0.1_rc llvm_targets_MSP430 llvm_targets_Mips
|
||||
>=llvm-core/flang-13.0.1_rc llvm_targets_NVPTX llvm_targets_PowerPC
|
||||
>=llvm-core/flang-13.0.1_rc llvm_targets_RISCV llvm_targets_Sparc
|
||||
>=llvm-core/flang-13.0.1_rc llvm_targets_SystemZ llvm_targets_WebAssembly
|
||||
>=llvm-core/flang-13.0.1_rc llvm_targets_X86 llvm_targets_XCore
|
||||
>=llvm-core/flang-14 llvm_targets_VE
|
||||
>=llvm-core/flang-16 llvm_targets_LoongArch
|
||||
>=llvm-core/flang-20 llvm_targets_SPIRV
|
||||
>=llvm-core/lldb-13.0.1_rc llvm_targets_AArch64 llvm_targets_AMDGPU
|
||||
>=llvm-core/lldb-13.0.1_rc llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF
|
||||
>=llvm-core/lldb-13.0.1_rc llvm_targets_Hexagon llvm_targets_Lanai
|
||||
>=llvm-core/lldb-13.0.1_rc llvm_targets_MSP430 llvm_targets_Mips
|
||||
>=llvm-core/lldb-13.0.1_rc llvm_targets_NVPTX llvm_targets_PowerPC
|
||||
>=llvm-core/lldb-13.0.1_rc llvm_targets_RISCV llvm_targets_Sparc
|
||||
>=llvm-core/lldb-13.0.1_rc llvm_targets_SystemZ llvm_targets_WebAssembly
|
||||
>=llvm-core/lldb-13.0.1_rc llvm_targets_X86 llvm_targets_XCore
|
||||
>=llvm-core/lldb-14 llvm_targets_VE
|
||||
>=llvm-core/lldb-16 llvm_targets_LoongArch
|
||||
>=llvm-core/lldb-20 llvm_targets_SPIRV
|
||||
>=llvm-core/lldb-13.0.1_rc llvm_targets_AArch64 llvm_targets_AMDGPU
|
||||
>=llvm-core/lldb-13.0.1_rc llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF
|
||||
>=llvm-core/lldb-13.0.1_rc llvm_targets_Hexagon llvm_targets_Lanai
|
||||
>=llvm-core/lldb-13.0.1_rc llvm_targets_MSP430 llvm_targets_Mips
|
||||
>=llvm-core/lldb-13.0.1_rc llvm_targets_NVPTX llvm_targets_PowerPC
|
||||
>=llvm-core/lldb-13.0.1_rc llvm_targets_RISCV llvm_targets_Sparc
|
||||
>=llvm-core/lldb-13.0.1_rc llvm_targets_SystemZ llvm_targets_WebAssembly
|
||||
>=llvm-core/lldb-13.0.1_rc llvm_targets_X86 llvm_targets_XCore
|
||||
>=llvm-core/lldb-14 llvm_targets_VE
|
||||
>=llvm-core/lldb-16 llvm_targets_LoongArch
|
||||
>=llvm-core/lldb-20 llvm_targets_SPIRV
|
||||
>=llvm-core/lldb-13.0.1_rc llvm_targets_AArch64 llvm_targets_AMDGPU
|
||||
>=llvm-core/lldb-13.0.1_rc llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF
|
||||
>=llvm-core/lldb-13.0.1_rc llvm_targets_Hexagon llvm_targets_Lanai
|
||||
>=llvm-core/lldb-13.0.1_rc llvm_targets_MSP430 llvm_targets_Mips
|
||||
>=llvm-core/lldb-13.0.1_rc llvm_targets_NVPTX llvm_targets_PowerPC
|
||||
>=llvm-core/lldb-13.0.1_rc llvm_targets_RISCV llvm_targets_Sparc
|
||||
>=llvm-core/lldb-13.0.1_rc llvm_targets_SystemZ llvm_targets_WebAssembly
|
||||
>=llvm-core/lldb-13.0.1_rc llvm_targets_X86 llvm_targets_XCore
|
||||
>=llvm-core/lldb-14 llvm_targets_VE
|
||||
>=llvm-core/lldb-16 llvm_targets_LoongArch
|
||||
>=llvm-core/lldb-20 llvm_targets_SPIRV
|
||||
|
||||
# Andreas K. Hüttel <dilfridge@gentoo.org> (2021-07-14)
|
||||
# Upstream plans to drop libcrypt.so.1/crypt.h from glibc
|
||||
|
@ -6,6 +6,13 @@
|
||||
|
||||
# New entries go on top.
|
||||
|
||||
# Ivy <openrc@posteo.de> (2025-07-11)
|
||||
# app-editors/gnome-text-editor[spell] has been dropped upstream and
|
||||
# replaced with app-text/libspelling, but will likely be added back
|
||||
# in future releases.
|
||||
~app-editors/gnome-text-editor-47.2 spell
|
||||
~app-editors/gnome-text-editor-47.4 spell
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-06-27)
|
||||
# Prepare cleanup of kde-apps/cervisia
|
||||
kde-apps/kdesdk-meta cvs
|
||||
@ -15,10 +22,6 @@ kde-apps/kdesdk-meta cvs
|
||||
# unmasked only in targets/systemd.
|
||||
>=kde-plasma/plasma-meta-6.3.90 systemd
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-06-24)
|
||||
# Prepare cleanup of dev-libs/libdbusmenu-qt, bug #938823
|
||||
kde-frameworks/knotifications:5 dbus
|
||||
|
||||
# Alfred Wingate <parona@protonmail.com> (2025-06-10)
|
||||
# Upstream only supports amd64 and arm64. Other targets will fail to build
|
||||
# tests due to missing target specific functions.
|
||||
@ -730,18 +733,23 @@ net-wireless/gr-osmosdr xtrx
|
||||
<dev-ml/llvm-16 llvm_targets_LoongArch
|
||||
<llvm-core/clang-16 llvm_targets_LoongArch
|
||||
<llvm-core/llvm-16 llvm_targets_LoongArch
|
||||
<llvm-core/lld-16 llvm_targets_LoongArch
|
||||
<dev-ml/llvm-17 llvm_targets_ARC llvm_targets_CSKY
|
||||
<llvm-core/clang-17 llvm_targets_ARC llvm_targets_CSKY
|
||||
<llvm-core/llvm-17 llvm_targets_ARC llvm_targets_CSKY
|
||||
<llvm-core/lld-17 llvm_targets_ARC llvm_targets_CSKY
|
||||
<dev-ml/llvm-17 llvm_targets_DirectX
|
||||
<llvm-core/clang-17 llvm_targets_DirectX
|
||||
<llvm-core/llvm-17 llvm_targets_DirectX
|
||||
<llvm-core/lld-17 llvm_targets_DirectX
|
||||
<dev-ml/llvm-17 llvm_targets_M68k llvm_targets_SPIRV
|
||||
<llvm-core/clang-17 llvm_targets_M68k llvm_targets_SPIRV
|
||||
<llvm-core/llvm-17 llvm_targets_M68k llvm_targets_SPIRV
|
||||
<llvm-core/lld-17 llvm_targets_M68k llvm_targets_SPIRV
|
||||
<dev-ml/llvm-17 llvm_targets_Xtensa
|
||||
<llvm-core/clang-17 llvm_targets_Xtensa
|
||||
<llvm-core/llvm-17 llvm_targets_Xtensa
|
||||
<llvm-core/lld-17 llvm_targets_Xtensa
|
||||
|
||||
# Joonas Niilola <juippis@gentoo.org> (2020-09-23)
|
||||
# Highly experimental, may cause breakages when updating. Use with
|
||||
|
@ -13,11 +13,6 @@ media-libs/zxing-cpp experimental
|
||||
media-gfx/netgen mpi
|
||||
sci-libs/vtk mpi
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-03-07)
|
||||
# Gradually unmask for newer Rust to avoid making users recompile for
|
||||
# the change. See bug #735154.
|
||||
<dev-lang/rust-1.86 system-llvm
|
||||
|
||||
# Arthur Zamarin <arthurzam@gentoo.org> (2025-02-03)
|
||||
# Requires dev-util/shelltestrunner
|
||||
app-arch/mt-st test
|
||||
|
@ -11,6 +11,7 @@ ruby_targets_ruby31
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2024-12-31)
|
||||
# LLVM slots with no keyworded releases yet.
|
||||
llvm_slot_22
|
||||
llvm_slot_21
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2024-12-11)
|
||||
@ -25,13 +26,6 @@ firebird
|
||||
lcd_devices_g15
|
||||
g15
|
||||
|
||||
# Michael Orlitzky <mjo@gentoo.org> (2024-11-13)
|
||||
# The 8.1 slot is masked, so the USE flag that pulls it in has to be
|
||||
# masked too. The bare "php8-1" is for www-servers/nginx-unit which
|
||||
# has a non-standard flag name.
|
||||
php_targets_php8-1
|
||||
php8-1
|
||||
|
||||
# Andreas K. Hüttel <dilfridge@gentoo.org> (2024-10-21)
|
||||
# Mechanism for coping with the time64 transition of 32bit arches
|
||||
# Will be unmasked in the time64 profiles
|
||||
|
@ -10,6 +10,7 @@ ada_target_gcc_15
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2024-12-31)
|
||||
# LLVM slots with no stable releases yet.
|
||||
llvm_slot_22
|
||||
llvm_slot_21
|
||||
|
||||
# Hans de Graaff <graaff@gentoo.org> (2024-12-26)
|
||||
|
@ -1,6 +1,10 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# idealseal <realidealseal@protonmail.com> (2025-07-08)
|
||||
# This target support distributing tasks.
|
||||
dev-util/sccache -dist-server
|
||||
|
||||
# Mike Frysinger <vapier@gentoo.org> (2016-05-08)
|
||||
# This target supports VTV #547040.
|
||||
>=sys-devel/gcc-4.9 -vtv
|
||||
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,5 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
CHOST="armv4l-unknown-linux-gnut64"
|
||||
CHOST_arm="${CHOST}"
|
@ -0,0 +1,2 @@
|
||||
..
|
||||
../../../../../../arch/arm/armv4
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,5 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
CHOST="armv4tl-softfloat-linux-gnueabit64"
|
||||
CHOST_arm="${CHOST}"
|
@ -0,0 +1,2 @@
|
||||
..
|
||||
../../../../../../arch/arm/armv4t
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,2 @@
|
||||
..
|
||||
../../../../../../../targets/systemd
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,5 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
CHOST="armv5tel-softfloat-linux-gnueabit64"
|
||||
CHOST_arm="${CHOST}"
|
@ -0,0 +1,2 @@
|
||||
..
|
||||
../../../../../../arch/arm/armv5te
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,2 @@
|
||||
..
|
||||
../../../../../../../features/selinux
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,2 @@
|
||||
..
|
||||
../../../../../../../targets/systemd
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,2 @@
|
||||
..
|
||||
../../../../../../../features/hardened/arm
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,2 @@
|
||||
..
|
||||
../../../../../../../../features/selinux
|
@ -0,0 +1,5 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
CHOST="armv6j-unknown-linux-gnueabihft64"
|
||||
CHOST_arm="${CHOST}"
|
@ -0,0 +1,2 @@
|
||||
..
|
||||
../../../../../../arch/arm/23.0-armv6j_hf
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,2 @@
|
||||
..
|
||||
../../../../../../../targets/systemd
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,2 @@
|
||||
..
|
||||
../../../../../../../features/hardened/arm
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,2 @@
|
||||
..
|
||||
../../../../../../../../features/selinux
|
@ -0,0 +1,5 @@
|
||||
# Copyright 2023-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
CHOST="armv6j-softfp-linux-gnueabit64"
|
||||
CHOST_arm="${CHOST}"
|
@ -0,0 +1,2 @@
|
||||
..
|
||||
../../../../../../arch/arm/23.0-armv6j_sf
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,2 @@
|
||||
..
|
||||
../../../../../../../targets/systemd
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,2 @@
|
||||
..
|
||||
../../../../../../../../targets/desktop/gnome
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,2 @@
|
||||
..
|
||||
../../../../../../../../../targets/desktop/gnome/systemd
|
@ -0,0 +1,2 @@
|
||||
..
|
||||
../../../../../../../targets/desktop
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,2 @@
|
||||
..
|
||||
../../../../../../../../targets/desktop/plasma
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,2 @@
|
||||
..
|
||||
../../../../../../../../../targets/systemd
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,2 @@
|
||||
..
|
||||
../../../../../../../features/hardened/arm
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,2 @@
|
||||
..
|
||||
../../../../../../../../features/selinux
|
@ -0,0 +1,5 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
CHOST="armv7a-unknown-linux-gnueabihft64"
|
||||
CHOST_arm="${CHOST}"
|
@ -0,0 +1,2 @@
|
||||
..
|
||||
../../../../../../arch/arm/23.0-armv7a_hf
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,2 @@
|
||||
..
|
||||
../../../../../../../targets/systemd
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,2 @@
|
||||
..
|
||||
../../../../../../../../targets/desktop/gnome
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,2 @@
|
||||
..
|
||||
../../../../../../../../../targets/desktop/gnome/systemd
|
@ -0,0 +1,2 @@
|
||||
..
|
||||
../../../../../../../targets/desktop
|
@ -0,0 +1 @@
|
||||
5
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user