profiles: Sync with Gentoo

It's from Gentoo commit c156a052a2acffb50d38e84070593c9ca9230d0c.
This commit is contained in:
Flatcar Buildbot 2023-11-27 07:13:48 +00:00 committed by Krzesimir Nowak
parent 63f574be32
commit 3c3f0367df
184 changed files with 675 additions and 255 deletions

View File

@ -0,0 +1,6 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# matoro <matoro_gentoo@matoro.tk> (2023-11-14)
# dev-db/mysql not keyworded here
dev-perl/DBD-mysql -mysql mariadb

View File

@ -1,6 +1,18 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# matoro <matoro_gentoo@matoro.tk> (2023-11-24)
# dev-util/glslang not keyworded here.
media-video/ffmpeg glslang
# matoro <matoro_gentoo@matoro.tk> (2023-11-24)
# media-libs/shaderc not keyworded here.
>=media-video/ffmpeg-5 shaderc
# matoro <matoro_gentoo@matoro.tk> (2023-11-14)
# dev-db/mysql not keyworded here.
dev-perl/DBD-mysql mysql
# matoro <matoro_gentoo@matoro.tk> (2023-11-01)
# Qt 6 not keyworded here.
app-doc/doxygen gui

View File

@ -4,6 +4,10 @@
# Unmask the flag which corresponds to ARCH.
-alpha
# matoro <matoro_gentoo@matoro.tk> (2023-11-14)
# Qt is not keyworded here
qt5
# matoro <matoro_gentoo@matoro.tk> (2023-06-17)
# media-libs/libheif is not keyworded here
heif

View File

@ -1,6 +1,11 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Michał Górny <mgorny@gentoo.org> (2023-10-06)
# Undo multilib forcing.
dev-libs/libatomic_ops -abi_x86_32
dev-libs/boehm-gc -abi_x86_32
# Michał Górny <mgorny@gentoo.org> (2017-04-08)
# Undo multilib forcing.
sys-apps/sandbox -abi_x86_32

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# James Le Cuirot <chewi@gentoo.org> (2022-06-25)

View File

@ -1,6 +1,12 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Michał Górny <mgorny@gentoo.org> (2023-10-06)
# Require ABIs matching MULTILIB_ABIS in gcc dependencies -- otherwise
# sys-devel/gcc[multilib] (which is forced) will fail late in build.
dev-libs/libatomic_ops abi_x86_32
dev-libs/boehm-gc abi_x86_32
# Michał Górny <mgorny@gentoo.org> (2017-12-30)
# We have ready-to-use configs here.
sys-kernel/gentoo-kernel -savedconfig

View File

@ -17,6 +17,29 @@
#--- END OF EXAMPLES ---
# Leonardo Hernández Hernández <leohdz172@proton.me> (2023-11-25)
# media-libs/libdisplay-info (drm) and dev-libs/libliftoff (liftoff)
# are only available for amd64 and riscv
>=gui-libs/wlroots-0.17.0 -drm -liftoff
# Jimi Huotari <chiitoo@gentoo.org> (2023-11-22)
# Unmask on amd64.
media-video/obs-studio -qsv -websocket
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-11-20)
# Qt6 is still experimental in freecad, currently the configure phase
# gets itself stuck by importing both qt5 and qt6 cmake files.
# Since there is no python3.12 support for shiboken2/pyside2, we have
# to mask that flag as well.
#
# We have to mask this here as well as in base/package.use.mask
# because qt6 is globally unmasked on amd64
media-gfx/freecad qt6 python_single_target_python3_12
# Florian Schmaus <flow@gentoo.org> (2023-11-10)
# Only available for amd64.
sys-apps/irqbalance -thermal
# Ionen Wolkens <ionen@gentoo.org> (2023-10-09)
# media-libs/shaderc is keyworded here.
media-libs/libplacebo -shaderc
@ -361,8 +384,8 @@ sys-boot/grub:2 -grub_platforms_xen-32
# Mike Gilbert <floppym@gentoo.org> (2015-09-05)
# sd-boot is not supported on all archs.
sys-apps/systemd -boot -gnuefi
sys-apps/systemd-utils -boot
sys-apps/systemd -boot -gnuefi -ukify
sys-apps/systemd-utils -boot -ukify
# Ben de Groot <yngwin@gentoo.org> (2015-03-15)
# media-libs/libbdplus is keyworded on amd64, so unmask the useflag
@ -476,6 +499,7 @@ media-libs/smpeg cpu_flags_x86_mmx
# x86_64 opts are enabled with USE sse. so masking the rest
media-sound/mpg123 cpu_flags_x86_mmx cpu_flags_x86_3dnow cpu_flags_x86_3dnowext
media-libs/libmpg123 cpu_flags_x86_mmx cpu_flags_x86_3dnow cpu_flags_x86_3dnowext
# Alexis Ballier <aballier@gentoo.org> (2008-08-08)
# x86 asm only, it won't be built on amd64 if mmx useflag is enabled but that

View File

@ -83,10 +83,6 @@ dev-util/diffoscope haskell
dev-java/openjdk:8 javafx
dev-java/openjdk:11 javafx
# Andreas Sturmlechner <asturm@gentoo.org> (2020-10-05)
# REQUIRED_USE="base? ( firebird )", dev-db/firebird is not stable
app-office/libreoffice base
# Thomas Deutschmann <whissi@gentoo.org> (2020-09-07)
# sys-cluster/slurm has no stable keywords
# dev-util/nvidia-cuda-toolkit has no stable keywords

View File

@ -4,6 +4,10 @@
# Unmask the flag which corresponds to ARCH.
-amd64
# Paul Zander <negril.nx+gentoo@gmail.com> (2023-11-17)
# ROCm/HIP works here
-hip
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-07-11)
# Unmask secureboot flag on arches where sbsigntools is keyworded
-secureboot

View File

@ -4,6 +4,10 @@
# This file requires eapi 5 or later. New entries go on top.
# Please use the same syntax as in use.mask
# Paul Zander <negril.nx+gentoo@gmail.com> (2023-11-17)
# ROCm/HIP is not suitable for stabilization.
hip
# Jimi Huotari <chiitoo@gentoo.org> (2023-03-03)
# Mask until stable.
pyside6

View File

@ -63,7 +63,7 @@ app-doc/zeal
app-editors/ghostwriter
app-editors/retext
app-misc/anki
app-office/kalendar:5
app-office/merkuro
app-office/kmymoney:5
app-office/skrooge:5
app-office/texmaker

View File

@ -1,6 +1,12 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# Michał Górny <mgorny@gentoo.org> (2023-10-06)
# Require ABIs matching MULTILIB_ABIS in gcc dependencies -- otherwise
# sys-devel/gcc[multilib] (which is forced) will fail late in build.
dev-libs/libatomic_ops abi_x86_64
dev-libs/boehm-gc abi_x86_64
# Michał Górny <mgorny@gentoo.org> (2017-04-08)
# Require sandbox to be multilib-capable to avoid failures when building
# multilib packages, #611292.

View File

@ -13,7 +13,7 @@ app-doc/zeal
app-editors/ghostwriter
app-editors/retext
app-misc/anki
app-office/kalendar:5
app-office/merkuro
app-office/kmymoney:5
app-office/skrooge:5
app-office/texmaker

View File

@ -1,6 +1,14 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Leonardo Hernández Hernández <leohdz172@proton.me> (2023-11-15)
# media-libs/shaderc in not keyworded
media-video/ffmpeg shaderc
# Andreas Sturmlechner <asturm@gentoo.org> (2023-11-13)
# kde-plasma/print-manager is not keyworded
kde-plasma/plasma-meta cups
# Jon Janzen <jon@jonjanzen.com> (2023-09-11)
# librttopo has not been tested on this arch
dev-db/spatialite rttopo
@ -125,8 +133,8 @@ net-im/prosody selinux
# Sam James <sam@gentoo.org> (2020-01-17)
# gnuefi + systemd-boot works on arm
# bug #729720
sys-apps/systemd -boot -gnuefi
sys-apps/systemd-utils -boot
sys-apps/systemd -boot -gnuefi -ukify
sys-apps/systemd-utils -boot -ukify
# Joonas Niilola <juippis@gentoo.org> (2021-01-15)
# Dependency not keyworded on this arch.

View File

@ -1,6 +1,10 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Leonardo Hernández Hernández <leohdz172@proton.me> (2023-11-15)
# media-libs/shaderc in not keyworded
media-video/ffmpeg shaderc
# Jimi Huotari <chiitoo@gentoo.org> (2023-10-21)
# Unmask on specific arches where it's available.
media-video/obs-studio -mpegts
@ -152,8 +156,8 @@ media-sound/bluez-alsa man
# Sam James <sam@gentoo.org> (2020-01-17)
# gnuefi + systemd-boot works on arm64
# bug #729720
sys-apps/systemd -boot -gnuefi
sys-apps/systemd-utils -boot
sys-apps/systemd -boot -gnuefi -ukify
sys-apps/systemd-utils -boot -ukify
# Joonas Niilola <juippis@gentoo.org> (2021-01-15)
# Dependency not keyworded on this arch.

View File

@ -1,6 +1,19 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Leonardo Hernández Hernández <leohdz172@proton.me> (2023-11-25)
# media-libs/libdisplay-info (drm) and dev-libs/libliftoff (liftoff)
# are only available for amd64 and riscv
>=gui-libs/wlroots-0.17.0 drm liftoff
# Jimi Huotari <chiitoo@gentoo.org> (2023-11-22)
# media-libs/oneVPL is only keyworded for amd64 at this time.
media-video/obs-studio qsv
# Jimi Huotari <chiitoo@gentoo.org> (2023-11-22)
# dev-libs/qr-code-generator is only keyworded for amd64 at this time.
media-video/obs-studio websocket
# Jimi Huotari <chiitoo@gentoo.org> (2023-10-21)
# net-libs/librist is only keyworded for arm64 at this time.
media-video/obs-studio mpegts
@ -347,9 +360,9 @@ net-misc/moonlight mmal
>=dev-db/mariadb-10.1.0 mroonga galera
# Mike Gilbert <floppym@gentoo.org> (2015-09-05)
# sd-boot is not supported on all archs.
sys-apps/systemd boot gnuefi
sys-apps/systemd-utils boot
# sd-boot and ukify are not supported on all archs.
sys-apps/systemd boot gnuefi ukify
sys-apps/systemd-utils boot ukify
# Ben de Groot <yngwin@gentoo.org> (2015-03-15)
# Mask bdplus support and unmask on arches where libbdplus is keyworded.

View File

@ -37,6 +37,9 @@ oci8
cuda
nvenc
# ROCm/HIP only works on amd64
hip
# masking here, and unmasking in arch/x86/use.mask
vidix

View File

@ -6,14 +6,6 @@
# See https://github.com/systemd/systemd/issues/29775 and bug #916469.
>=sys-apps/systemd-254
# Sam James <sam@gentoo.org> (2023-08-28)
# libuv >=1.45.0 starts to use iouring (but via its own implementation, not sys-libs/liburing)
# which means CMake then starts using iouring. There are some kernel bugs which
# got shaken out on hppa: linux 6.4.x is okay, but 6.1.x at least need backports.
#
# See https://lore.kernel.org/linux-parisc/87jztggow5.fsf@gentoo.org/T/.
>=dev-libs/libuv-1.45.0
# Sam James <sam@gentoo.org> (2023-07-03)
# Broken memory handling
# https://lore.kernel.org/linux-parisc/612eaa53-6904-6e16-67fc-394f4faa0e16@bell.net/

View File

@ -4,6 +4,10 @@
# NOTE: When masking a USE flag due to missing keywords, please file a keyword
# request bug for the hppa arch.
# Leonardo Hernández Hernández <leohdz172@proton.me> (2023-11-15)
# Vulkan is not available here
media-video/ffmpeg glslang shaderc vulkan
# Violet Purcell <vimproved@inventati.org> (2023-10-12)
# dev-util/samurai is not keyworded here.
app-alternatives/ninja samurai

View File

@ -1,6 +1,10 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Leonardo Hernández Hernández <leohdz172@proton.me> (2023-11-15)
# Vulkan is not available here
media-video/ffmpeg glslang shaderc vulkan
# Violet Purcell <vimproved@inventati.org> (2023-10-12)
# dev-util/samurai is not keyworded here.
app-alternatives/ninja samurai

View File

@ -97,8 +97,8 @@ app-accessibility/at-spi2-core dbus-broker
# Mike Gilbert <floppym@gentoo.org> (2023-05-27)
# Newer sd-boot does not use gnuefi.
>=sys-apps/systemd-254 -boot
>=sys-apps/systemd-utils-254 -boot
>=sys-apps/systemd-254 -boot -ukify
>=sys-apps/systemd-utils-254 -boot -ukify
# WANG Xuerui <xen0n@gentoo.org> (2023-04-16)
# dev-python/pyopengl fails tests

View File

@ -0,0 +1,8 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Michał Górny <mgorny@gentoo.org> (2023-10-06)
# Require ABIs matching MULTILIB_ABIS in gcc dependencies -- otherwise
# sys-devel/gcc[multilib] (which is forced) will fail late in build.
dev-libs/libatomic_ops abi_mips_n32 abi_mips_n64 abi_mips_o32
dev-libs/boehm-gc abi_mips_n32 abi_mips_n64 abi_mips_o32

View File

@ -0,0 +1,8 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Michał Górny <mgorny@gentoo.org> (2023-10-06)
# Require ABIs matching MULTILIB_ABIS in gcc dependencies -- otherwise
# sys-devel/gcc[multilib] (which is forced) will fail late in build.
dev-libs/libatomic_ops abi_mips_n32 abi_mips_n64 abi_mips_o32
dev-libs/boehm-gc abi_mips_n32 abi_mips_n64 abi_mips_o32

View File

@ -1,6 +1,16 @@
# Copyright 2006-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# matoro <matoro_gentoo@matoro.tk> (2023-11-17)
# Broken on BE and no way to test on LE, mask for now
# https://bugs.chromium.org/p/aomedia/issues/detail?id=3487
media-libs/libaom
# matoro <matoro_gentoo@matoro.tk> (2023-11-17)
# Broken on BE and no way to test on LE, mask for now
# https://gitlab.gnome.org/GNOME/gtk/-/issues/5904
gui-libs/gtk:4
# Mask pam_ldap and nss_ldap - openldap dep missing.
sys-auth/pam_ldap
sys-auth/nss_ldap

View File

@ -1,6 +1,32 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# matoro <matoro_gentoo@matoro.tk> (2023-11-24)
# media-libs/shaderc not keyworded here.
>=media-video/ffmpeg-5 shaderc
# matoro <matoro_gentoo@matoro.tk> (2023-11-22)
# Qt 5 is not keyworded here
app-admin/setools X
# matoro <matoro_gentoo@matoro.tk> (2023-11-22)
# Qt 5 is not keyworded here
net-p2p/bitcoin-core gui
# matoro <matoro_gentoo@matoro.tk> (2023-11-20)
# media-libs/libaom casualties
# https://bugs.chromium.org/p/aomedia/issues/detail?id=3487
media-video/ffmpeg libaom
media-libs/libavif aom
# matoro <matoro_gentoo@matoro.tk> (2023-11-19)
# Pulls in LXDE which is not keyworded here
x11-misc/xscreensaver new-login
# matoro <matoro_gentoo@matoro.tk> (2023-11-16)
# gui-libs/gtk:4 casualties
app-i18n/ibus gtk4
# Violet Purcell <vimproved@inventati.org> (2023-10-12)
# dev-util/samurai is not keyworded here.
app-alternatives/ninja samurai

View File

@ -4,6 +4,14 @@
# Unmask the flag which corresponds to ARCH.
-mips
# matoro <matoro_gentoo@matoro.tk> (2023-11-22)
# KDE not keyworded here
kde
# matoro <matoro_gentoo@matoro.tk> (2023-11-22)
# dev-db/redis fails test suite on BE at least
redis
# matoro <matoro_gentoo@matoro.tk> (2023-03-07)
# GPU-related USE flags. While hardware with PCIe host
# capabilities exists, mask these by default to reduce burden
@ -236,6 +244,7 @@ smi
# Matt Turner <mattst88@gentoo.org> (2010-12-13)
# We don't have sys-devel/llvm
llvm
llvm-libunwind
# Matt Turner <mattst88@gentoo.org> (2011-06-14)
# pdfannotextractor needs java

View File

@ -1,6 +1,15 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# matoro <matoro_gentoo@matoro.tk> (2023-11-22)
# Broken on <dev-lang/ruby-3.2
# https://github.com/msgpack/msgpack-ruby/pull/355
dev-ruby/msgpack ruby_targets_ruby30 ruby_targets_ruby31
# matoro <matoro_gentoo@matoro.tk> (2023-11-19)
# VSX asm causes passing test suite on LE to fail
media-libs/libaom cpu_flags_ppc_vsx
# Patrick McLean <chutzpah@gentoo.org> (2023-10-03)
# sys-apps/s6-linux-init has not been tested on this arch
sys-apps/openrc s6

View File

@ -5,10 +5,6 @@
# Requires media-libs/libva since 29.0.0.
>=media-video/obs-studio-29.0.0
# Sam James <sam@gentoo.org> (2022-10-08)
# sys-boot/gnu-efi isn't keyworded here right now
sys-kernel/installkernel-systemd-boot
# Michał Górny <mgorny@gentoo.org> (2022-08-25)
# Only ppc64le binpkg is provided.
dev-python/pypy-exe-bin

View File

@ -1,6 +1,10 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Leonardo Hernández Hernández <leohdz172@proton.me> (2023-11-15)
# media-libs/shaderc in not keyworded
media-video/ffmpeg shaderc
# Rich Freeman <rich0@gentoo.org> (2023-09-13)
# Tests require shellcheck which is not currently available
sys-process/systemd-cron test

View File

@ -1,6 +1,11 @@
# Copyright 2019-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Leonardo Hernández Hernández <leohdz172@proton.me> (2023-11-22)
# media-libs/libdisplay-info (drm) and dev-libs/libliftoff (liftoff)
# are only available for amd64 and riscv
>=gui-libs/wlroots-0.17.0 -drm -liftoff
# Violet Purcell <vimproved@inventati.org> (2023-10-12)
# dev-util/samurai is not keyworded here.
app-alternatives/ninja samurai
@ -39,8 +44,8 @@ media-video/mpv lua_single_target_luajit -lua_single_target_lua5-1
# Mike Gilbert <floppym@gentoo.org> (2023-05-27)
# sd-boot should work here.
sys-apps/systemd -boot -gnuefi
sys-apps/systemd-utils -boot
sys-apps/systemd -boot -gnuefi -ukify
sys-apps/systemd-utils -boot -ukify
# Sam James <sam@gentoo.org> (2023-05-10)
# sys-cluster/ceph not keyworded here

View File

@ -1,6 +1,10 @@
# Copyright 2022 Gentoo Authors
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Sam James <sam@gentoo.org> (2023-11-13)
# mold supports sparc64, but not sparc32.
sys-devel/mold
# matoro <matoro_gentoo@matoro.tk> (2022-08-05)
# Test failures on 32-bit, passes on 64-bit. Bug #638888
app-antivirus/clamav

View File

@ -1,6 +1,10 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Leonardo Hernández Hernández <leohdz172@proton.me> (2023-11-15)
# Vulkan is not available here
media-video/ffmpeg glslang shaderc vulkan
# Michał Górny <mgorny@gentoo.org> (2023-10-22)
# This is not ISDN CAPI, so unmask it.
media-video/rav1e -capi

View File

@ -13,7 +13,7 @@ app-doc/zeal
app-editors/ghostwriter
app-editors/retext
app-misc/anki
app-office/kalendar:5
app-office/merkuro
app-office/kmymoney:5
app-office/skrooge:5
app-office/texmaker

View File

@ -385,8 +385,8 @@ app-emulation/libvirt xen
# Mike Gilbert <floppym@gentoo.org> (2015-09-05)
# sys-boot/gnu-efi is not supported on all archs.
sys-apps/systemd -boot -gnuefi
sys-apps/systemd-utils -boot
sys-apps/systemd -boot -gnuefi -ukify
sys-apps/systemd-utils -boot -ukify
# Ben de Groot <yngwin@gentoo.org> (2015-03-15)
# media-libs/libbdplus is keyworded on x86, so unmask the useflag

View File

@ -84,10 +84,6 @@ dev-util/diffoscope haskell
# large amount of fabric. bug #763954
sys-block/open-iscsi infiniband
# Andreas Sturmlechner <asturm@gentoo.org> (2020-10-05)
# REQUIRED_USE="base? ( firebird )", dev-db/firebird is not stable
app-office/libreoffice base
# Thomas Deutschmann <whissi@gentoo.org> (2020-08-05)
# sys-cluster/slurm has no stable keywords
app-metrics/collectd collectd_plugins_slurm

View File

@ -1,6 +1,13 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Michael Orlitzky <mjo@gentoo.org> (2023-11-22)
# USE=-gui is broken in this and the subsequent version (bug
# 916718). Package is a PITA: the maintainer is combative, and the
# issue tracker is a French-language forum that never sends me
# confirmation emails when I try to sign up.
=sci-mathematics/giac-1.9.0.67 gui
# Matt Turner <mattst88@gentoo.org> (2023-09-18)
# Disabling gstreamer seems to be untested upstream and is often broken.
# The gstreamer dependencies are trivial in compile time and disk usage

View File

@ -6,6 +6,21 @@
# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.
# John Helmert III <ajak@gentoo.org> (2023-11-25)
# app-text/gocr has been masked for removal, bug #824290
media-gfx/xsane ocr
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-11-20)
# Qt6 is still experimental in freecad, currently the configure phase
# gets itself stuck by importing both qt5 and qt6 cmake files.
# Since there is no python3.12 support for shiboken2/pyside2, we have
# to mask that flag as well.
media-gfx/freecad qt6 python_single_target_python3_12
# Florian Schmaus <flow@gentoo.org> (2023-11-10)
# Only available for amd64.
sys-apps/irqbalance thermal
# Marek Szuba <marecki@gentoo.org> (2023-10-26)
# media-gfx/gmic has been masked for removal, see Bug #916289.
media-gfx/darktable gmic
@ -42,9 +57,8 @@ media-video/chaplin transcode
# Ionen Wolkens <ionen@gentoo.org> (2023-10-10)
# Broken with Qt6.6 and, given USE has no revdeps, simpler to just
# mask for now to save desktop profile users (default bluetooth)
# from failures. Limited to -r1 to spare stable users from rebuilds
# (-r0 instead requires <6.6).
=dev-python/PyQt6-6.5.2-r1 bluetooth
# from failures. Update: could be cleaned up now but waiting for
# 6.6.0 stable to avoid unnecessary rebuilds.
~dev-python/PyQt6-6.5.3 bluetooth
# Jaco Kroon <jaco@uls.co.za> (2023-09-19)

View File

@ -4,6 +4,10 @@
# This file requires eapi 5 or later. New entries go on top.
# Please use the same syntax as in use.mask
# Michał Górny <mgorny@gentoo.org> (2023-11-10)
# Not stable yet.
postgres_targets_postgres16
# Sam James <sam@gentoo.org> (2023-05-29)
# Currently in testing and not ready to go stable yet.
ruby_targets_ruby32

View File

@ -0,0 +1,4 @@
# Copyright 2023 Gentoo Authors.
# Distributed under the terms of the GNU General Public License v2
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs"

View File

@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
CHOST="x86_64-gentoo-linux-musl"
CHOST="x86_64-pc-linux-musl"
# Anthony G. Basile <blueness@gentoo.org> (2014-07-01)
# Multilib-related setup, bug #515130

View File

@ -1,2 +0,0 @@
..
../../../../../../features/selinux

View File

@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
CHOST="x86_64-gentoo-linux-musl"
CHOST="x86_64-pc-linux-musl"
# Anthony G. Basile <blueness@gentoo.org> (2014-07-01)
# Multilib-related setup, bug #515130

View File

@ -4,7 +4,7 @@
ARCH="arm64"
ACCEPT_KEYWORDS="${ARCH}"
CHOST="aarch64-gentoo-linux-musl"
CHOST="aarch64-unknown-linux-musl"
CFLAGS="-O2"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"

View File

@ -4,7 +4,7 @@
ARCH="arm64"
ACCEPT_KEYWORDS="${ARCH}"
CHOST="aarch64-gentoo-linux-musl"
CHOST="aarch64-unknown-linux-musl"
CFLAGS="-O2"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"

View File

@ -1,7 +1,7 @@
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
CHOST="mips64el-gentoo-linux-musl"
CHOST="mips64el-unknown-linux-musl"
CHOST_n64="${CHOST}"
LIBDIR_n64="lib"

View File

@ -1,7 +1,7 @@
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
CHOST="mipsel-gentoo-linux-musl"
CHOST="mipsel-unknown-linux-musl"
CHOST_o32="${CHOST}"
LIBDIR_o32="lib"

View File

@ -1,6 +1,6 @@
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
CHOST="mips64-gentoo-linux-musl"
CHOST="mips64-unknown-linux-musl"
CHOST_n64="${CHOST}"
LIBDIR_n64="lib"

View File

@ -1,6 +1,6 @@
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
CHOST="mips-gentoo-linux-musl"
CHOST="mips-unknown-linux-musl"
CHOST_o32="${CHOST}"
LIBDIR_o32="lib"

View File

@ -1,6 +1,6 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
CHOST="mips64el-gentoo-linux-musl"
CHOST="mips64el-unknown-linux-musl"
CHOST_n64="${CHOST}"
LIBDIR_n64="lib"

View File

@ -1,6 +1,6 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
CHOST="mipsel-gentoo-linux-musl"
CHOST="mipsel-unknown-linux-musl"
CHOST_o32="${CHOST}"
LIBDIR_o32="lib"

View File

@ -1,6 +1,6 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
CHOST="mips64-gentoo-linux-musl"
CHOST="mips64-unknown-linux-musl"
CHOST_n64="${CHOST}"
LIBDIR_n64="lib"

View File

@ -1,6 +1,6 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
CHOST="mips-gentoo-linux-musl"
CHOST="mips-unknown-linux-musl"
CHOST_o32="${CHOST}"
LIBDIR_o32="lib"

View File

@ -0,0 +1,2 @@
..
../../../../../../targets/desktop/gnome

View File

@ -0,0 +1,2 @@
..
../../../../../../../targets/desktop/gnome/systemd

View File

@ -0,0 +1,2 @@
..
../../../../../targets/desktop

View File

@ -0,0 +1,4 @@
# Copyright 2023 Gentoo Authors.
# Distributed under the terms of the GNU General Public License v2
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs"

View File

@ -0,0 +1,2 @@
..
../../../../../../features/hardened

View File

@ -0,0 +1,10 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
CHOST="powerpc-unknown-linux-musl"
# Anthony G. Basile <blueness@gentoo.org> (2014-07-01)
# Multilib-related setup, bug #515130
MULTILIB_ABIS="ppc"
CHOST_ppc="${CHOST}"
LIBDIR_ppc="lib"

View File

@ -0,0 +1,7 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Sam James <sam@gentoo.org> (2023-01-29)
# Fails to build on combination of ppc* + musl because of mcontext.
# libsanitizer needs adapting, bug #892079.
sys-devel/gcc sanitize

View File

@ -0,0 +1,3 @@
..
../../../../../features/musl
../../../../../features/wd40

View File

@ -0,0 +1,2 @@
..
../../../../releases/23.0

View File

@ -0,0 +1,2 @@
..
../../../../../../../targets/desktop/gnome

View File

@ -0,0 +1,2 @@
..
../../../../../../targets/desktop

View File

@ -0,0 +1,2 @@
..
../../../../../../../features/hardened

View File

@ -0,0 +1,10 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
CHOST="powerpc-unknown-linux-musl"
# Anthony G. Basile <blueness@gentoo.org> (2014-07-01)
# Multilib-related setup, bug #515130
MULTILIB_ABIS="ppc"
CHOST_ppc="${CHOST}"
LIBDIR_ppc="lib"

View File

@ -0,0 +1,7 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Sam James <sam@gentoo.org> (2023-01-29)
# Fails to build on combination of ppc* + musl because of mcontext.
# libsanitizer needs adapting, bug #892079.
sys-devel/gcc sanitize

View File

@ -0,0 +1,3 @@
..
../../../../../../features/musl
../../../../../../features/wd40

View File

@ -0,0 +1,2 @@
..
../../../../../features/split-usr

View File

@ -0,0 +1,2 @@
..
../../../../../targets/systemd

View File

@ -0,0 +1,2 @@
..
../../../../../../targets/desktop/gnome

View File

@ -0,0 +1,2 @@
..
../../../../../../../targets/desktop/gnome/systemd

View File

@ -0,0 +1,2 @@
..
../../../../../targets/desktop

View File

@ -0,0 +1,4 @@
# Copyright 2023 Gentoo Authors.
# Distributed under the terms of the GNU General Public License v2
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs"

View File

@ -0,0 +1,2 @@
..
../../../../../../features/hardened

View File

@ -0,0 +1,6 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
CHOST="powerpc64-unknown-linux-musl"
CHOST_ppc64="${CHOST}"
LIBDIR_ppc64="lib"

View File

@ -0,0 +1,14 @@
# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Sam James <sam@gentoo.org> (2023-01-29)
# Fails to build on combination of ppc* + musl because of mcontext.
# libsanitizer needs adapting, bug #892079.
sys-devel/gcc sanitize
# Georgy Yakovlev <gyakovlev@gentoo.org> (2020-02-18)
# perlasm assumes elfv1 abi on big endian
# mask until merged and released
# https://github.com/openssl/openssl/commit/34ab13b7d8e3e723adb60be8142e38b7c9cd382a
# https://github.com/openssl/openssl/commit/098404128383ded87ba390dd74ecd9e2ffa6f530
dev-libs/openssl asm

View File

@ -0,0 +1,2 @@
..
../../../../../features/musl

View File

@ -0,0 +1,2 @@
..
../../../../releases/23.0

View File

@ -0,0 +1,2 @@
..
../../../../../../../targets/desktop/gnome

View File

@ -0,0 +1,2 @@
..
../../../../../../targets/desktop

Some files were not shown because too many files have changed in this diff Show More