mirror of
https://github.com/flatcar/scripts.git
synced 2026-03-01 11:31:35 +01:00
profiles: Sync with Gentoo
It's from Gentoo commit a469a8bd9b2b92b235c29363360ba31f55a5d435. Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
parent
be870a9d96
commit
3a82d2702b
@ -14,14 +14,6 @@ sparc
|
||||
x86
|
||||
|
||||
# Prefix keywords
|
||||
amd64-linux
|
||||
arm-linux
|
||||
arm64-linux
|
||||
ppc64-linux
|
||||
riscv-linux
|
||||
x86-linux
|
||||
arm64-macos
|
||||
ppc-macos
|
||||
x86-macos
|
||||
x64-macos
|
||||
x64-solaris
|
||||
|
||||
@ -1,6 +1,10 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Eli Schwartz <eschwartz@gentoo.org> (2025-11-27)
|
||||
# Needs dev-python/mypy for mypyc, not keyworded here
|
||||
dev-python/charset-normalizer native-extensions
|
||||
|
||||
# Viorel Munteanu <ceamac@gentoo.org> (2025-11-09)
|
||||
# Needs media-video/pipewire, not keyworded here
|
||||
net-misc/tigervnc wayland
|
||||
@ -420,15 +424,11 @@ net-libs/gnome-online-accounts gnome
|
||||
# Requires media-libs/mesa[llvm], which is masked.
|
||||
dev-python/pyopengl test
|
||||
|
||||
# Matt Turner <mattst88@gentoo.org> (2020-03-17)
|
||||
# Requires an insane (and always growing) number of ruby deps
|
||||
sys-block/thin-provisioning-tools test
|
||||
|
||||
# Thomas Deutschmann <whissi@gentoo.org> (2020-03-15)
|
||||
# Mask USE=dav1d, media-libs/dav1d is not keyworded
|
||||
# Mask USE=libaribb24, media-libs/aribb24 is not keyworded
|
||||
media-video/ffmpeg dav1d libaribb24 libtesseract
|
||||
media-video/ffmpeg-compat dav1d libaribb24 libtesseract
|
||||
media-video/ffmpeg dav1d libaribb24 ocr
|
||||
media-video/ffmpeg-compat dav1d libaribb24 ocr
|
||||
|
||||
# Andrey Utkin <andrey_utkin@gentoo.org> (2020-03-11)
|
||||
# USE=bpf depends on llvm-core/clang which is not keyworded on alpha.
|
||||
@ -698,3 +698,7 @@ net-dialup/ppp atm
|
||||
|
||||
# Needs nut and qstat respectively, neither is keyworded on alpha.
|
||||
net-analyzer/nagios-plugins nagios-game
|
||||
|
||||
# Lukas Schmelting <lschmelting@posteo.com>
|
||||
# Depends on unkeyworded x11-misc/xvfb-run
|
||||
>=x11-libs/libnotify-0.8.7 test
|
||||
|
||||
@ -14,7 +14,6 @@ flatpak
|
||||
|
||||
# matoro <matoro_gentoo@matoro.tk> (2023-11-14)
|
||||
# Qt is not keyworded here
|
||||
qt5
|
||||
qt6
|
||||
|
||||
# matoro <matoro_gentoo@matoro.tk> (2023-06-17)
|
||||
@ -78,7 +77,6 @@ luajittex
|
||||
|
||||
# Tobias Klausmann <klausman@gentoo.org> (2016-06-07)
|
||||
# We currently do not have the resources to AT qt5 packages.
|
||||
# This may change when/if qt4 goes away.
|
||||
qt5
|
||||
|
||||
# This file masks out USE flags that are simply NOT allowed in the default
|
||||
@ -148,15 +146,10 @@ gts
|
||||
# Needs to be tested
|
||||
video_cards_nouveau
|
||||
|
||||
# Ben de Groot <yngwin@gentoo.org> (2009-02-11)
|
||||
# Both dev-qt/qtphonon and media-sound/phonon are unkeyworded
|
||||
phonon
|
||||
|
||||
# Raúl Porcel <armin76@gentoo.org> (2007-05-14)
|
||||
# Alpha doesn't have wpa_supplicant keyworded, bug 175714
|
||||
networkmanager
|
||||
|
||||
|
||||
# alpha doesn't have java support
|
||||
java
|
||||
pdfannotextractor
|
||||
|
||||
@ -17,6 +17,14 @@
|
||||
|
||||
#--- END OF EXAMPLES ---
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-12-23)
|
||||
# sys-process/numactl is available here
|
||||
sys-fs/fuse -io-uring
|
||||
|
||||
# Mike Gilbert <floppym@gentoo.org> (2025-12-15)
|
||||
# arch-specific platform values
|
||||
sys-boot/grub -grub_platforms_pc -grub_platforms_xen-32
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2025-11-01)
|
||||
# app-crypt/sequoia-chameleon-gnupg is keyworded here.
|
||||
app-alternatives/gpg -sequoia
|
||||
@ -492,10 +500,6 @@ dev-db/mariadb -jdbc
|
||||
# PGO is fixed on amd64
|
||||
>=www-client/firefox-48 -pgo
|
||||
|
||||
# Mike Gilbert <floppym@gentoo.org> (2016-06-23)
|
||||
# This flag only has meaning on amd64
|
||||
sys-boot/grub:2 -grub_platforms_xen-32
|
||||
|
||||
# Brian Evans <grknight@gentoo.org> (2015-09-14)
|
||||
# Unmask new USE flags for mariadb on supported arches
|
||||
>=dev-db/mariadb-10.1.0 -mroonga -galera
|
||||
|
||||
@ -17,6 +17,10 @@
|
||||
|
||||
#--- END OF EXAMPLES ---
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-11-30)
|
||||
# sci-libs/blis and sci-libs/mkl do not have stable keywords
|
||||
sci-libs/flexiblas blis mkl
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-04-20)
|
||||
# Needs dev-python/scipy for tests which often ends up destabled on arches
|
||||
# even if it was previously stable there, as its own test results vary a lot.
|
||||
|
||||
@ -102,6 +102,7 @@ dev-python/spyder
|
||||
dev-python/spyder-unittest
|
||||
dev-python/spyder-line-profiler
|
||||
dev-python/spyder-notebook
|
||||
dev-python/spyder-terminal
|
||||
dev-util/kdevelop
|
||||
dev-util/kdevelop-php
|
||||
dev-util/kdevelop-python
|
||||
@ -153,14 +154,13 @@ sci-geosciences/qmapshack
|
||||
sci-mathematics/rkward
|
||||
sys-apps/polychromatic
|
||||
www-client/falkon
|
||||
www-client/otter
|
||||
www-client/qutebrowser
|
||||
media-video/jellyfin-media-player
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2021-02-09)
|
||||
# Requires net-libs/nodejs
|
||||
dev-lang/typescript
|
||||
gnome-extra/gnome-shell-extension-pop-shell
|
||||
>=gnome-extra/gnome-weather-49
|
||||
|
||||
# Andreas K. Hüttel <dilfridge@gentoo.org> (2020-09-20)
|
||||
# Binary-only with no x32 support
|
||||
|
||||
@ -1,6 +1,10 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Alfred Wingate <parona@protonmail.com> (2025-11-23)
|
||||
# Requires dev-qt/qtwebengine
|
||||
media-sound/easyeffects webengine
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-11-16)
|
||||
# Needs unkeyworded dev-libs/capstone which fails tests on arm (bug #924922)
|
||||
app-emulation/qemu capstone
|
||||
@ -375,7 +379,7 @@ net-libs/gnutls test-full
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2018-03-02)
|
||||
# Requires unkeyworded deps
|
||||
>=dev-python/ipython-5.4.1 qt5
|
||||
>=dev-python/ipython-5.4.1 gui qt5
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2017-12-30)
|
||||
# Moved from use.mask since they are flags local to one package.
|
||||
@ -454,6 +458,7 @@ net-print/hplip -scanner kde
|
||||
# Alexis Ballier <aballier@gentoo.org> (2015-04-02)
|
||||
# Needs ilmbase (openexr), which does not build and is masked on arm.
|
||||
media-libs/freeimage tiff
|
||||
sci-libs/opencascade freeimage
|
||||
|
||||
# Jason A. Donenfeld <zx2c4@gentoo.org> (2015-02-09)
|
||||
# Google does not distribute the widevine plugin for ARM. It must be extracted from a Chromebook,
|
||||
|
||||
@ -1,6 +1,10 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Matt Turner <mattst88@gentoo.org> (2025-11-24)
|
||||
# spirv-llvm-translator < 20 is not stable here.
|
||||
dev-util/mesa_clc llvm_slot_17 llvm_slot_18 llvm_slot_19
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-08-29)
|
||||
# dev-perl/GD-Barcode is not stable here. Bug #661634
|
||||
dev-perl/Business-ISBN barcode
|
||||
|
||||
@ -1,6 +1,10 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-12-23)
|
||||
# sys-process/numactl is available here
|
||||
sys-fs/fuse -io-uring
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2025-11-01)
|
||||
# app-crypt/sequoia-chameleon-gnupg is keyworded here.
|
||||
app-alternatives/gpg -sequoia
|
||||
@ -121,10 +125,6 @@ dev-python/pyside -webview
|
||||
# Dependencies e.g. pypy keyworded (not stable) here.
|
||||
dev-build/meson -test-full
|
||||
|
||||
# Sv. Lockal <lockalsash@gmail.com> (2025-01-11)
|
||||
# dev-cpp/prometheus-cpp is not keyworded
|
||||
dev-cpp/opentelemetry-cpp prometheus
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2024-12-24)
|
||||
# OpenMP offloading is supported on 64-bit architectures only.
|
||||
llvm-runtimes/clang-runtime -offload
|
||||
@ -355,10 +355,6 @@ llvm-runtimes/compiler-rt-sanitizers -gwp-asan -shadowcallstack
|
||||
llvm-runtimes/compiler-rt-sanitizers -libfuzzer -profile -xray -rtsan
|
||||
>=llvm-runtimes/compiler-rt-sanitizers-16 -orc
|
||||
|
||||
# Roy Bamford <neddyseagoon@gentoo.org> (2020-12-07)
|
||||
# media-libs/liblastfm fails to build with tests Bug #758896
|
||||
media-sound/clementine lastfm
|
||||
|
||||
# Sam James <sam@gentoo.org> (2020-10-03)
|
||||
# Builds & tests pass on arm64.
|
||||
# Available on: amd64, x86, arm{,64}.
|
||||
|
||||
@ -1,6 +1,10 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-11-30)
|
||||
# sci-libs/blis does not have stable keywords
|
||||
sci-libs/flexiblas blis
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-04-28)
|
||||
# Needs sys-cluster/ceph which isn't marked stable here
|
||||
sys-block/fio rbd
|
||||
@ -133,5 +137,4 @@ x11-base/xorg-drivers input_devices_elographics input_devices_joystick input_dev
|
||||
app-admin/syslog-ng spoof-source
|
||||
app-text/xmlto latex
|
||||
sys-auth/pambase pam_krb5 pam_ssh
|
||||
sys-block/thin-provisioning-tools test
|
||||
sys-devel/distcc gssapi
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
USE_EXPAND_UNPREFIXED="ARCH"
|
||||
USE_EXPAND_IMPLICIT="ARCH"
|
||||
USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-linux arm arm64 arm64-macos hppa loong m68k mips ppc ppc64 ppc64-linux ppc-macos riscv s390 sparc x64-macos x64-solaris x86 x86-linux"
|
||||
USE_EXPAND_VALUES_ARCH="alpha amd64 arm arm64 arm64-macos hppa loong m68k mips ppc ppc64 riscv s390 sparc x64-macos x64-solaris x86"
|
||||
|
||||
PROFILE_ONLY_VARIABLES="${PROFILE_ONLY_VARIABLES} ARCH USE_EXPAND_VALUES_ARCH"
|
||||
|
||||
@ -1,6 +1,15 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-12-23)
|
||||
# sys-process/numactl is not available everywhere
|
||||
sys-fs/fuse io-uring
|
||||
|
||||
# Mike Gilbert <floppym@gentoo.org (2025-12-15)
|
||||
# arch-specific platform values
|
||||
sys-boot/grub grub_platforms_loongson grub_platforms_qemu-mips
|
||||
sys-boot/grub grub_platforms_pc grub_platforms_xen-32
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2025-11-01)
|
||||
# app-crypt/sequoia-chameleon-gnupg is not keyworded everywhere.
|
||||
app-alternatives/gpg sequoia
|
||||
@ -266,10 +275,6 @@ media-libs/libva-intel-driver hybrid
|
||||
<sys-libs/glibc-2.36 experimental-loong
|
||||
sys-libs/libseccomp experimental-loong
|
||||
|
||||
# James Le Cuirot <chewi@gentoo.org> (2022-02-24)
|
||||
# These GRUB platforms are only for MIPS.
|
||||
sys-boot/grub grub_platforms_loongson grub_platforms_qemu-mips
|
||||
|
||||
# Adel Kara Slimane <adel.ks@zegrapher.com> (2022-02-17)
|
||||
# Mask AMF keyword on non-amd64 arches
|
||||
# It is unusable, for now, in other arches
|
||||
@ -438,10 +443,6 @@ dev-db/mysql numa
|
||||
# Mask jdbc as most arches don't support java
|
||||
dev-db/mariadb jdbc
|
||||
|
||||
# Mike Gilbert <floppym@gentoo.org> (2016-06-23)
|
||||
# This flag only has meaning on amd64
|
||||
sys-boot/grub:2 grub_platforms_xen-32
|
||||
|
||||
# Alexis Ballier <aballier@gentoo.org> (2015-11-14)
|
||||
# MMAL is only available on the Raspberry Pi:
|
||||
# Mask it globally, unmask it on arm.
|
||||
|
||||
@ -22,10 +22,3 @@ CHOST_hppa="${CHOST}"
|
||||
# Donnie Berkholz <dberkholz@gentoo.org> (2006-08-18)
|
||||
# Defaults for video drivers
|
||||
VIDEO_CARDS="fbdev"
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-11-05)
|
||||
# Since Python 3.14 is masked on HPPA, we need to re-enable Python 3.13
|
||||
# and explicitly disable 3.14. See bug #959416.
|
||||
PYTHON_SINGLE_TARGET="python3_13 -python3_14 -python3_14t"
|
||||
PYTHON_TARGETS="python3_13 -python3_14 -python3_14t"
|
||||
BOOTSTRAP_USE="unicode pkg-config split-usr xml python_targets_python3_13 python_single_target_python3_13"
|
||||
|
||||
@ -1,22 +1,6 @@
|
||||
# Copyright 2019-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-11-05)
|
||||
# Fails to build on HPPA (stack size calculation goes wrong), bug #959416.
|
||||
dev-lang/python:3.14
|
||||
dev-lang/python:3.14t
|
||||
dev-python/python-tests:3.14
|
||||
dev-python/python-tests:3.14t
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-03-24)
|
||||
# Affected by a data corruption bug on HPPA
|
||||
# https://lore.kernel.org/linux-parisc/84d7b3e1053b2a8397bcc7fc8eee8106@matoro.tk/
|
||||
>=sys-kernel/gentoo-sources-6.12
|
||||
>=sys-kernel/vanilla-sources-6.12
|
||||
>=sys-kernel/gentoo-kernel-6.12
|
||||
>=sys-kernel/vanilla-kernel-6.12
|
||||
>=virtual/dist-kernel-6.12
|
||||
|
||||
# Sam James <sam@gentoo.org> (2023-03-28)
|
||||
# Needs explicit porting to each platform (bug 894078#c6)
|
||||
dev-python/py-cpuinfo
|
||||
|
||||
@ -4,6 +4,18 @@
|
||||
# NOTE: When masking a USE flag due to missing keywords, please file a keyword
|
||||
# request bug for the hppa arch.
|
||||
|
||||
# Alfred Wingate <parona@protonmail.com> (2025-12-24)
|
||||
# media-libs/jasper is not keyworded here
|
||||
media-libs/gegl jpeg2k
|
||||
|
||||
# Eli Schwartz <eschwartz@gentoo.org> (2025-11-27)
|
||||
# Needs dev-python/mypy for mypyc, not keyworded here
|
||||
dev-python/charset-normalizer native-extensions
|
||||
|
||||
# Ionen Wolkens <ionen@gentoo.org> (2025-11-20)
|
||||
# Needs llvm-core/clang which is not keyworded here
|
||||
dev-qt/qttools qdoc
|
||||
|
||||
# Alfred Wingate <parona@protonmail.com> (2025-10-20)
|
||||
# sys-libs/libnvme is not keyworded here
|
||||
net-misc/networkmanager nbft
|
||||
@ -362,8 +374,8 @@ media-sound/vorbis-tools kate
|
||||
|
||||
# Rolf Eike Beer <eike@sf-mail.de> (2020-04-14)
|
||||
# dependencies not keyworded
|
||||
media-video/ffmpeg dav1d libaribb24 libtesseract vidstab
|
||||
media-video/ffmpeg-compat dav1d libaribb24 libtesseract vidstab
|
||||
media-video/ffmpeg dav1d libaribb24 ocr vidstab
|
||||
media-video/ffmpeg-compat dav1d libaribb24 ocr vidstab
|
||||
|
||||
# Rolf Eike Beer <eike@sf-mail.de> (2020-04-11)
|
||||
# media-gfx/nvidia-texture-tools, media-libs/allegro not keyworded on hppa
|
||||
@ -444,8 +456,8 @@ media-video/ffmpeg libilbc zimg
|
||||
media-video/ffmpeg-compat libilbc zimg
|
||||
|
||||
# Justin Lecher <jlec@gentoo.org> (2017-01-15)
|
||||
# unkeyworded rev deps
|
||||
dev-games/openscenegraph gdal las
|
||||
# unkeyworded rev dep
|
||||
dev-games/openscenegraph gdal
|
||||
|
||||
# Jeroen Roovers <jer@gentoo.org> (2016-12-28)
|
||||
# "#error Unsupported architecture"
|
||||
|
||||
@ -280,7 +280,6 @@ net-wireless/bluez obex
|
||||
# to bug 626682
|
||||
dev-ruby/bundler doc
|
||||
dev-ruby/rspec-core highlight test
|
||||
sys-block/thin-provisioning-tools test
|
||||
|
||||
# David Seifert <soap@gentoo.org> (2017-09-23)
|
||||
# >=virtual/mpi-2.0-r4 does not have stable keywords on hppa
|
||||
|
||||
@ -7,13 +7,6 @@
|
||||
# NOTE: When masking a USE flag due to missing keywords, please file a keyword
|
||||
# request bug for the hppa arch.
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-11-05)
|
||||
# Fails to build on HPPA (stack size calculation goes wrong), bug #959416.
|
||||
python_targets_python3_14
|
||||
python_targets_python3_14t
|
||||
python_single_target_python3_14
|
||||
python_single_target_python3_14t
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-06-12)
|
||||
# x11-drivers/xf86-input-wacom is not keyworded here
|
||||
input_devices_wacom
|
||||
|
||||
@ -1,6 +1,29 @@
|
||||
# Copyright 2022-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# WANG Xuerui <xen0n@gentoo.org> (2025-12-11)
|
||||
# Mysterious segfault at build time (building splash image), during exiv2
|
||||
# XMP namespace registration, due to unidentified interaction between C++
|
||||
# exception handling and loongarch64 libunwind operation.
|
||||
media-gfx/gimp unwind
|
||||
|
||||
# WANG Xuerui <xen0n@gentoo.org> (2025-12-10)
|
||||
# Test case "c_test" fails with "free: invalid size".
|
||||
dev-libs/rocksdb jemalloc
|
||||
|
||||
# WANG Xuerui <xen0n@gentoo.org> (2025-12-10)
|
||||
# Requires ocamlopt which has not been ported to loong.
|
||||
# See https://github.com/ocaml/ocaml/pull/11974
|
||||
sys-libs/libnbd ocaml
|
||||
|
||||
# WANG Xuerui <xen0n@gentoo.org> (2025-12-10)
|
||||
# postgresql:14 is not keyworded on loong.
|
||||
www-servers/uwsgi postgres_targets_postgres14
|
||||
|
||||
# Michal Rostecki <vadorovsky@protonmail.com> (2025-11-26)
|
||||
# llvm-core/lld supports loong from 17.x.
|
||||
<=llvm-core/clang-linker-config-16 default-lld
|
||||
|
||||
# Ionen Wolkens <ionen@gentoo.org> (2025-11-13)
|
||||
# media-libs/libvmaf is keyworded here
|
||||
media-libs/x265 -vmaf
|
||||
@ -289,8 +312,8 @@ app-cdr/brasero tracker
|
||||
# time being
|
||||
dev-cpp/libcmis man
|
||||
media-libs/opencv tesseract
|
||||
media-video/ffmpeg libtesseract
|
||||
media-video/ffmpeg-compat libtesseract
|
||||
media-video/ffmpeg ocr
|
||||
media-video/ffmpeg-compat ocr
|
||||
|
||||
# WANG Xuerui <xen0n@gentoo.org> (2022-12-05)
|
||||
# sys-auth/sssd isn't keyworded here yet
|
||||
@ -311,6 +334,7 @@ app-admin/syslog-ng test
|
||||
# WANG Xuerui <xen0n@gentoo.org> (2022-12-02)
|
||||
# sys-cluster/ceph is not keyworded yet.
|
||||
net-analyzer/rrdtool rados
|
||||
www-servers/uwsgi uwsgi_plugins_rados
|
||||
|
||||
# WANG Xuerui <xen0n@gentoo.org> (2022-12-02)
|
||||
# Boost.Context has had support for loong since 1.79.0.
|
||||
|
||||
@ -1,6 +1,18 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# James Le Cuirot <chewi@gentoo.org> (2025-11-22)
|
||||
# gnuplot is not keyworded or tested.
|
||||
net-misc/ntpsec ntpviz
|
||||
|
||||
# James Le Cuirot <chewi@gentoo.org> (2025-11-22)
|
||||
# The imagemagick-tools[svg] dependency is currently problematic.
|
||||
app-alternatives/gpg freepg
|
||||
|
||||
# James Le Cuirot <chewi@gentoo.org> (2025-11-21)
|
||||
# GTK is not keyworded or tested.
|
||||
gnome-base/librsvg tools
|
||||
|
||||
# James Le Cuirot <chewi@gentoo.org> (2024-07-13)
|
||||
# These tests pass, but the net-misc/memcached tests do not, so we should not
|
||||
# keyword memcached-related packages such as dev-python/pylibmc.
|
||||
@ -29,8 +41,8 @@ app-text/highlight gui
|
||||
net-misc/openvswitch unwind
|
||||
|
||||
# Andreas K. Hüttel <dilfridge@gentoo.org> (2022-05-29)
|
||||
# No TMP here, no xkb here
|
||||
sys-apps/systemd tpm xkb
|
||||
# No xkb here
|
||||
sys-apps/systemd xkb
|
||||
|
||||
# Adel Kara Slimane <adel.ks@zegrapher.com> (2022-03-14)
|
||||
# Untested useflag on other arches, needs keywording
|
||||
@ -59,17 +71,10 @@ dev-vcs/git doc
|
||||
# Avoid having to keyword Poppler and X11 libraries for now.
|
||||
media-gfx/graphviz pdf
|
||||
|
||||
# James Le Cuirot <chewi@gentoo.org> (2021-09-19)
|
||||
# Requires Rust, which is currently unavailable on m68k.
|
||||
app-editors/emacs svg
|
||||
media-gfx/graphviz svg
|
||||
media-gfx/imagemagick svg
|
||||
|
||||
# James Le Cuirot <chewi@gentoo.org> (2021-09-19)
|
||||
# Requires Ruby, which is broken on m68k.
|
||||
app-text/htmltidy test
|
||||
net-misc/chrony html
|
||||
sys-block/thin-provisioning-tools test
|
||||
|
||||
# James Le Cuirot <chewi@gentoo.org> (2021-09-19)
|
||||
# Requires texlive and friends to be keyworded.
|
||||
|
||||
@ -4,6 +4,10 @@
|
||||
# Unmask the flag which corresponds to ARCH.
|
||||
-m68k
|
||||
|
||||
# James Le Cuirot <chewi@gentoo.org> (2025-11-22)
|
||||
# Vala looks like it would work well enough, but m68k doesn't need it.
|
||||
vala
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-06-12)
|
||||
# x11-drivers/xf86-input-wacom is not keyworded here
|
||||
input_devices_wacom
|
||||
@ -37,6 +41,7 @@ vim-syntax
|
||||
# James Le Cuirot <chewi@gentoo.org> (2022-01-01)
|
||||
# Hardware that probably doesn't apply to m68k.
|
||||
input_devices_elographics
|
||||
tpm
|
||||
video_cards_amdgpu
|
||||
video_cards_mga
|
||||
video_cards_nouveau
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2023-2024 Gentoo Authors
|
||||
# Copyright 2023-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Andreas K. Hüttel <dilfridge@gentoo.org> (2024-09-10)
|
||||
@ -8,6 +8,3 @@ sys-boot/arcload
|
||||
# Joshua Kinard <kumba@gentoo.org> (2024-02-27)
|
||||
# app-arch/lrzip-next does not support 32-bit arches (#925548)
|
||||
app-arch/lrzip-next
|
||||
|
||||
# fails to build, bug 920576
|
||||
=sys-apps/systemd-255*
|
||||
|
||||
@ -1,6 +1,18 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Alfred Wingate <parona@protonmail.com> (2025-12-24)
|
||||
# media-libs/jasper are not keyworded here
|
||||
media-libs/gegl jpeg2k
|
||||
|
||||
# Ulrich Müller <ulm@gentoo.org> (2025-12-15)
|
||||
# app-text/texlive[xetex] not keyworded, #967505.
|
||||
app-text/pdfjam test
|
||||
|
||||
# Eli Schwartz <eschwartz@gentoo.org> (2025-11-27)
|
||||
# Needs dev-python/mypy for mypyc, not keyworded here
|
||||
dev-python/charset-normalizer native-extensions
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-11-15)
|
||||
# sys-block/thin-provisioning-tools not keyworded here
|
||||
sys-fs/lvm2 thin
|
||||
@ -517,3 +529,7 @@ dev-vcs/git cgi
|
||||
# Matt Turner <mattst88@gentoo.org> (2012-02-09)
|
||||
# mips only use flags
|
||||
>=sci-libs/fftw-3 -zbus
|
||||
|
||||
# Lukas Schmelting <lschmelting@posteo.com>
|
||||
# Depends on unkeyworded x11-misc/xvfb-run
|
||||
>=x11-libs/libnotify-0.8.7 test
|
||||
|
||||
@ -1,6 +1,14 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Alfred Wingate <parona@protonmail.com> (2025-12-24)
|
||||
# media-libs/jasper is not keyworded here
|
||||
media-libs/gegl jpeg2k
|
||||
|
||||
# Alfred Wingate <parona@protonmail.com> (2025-11-23)
|
||||
# Requires dev-qt/qtwebengine
|
||||
media-sound/easyeffects webengine
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2025-10-03)
|
||||
# Now keyworded on ppc* too.
|
||||
sci-libs/flexiblas -system-blas
|
||||
@ -318,7 +326,6 @@ dev-db/mysql -numa
|
||||
# Michael Palimaka <kensington@gentoo.org> (2016-07-07)
|
||||
# Requires unkeyworded dependencies
|
||||
dev-vcs/subversion kwallet
|
||||
net-irc/quassel kde
|
||||
sys-auth/polkit kde
|
||||
sys-block/gparted kde
|
||||
virtual/notification-daemon kde
|
||||
|
||||
@ -84,7 +84,6 @@ app-crypt/mit-krb5 keyutils
|
||||
app-emulation/qemu keyutils
|
||||
net-fs/cifs-utils ads creds pam
|
||||
net-fs/samba ads addc
|
||||
>=sys-libs/libblockdev-3.0.0 cryptsetup
|
||||
sys-libs/libnvme keyutils
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2023-10-15)
|
||||
@ -253,10 +252,6 @@ sys-firmware/seabios -debug
|
||||
# Missing keyword on dev-embedded/libjaylink
|
||||
sys-apps/flashrom jlink-spi
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2019-05-15)
|
||||
# sys-cluster/hpx, sci-libs/silo not keyworded
|
||||
sci-libs/libgeodecomp hpx silo
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2019-02-16)
|
||||
# app-text/libwpd and app-text/libwpg are not keyworded
|
||||
media-gfx/inkscape cdr visio wpg
|
||||
|
||||
@ -28,7 +28,6 @@
|
||||
# bug #818424
|
||||
-dev-games/openscenegraph
|
||||
-dev-games/openscenegraph-openmw
|
||||
-dev-games/openscenegraph-qt
|
||||
-games-engines/openmw
|
||||
-media-libs/openexr
|
||||
-media-libs/ctl
|
||||
|
||||
@ -15,7 +15,6 @@ dev-lisp/sbcl
|
||||
# bug #818424
|
||||
dev-games/openscenegraph
|
||||
dev-games/openscenegraph-openmw
|
||||
dev-games/openscenegraph-qt
|
||||
games-engines/openmw
|
||||
media-libs/openexr
|
||||
media-libs/ctl
|
||||
|
||||
@ -1,6 +1,10 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-10-08)
|
||||
# dev-libs/weston is not stable.
|
||||
gui-apps/sddm-gentoo-config weston
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2025-09-12)
|
||||
# These BLAS/LAPACK providers are keyworded here.
|
||||
sci-libs/flexiblas -blis
|
||||
|
||||
@ -17,6 +17,10 @@
|
||||
|
||||
#--- END OF EXAMPLES ---
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-11-30)
|
||||
# sci-libs/blis does not have stable keywords
|
||||
sci-libs/flexiblas blis
|
||||
|
||||
# Pacho Ramos <pacho@gentoo.org> (2025-06-28)
|
||||
# Mask options needing to stabilize Gnome stuff
|
||||
gnome-base/gvfs google onedrive
|
||||
|
||||
@ -1,6 +1,13 @@
|
||||
# Copyright 2023-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Eli Schwartz <eschwartz@gentoo.org> (2025-12-09)
|
||||
# libyuv is Google code, fails on "fringe" arches.
|
||||
# https://bugs.gentoo.org/959389
|
||||
media-libs/imlib2 y4m
|
||||
media-libs/libavif libyuv
|
||||
net-libs/pjproject libyuv
|
||||
|
||||
# Alfred Wingate <parona@protonmail.com> (2025-11-15)
|
||||
# sci-libs/libaec is not keyworded here (bug #966099)
|
||||
sci-libs/gdal libaec
|
||||
|
||||
@ -1,6 +1,14 @@
|
||||
# Copyright 2019-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Alfred Wingate <parona@protonmail.com> (2025-12-24)
|
||||
# media-libs/jasper is not keyworded here
|
||||
media-libs/gegl jpeg2k
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-12-18)
|
||||
# dev-lang/ada-bootstrap exists here
|
||||
>=sys-devel/gcc-11 -ada
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-10-28)
|
||||
# Portability issues with dev-libs/apache-arrow (bug #923968).
|
||||
sci-libs/gdal parquet
|
||||
|
||||
@ -1,6 +1,10 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-12-18)
|
||||
# dev-lang/ada-bootstrap exists here
|
||||
>=sys-devel/gcc-11 -ada
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-11-15)
|
||||
# sys-block/thin-provisioning-tools not keyworded here
|
||||
sys-fs/lvm2 thin
|
||||
|
||||
@ -1,6 +1,10 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Lukas Schmelting <lschmelting@posteo.com> (2025-11-09)
|
||||
# gnome-online-accounts is unkeyworded and in use.mask for sparc
|
||||
gnome-base/gvfs gnome-online-accounts google onedrive
|
||||
|
||||
# Philipp Rösner <rndxelement@protonmail.com> (2025-09-23)
|
||||
# media-libs/zxingcpp is not keyworded here
|
||||
app-text/mupdf barcode
|
||||
@ -198,7 +202,6 @@ app-crypt/mit-krb5 keyutils
|
||||
app-emulation/qemu keyutils
|
||||
net-fs/samba ads
|
||||
net-fs/cifs-utils ads creds pam
|
||||
>=sys-libs/libblockdev-3.0.0 cryptsetup
|
||||
sys-libs/libnvme keyutils
|
||||
|
||||
# Sam James <sam@gentoo.org> (2024-01-02)
|
||||
@ -632,8 +635,8 @@ net-libs/gnome-online-accounts gnome
|
||||
x11-terms/gnome-terminal gnome-shell
|
||||
|
||||
# Justin Lecher <jlec@gentoo.org> (2017-01-15)
|
||||
# unkeyworded rev deps
|
||||
dev-games/openscenegraph gdal las
|
||||
# unkeyworded rev dep
|
||||
dev-games/openscenegraph gdal
|
||||
|
||||
# Pacho Ramos <pacho@gentoo.org> (2017-01-02)
|
||||
# Don't keyword redis
|
||||
@ -813,3 +816,7 @@ net-im/pidgin zephyr
|
||||
# Ultrabug <ultrabug@gentoo.org> (2011-09-05)
|
||||
# missing keyword for net-libs/zeromq
|
||||
app-admin/rsyslog zeromq
|
||||
|
||||
# Lukas Schmelting <lschmelting@posteo.com>
|
||||
# Depends on unkeyworded x11-misc/xvfb-run
|
||||
>=x11-libs/libnotify-0.8.7 test
|
||||
|
||||
@ -114,8 +114,8 @@ media-sound/vorbis-tools kate
|
||||
|
||||
# Rolf Eike Beer <eike@sf-mail.de> (2020-04-14)
|
||||
# dependencies not stable on sparc
|
||||
media-video/ffmpeg codec2 libaribb24 libilbc libtesseract lv2 rubberband vidstab
|
||||
media-video/ffmpeg-compat codec2 libaribb24 libilbc libtesseract lv2 rubberband vidstab
|
||||
media-video/ffmpeg codec2 libaribb24 libilbc lv2 ocr rubberband vidstab
|
||||
media-video/ffmpeg-compat codec2 libaribb24 libilbc lv2 ocr rubberband vidstab
|
||||
|
||||
# Rolf Eike Beer <eike@sf-mail.de> (2020-04-10)
|
||||
# gnome-online-accounts not stable on sparc
|
||||
|
||||
@ -4,6 +4,10 @@
|
||||
# Unmask the flag which corresponds to ARCH.
|
||||
-sparc
|
||||
|
||||
# Lukas Schmelting <lschmelting@posteo.com> (2025-11-09)
|
||||
# gnome-online-accounts is not keyworded for sparc
|
||||
gnome-online-accounts
|
||||
|
||||
# matoro <matoro_gentoo@matoro.tk> (2024-06-11)
|
||||
# Extensive use of unaligned access, no plans to fix, #636552
|
||||
# https://github.com/memcached/memcached/issues/902
|
||||
|
||||
@ -1,6 +1,18 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Mike Gilbert <floppym@gentoo.org> (2025-12-15)
|
||||
# arch-specific platform values
|
||||
sys-boot/grub -grub_platforms_pc
|
||||
|
||||
# Nowa Ammerlaan <nowa@gentoo.org> (2025-12-03)
|
||||
# media-video/ffmpeg-chromium is not available here
|
||||
dev-libs/nwjs ffmpeg-chromium
|
||||
|
||||
# Alfred Wingate <parona@protonmail.com> (2025-11-23)
|
||||
# Requires dev-qt/qtwebengine
|
||||
media-sound/easyeffects webengine
|
||||
|
||||
# Ionen Wolkens <ionen@gentoo.org> (2025-11-13)
|
||||
# media-libs/libvmaf is keyworded here
|
||||
media-libs/x265 -vmaf
|
||||
|
||||
@ -17,6 +17,14 @@
|
||||
|
||||
#--- END OF EXAMPLES ---
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-12-13)
|
||||
# media-gfx/asymptote is not stable here, bug #961740
|
||||
dev-tex/rubber test
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-11-30)
|
||||
# sci-libs/blis does not have stable keywords
|
||||
sci-libs/flexiblas blis
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-08-29)
|
||||
# dev-perl/Template-GD is not stable here. Bug #962143
|
||||
dev-perl/Template-Toolkit gd
|
||||
@ -78,7 +86,6 @@ app-emulation/libvirt nbd
|
||||
# Arthur Zamarin <arthurzam@gentoo.org> (2023-06-03)
|
||||
# Destabilizing x86 keywords on sci-*/* packages
|
||||
app-metrics/collectd collectd_plugins_gps
|
||||
dev-games/openscenegraph las
|
||||
dev-libs/efl physics
|
||||
media-libs/a52dec djbfft
|
||||
dev-python/graphviz test
|
||||
|
||||
@ -27,15 +27,7 @@ sparc testing
|
||||
x86 stable
|
||||
|
||||
# Prefix keywords
|
||||
amd64-linux testing
|
||||
arm-linux testing
|
||||
arm64-linux testing
|
||||
ppc64-linux testing
|
||||
riscv-linux testing
|
||||
x86-linux testing
|
||||
arm64-macos testing
|
||||
ppc-macos testing
|
||||
x86-macos testing
|
||||
x64-macos testing
|
||||
x64-solaris testing
|
||||
|
||||
|
||||
@ -12,7 +12,7 @@ USE_EXPAND_VALUES_KERNEL="Darwin linux SunOS"
|
||||
|
||||
# Env vars to expand into USE vars. Modifying this requires prior
|
||||
# discussion on gentoo-dev@lists.gentoo.org.
|
||||
USE_EXPAND="ABI_MIPS ABI_S390 ABI_X86 ADA_TARGET ALSA_CARDS AMDGPU_TARGETS APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS CPU_FLAGS_ARM CPU_FLAGS_PPC CPU_FLAGS_X86 CURL_SSL CURL_QUIC ELIBC FFTOOLS GPSD_PROTOCOLS GRUB_PLATFORMS GUILE_SINGLE_TARGET GUILE_TARGETS INPUT_DEVICES KERNEL L10N LCD_DEVICES LIBREOFFICE_EXTENSIONS LLVM_SLOT LLVM_TARGETS LUA_SINGLE_TARGET LUA_TARGETS NGINX_MODULES_HTTP NGINX_MODULES_MAIL NGINX_MODULES_STREAM OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM PERL_FEATURES PHP_TARGETS POSTGRES_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS RUBY_TARGETS RUST_SYSROOTS SANE_BACKENDS UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE XTABLES_ADDONS"
|
||||
USE_EXPAND="ABI_MIPS ABI_S390 ABI_X86 ADA_TARGET ALSA_CARDS AMDGPU_TARGETS APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS CPU_FLAGS_ARM CPU_FLAGS_PPC CPU_FLAGS_X86 CURL_SSL CURL_QUIC ELIBC FFTOOLS GPSD_PROTOCOLS GRUB_PLATFORMS GUILE_SINGLE_TARGET GUILE_TARGETS INPUT_DEVICES KERNEL L10N LCD_DEVICES LIBREOFFICE_EXTENSIONS LLVM_SLOT LLVM_TARGETS LUA_SINGLE_TARGET LUA_TARGETS NGINX_MODULES_HTTP NGINX_MODULES_MAIL NGINX_MODULES_STREAM OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM PERL_FEATURES PHP_TARGETS POSTGRES_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS RUBY_TARGETS RUST_SYSROOTS SANE_BACKENDS UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE XTABLES_ADDONS SELINUX_POLICY_TYPES"
|
||||
|
||||
# USE_EXPAND variables whose contents are not shown in package manager
|
||||
# output. Changes need discussion on gentoo-dev.
|
||||
@ -166,10 +166,10 @@ POSTGRES_TARGETS="postgres17"
|
||||
#
|
||||
PHP_TARGETS="php8-3"
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-02-19)
|
||||
# Sam James <sam@gentoo.org> (2025-12-03)
|
||||
#
|
||||
# Default Ada target
|
||||
ADA_TARGET="gcc_14"
|
||||
ADA_TARGET="gcc_15"
|
||||
|
||||
# Marek Szuba <marecki@gentoo.org> (2020-10-15)
|
||||
# Default targets for lua{,-single}.eclass
|
||||
|
||||
@ -1,6 +1,10 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Paul Zander <negril.nx+gentoo@gmail.com> (2025-11-28)
|
||||
# Requires media-libs/openjph #966735
|
||||
media-libs/openexr:0/33
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-05-18)
|
||||
# Requires systemd, so specifically unmasked only in targets/systemd.
|
||||
>=kde-plasma/drkonqi-6.3.90
|
||||
|
||||
@ -2,8 +2,9 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2025-10-25)
|
||||
# Use FlexiBLAS by default.
|
||||
sci-libs/flexiblas system-blas
|
||||
# Use FlexiBLAS by default. Default-enable OpenBLAS backend for better
|
||||
# performance.
|
||||
sci-libs/flexiblas openblas system-blas
|
||||
sci-libs/lapack flexiblas deprecated lapacke
|
||||
virtual/blas flexiblas
|
||||
virtual/cblas flexiblas
|
||||
|
||||
@ -1,9 +1,17 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Michael Orlitzky <mjo@gentoo.org> (2025-12-22)
|
||||
# James Le Cuirot <chewi@gentoo.org> (2025-11-18)
|
||||
# 2.50.1 fails with gstreamer disabled (bug #965971),
|
||||
# and its replacement fails to non-jumbo build.
|
||||
=net-libs/webkit-gtk-2.50.1*:4.1 gstreamer
|
||||
=net-libs/webkit-gtk-2.50.4-r410 jumbo-build
|
||||
=net-libs/webkit-gtk-2.50.4-r600 jumbo-build
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-06-22)
|
||||
# This is currently more footgun than real option. Bug #958638
|
||||
<kde-plasma/kwin-6.5.0 X
|
||||
# This is currently more footgun than real option. Bugs #958638, #968227
|
||||
<kde-plasma/kwin-6.6.0 X
|
||||
|
||||
# Ionen Wolkens <ionen@gentoo.org> (2025-06-17)
|
||||
# Build system currently does not allow static libs to be optional, and
|
||||
@ -78,6 +86,8 @@ llvm-runtimes/libcxxabi clang
|
||||
# echo "dev-lang/rust:${slot} llvm_slot_${_RUST_LLVM_MAP[${slot}]}"
|
||||
# echo "dev-lang/rust-bin:${slot} llvm_slot_${_RUST_LLVM_MAP[${slot}]}"
|
||||
# done
|
||||
dev-lang/rust:1.92.0 llvm_slot_21
|
||||
dev-lang/rust-bin:1.92.0 llvm_slot_21
|
||||
dev-lang/rust:1.91.0 llvm_slot_21
|
||||
dev-lang/rust-bin:1.91.0 llvm_slot_21
|
||||
dev-lang/rust:1.90.0 llvm_slot_20
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# This file is only for generic masks. For arch-specific masks (i.e.
|
||||
@ -6,6 +6,55 @@
|
||||
|
||||
# New entries go on top.
|
||||
|
||||
# Eli Schwartz <eschwartz@gentoo.org> (2026-01-09)
|
||||
# tests fail to build during src_compile:
|
||||
# - needs demos to be built
|
||||
# - OpenGLExampleBrowser.cpp:928:17: error: ‘simpleApp’ was not declared in this scope
|
||||
sci-physics/bullet test
|
||||
|
||||
# Andreas K. Hüttel <dilfridge@gentoo.org> (2026-01-07)
|
||||
# Building glibc with clang is highly experimental and only possible and
|
||||
# tested in few configurations. Enabling the useflag clang allows free
|
||||
# choice of the compiler. By masking this useflag, the ebuild
|
||||
# forcibly resets the compiler to gcc.
|
||||
sys-libs/glibc clang
|
||||
|
||||
# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2026-01-07)
|
||||
# openjfx for OpenJDK 26 and 27 is not yet available.
|
||||
dev-java/openjdk:26 javafx
|
||||
dev-java/openjdk:27 javafx
|
||||
|
||||
# Paul Zander <negril.nx+gentoo@gmail.com> (2025-12-27)
|
||||
# breaks with old in-tree sys-cluster/ampi bug #586746 #830093 #815007
|
||||
sci-libs/adolc mpi
|
||||
|
||||
# Ionen Wolkens <ionen@gentoo.org> (2025-12-24)
|
||||
# cargo.eclass' IUSE=debug cannot currently be easily supported by
|
||||
# the custom builder the package uses, mask to avoid no-op rebuilds
|
||||
# (use RUSTFLAGS if need debug symbols, see also bug #967921)
|
||||
media-libs/subrandr debug
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-12-21)
|
||||
# gui-libs/hyprland-qtutils fails to build against Qt 6.10, upstream
|
||||
# repository was archived.
|
||||
gui-wm/hyprland qtutils
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2025-12-20)
|
||||
# Needs last-rited dev-lang/julia.
|
||||
kde-apps/cantor julia
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-12-07)
|
||||
# Needs not-yet-released GCC 16.
|
||||
dev-lang/python tail-call-interp
|
||||
|
||||
# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2025-12-06)
|
||||
# No suitable versions of dev-libs/protobuf available.
|
||||
~dev-java/protobuf-java-4.33.2 system-protoc
|
||||
|
||||
# Lukas Schmelting <lschmelting@posteo.com (2025-11-06)
|
||||
# https://bugs.gentoo.org/933164
|
||||
app-misc/localsearch gif
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-10-29)
|
||||
# Help Portage resolve app-crypt/gnupg[verify-sig] with the app-alternatives/gpg
|
||||
# transition. The any-of dep in verify-sig.eclass helps a bit, but it struggles
|
||||
@ -27,11 +76,6 @@ dev-libs/libksba verify-sig
|
||||
# https://bugs.gentoo.org/964377
|
||||
mail-mta/exim pam
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-10-05)
|
||||
# Preparation for sci-geosciences/liblas removal. Bug #957235
|
||||
<=dev-games/openscenegraph-3.6.5-r117 las
|
||||
<=dev-games/openscenegraph-openmw-3.6_p20251012 las
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2025-09-27)
|
||||
# Building NumPy with ILP64 LAPACK can cause revdeps to segfault if they
|
||||
# link to LP64 LAPACK. To support this properly, we either need to
|
||||
@ -54,11 +98,6 @@ dev-games/ogre vulkan
|
||||
# General mask, to be unmasked on arches where glibc supports this
|
||||
>=sys-libs/glibc-2.42 sframe
|
||||
|
||||
# Ionen Wolkens <ionen@gentoo.org> (2025-08-02)
|
||||
# Fails to build, needs looking into but isn't currently needed
|
||||
# by anything and can leave it masked for now.
|
||||
>=media-libs/vips-8.17 vala
|
||||
|
||||
# Alfred Wingate (2025-07-31)
|
||||
# Missing dependency
|
||||
sci-libs/gdal mongodb
|
||||
@ -216,10 +255,6 @@ dev-libs/elfutils stacktrace
|
||||
# Masked for further testing.
|
||||
dev-cpp/gtest abseil
|
||||
|
||||
# Yongxiang Liang <tanekliang@gmail.com> (2024-10-10)
|
||||
# Fcitx 4 has been archived.
|
||||
app-i18n/mozc fcitx4
|
||||
|
||||
# Michael Orlitzky <mjo@gentoo.org> (2024-10-07)
|
||||
# Disable "webservices" support for gthumb because it pulls in the old
|
||||
# libsoup2 slot of webkit-gtk. Upstream hasn't really budged on this in
|
||||
@ -821,6 +856,11 @@ mail-client/claws-mail litehtml
|
||||
# terms. Masked to prevent accidental installation of these files,
|
||||
# bug #318841#c20.
|
||||
sys-kernel/linux-firmware unknown-license
|
||||
sys-firmware/alsa-firmware alsa_cards_korg1212
|
||||
sys-firmware/alsa-firmware alsa_cards_maestro3
|
||||
sys-firmware/alsa-firmware alsa_cards_sb16
|
||||
sys-firmware/alsa-firmware alsa_cards_wavefront
|
||||
sys-firmware/alsa-firmware alsa_cards_ymfpci
|
||||
|
||||
# Ulrich Müller <ulm@gentoo.org> (2019-04-25)
|
||||
# Pulls in media-fonts/kochi-substitute as dependency, which allows
|
||||
|
||||
@ -8,10 +8,6 @@
|
||||
# Need non-yet-stable caffe2
|
||||
sci-chemistry/gromacs nnpot
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-10-10)
|
||||
# Needs not-yet-stable GCC 15.
|
||||
dev-lang/python tail-call-interp
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-05-06)
|
||||
# USE=experimental is not stable by definition
|
||||
media-libs/zxing-cpp experimental
|
||||
@ -129,10 +125,6 @@ app-emulation/winetricks test
|
||||
# for stable systems
|
||||
dev-lang/rust nightly
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2019-12-09)
|
||||
# Declared experimental, and dev-cpp/websocketpp not stable yet
|
||||
sci-libs/indilib websocket
|
||||
|
||||
# Mart Raudsepp <leio@gentoo.org> (2019-04-14)
|
||||
# Needs media-plugins/gst-plugins-chromaprint, which is not stable
|
||||
# anywhere yet.
|
||||
|
||||
@ -4,6 +4,10 @@
|
||||
# This file is only for generic masks. For arch-specific masks (i.e.
|
||||
# mask everywhere, unmask on arch/*) use arch/base.
|
||||
|
||||
# Sam James <sam@entoo.org> (2025-12-02)
|
||||
# GCC 16 is not yet released
|
||||
ada_target_gcc_16
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-04-19)
|
||||
# Ruby 3.1 is no longer supported upstream and will no longer
|
||||
# receive security updates.
|
||||
|
||||
@ -4,23 +4,18 @@
|
||||
# New entries go on top.
|
||||
# Please use the same syntax as in use.mask.
|
||||
|
||||
|
||||
# Patrick Lauer <patrick@gentoo.org> (2025-10-07)
|
||||
# Postgres:18 is not stable yet
|
||||
postgres_targets_postgres18
|
||||
|
||||
# Alfredo Tupone <tupone@gentoo.org> (1025-05-01)
|
||||
# gcc:15 is not stable yet
|
||||
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)
|
||||
# Currently in testing and not ready to go stable yet.
|
||||
ruby_targets_ruby34
|
||||
ruby_targets_ruby40
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2024-05-08)
|
||||
# Python implementations without stable keywords.
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
# Copyright 2022-2024 Gentoo Authors
|
||||
# Copyright 2022-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Georgy Yakovlev <gyakovlev@gentoo.org> (2022-12-04)
|
||||
# We only need versions that support ieee-long-double.
|
||||
<sys-devel/gcc-12
|
||||
<sys-libs/glibc-2.36-r7
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# Copyright 2022-2024 Gentoo Authors
|
||||
# Copyright 2022-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Georgy Yakovlev <gyakovlev@gentoo.org> (2022-12-04)
|
||||
# We need it for ieee-long-double.
|
||||
>=llvm-core/clang-15.0.5 -ieee-long-double
|
||||
>=sys-devel/gcc-12 -ieee-long-double
|
||||
sys-devel/gcc -ieee-long-double
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
# Copyright 2022-2024 Gentoo Authors
|
||||
# Copyright 2022-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Georgy Yakovlev <gyakovlev@gentoo.org> (2022-12-04)
|
||||
# We only need versions that support ieee-long-double.
|
||||
<sys-devel/gcc-12
|
||||
<sys-libs/glibc-2.36-r7
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# Copyright 2022-2024 Gentoo Authors
|
||||
# Copyright 2022-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Georgy Yakovlev <gyakovlev@gentoo.org> (2022-12-04)
|
||||
# We need it for ieee-long-double.
|
||||
>=llvm-core/clang-15.0.5 -ieee-long-double
|
||||
>=sys-devel/gcc-12 -ieee-long-double
|
||||
sys-devel/gcc -ieee-long-double
|
||||
|
||||
@ -5,3 +5,4 @@ gcc_12 - Compile with sys-devel/gcc:12
|
||||
gcc_13 - Compile with sys-devel/gcc:13
|
||||
gcc_14 - Compile with sys-devel/gcc:14
|
||||
gcc_15 - Compile with sys-devel/gcc:15
|
||||
gcc_16 - Compile with sys-devel/gcc:16
|
||||
|
||||
@ -3,6 +3,7 @@
|
||||
|
||||
# This file contains descriptions of the PHP_TARGETS USE_EXPAND flags
|
||||
|
||||
php8-5 - Build against PHP 8.5
|
||||
php8-4 - Build against PHP 8.4
|
||||
php8-3 - Build against PHP 8.3
|
||||
php8-2 - Build against PHP 8.2
|
||||
|
||||
@ -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
|
||||
|
||||
# This file contains descriptions of RUBY_TARGETS USE_EXPAND flags.
|
||||
@ -8,3 +8,4 @@ ruby31 - Build with MRI Ruby 3.1.x
|
||||
ruby32 - Build with MRI Ruby 3.2.x
|
||||
ruby33 - Build with MRI Ruby 3.3.x
|
||||
ruby34 - Build with MRI Ruby 3.4.x
|
||||
ruby40 - Build with MRI Ruby 4.0.x
|
||||
|
||||
9
sdk_container/src/third_party/portage-stable/profiles/desc/selinux_policy_types.desc
vendored
Normal file
9
sdk_container/src/third_party/portage-stable/profiles/desc/selinux_policy_types.desc
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# This file contains descriptions of SELINUX_POLICY_TYPES USE_EXPAND flags.
|
||||
|
||||
targeted - Targeted policy
|
||||
strict - Strict policy
|
||||
mcs - Multi-Category Security policy
|
||||
mls - Multi-Level Security policy
|
||||
@ -8,7 +8,7 @@
|
||||
amdgpu - VIDEO_CARDS setting to build driver for AMDGPU video cards
|
||||
asahi - VIDEO_CARDS setting to build support for Apple AGX GPUs
|
||||
ast - VIDEO_CARDS setting to build driver for ASpeedTech video cards
|
||||
d3d12 - VIDEO_CARDS seeting to build driver for Microsoft WSL video cards
|
||||
d3d12 - VIDEO_CARDS setting to build driver for Microsoft WSL video cards
|
||||
dummy - VIDEO_CARDS setting to build driver for dummy video cards
|
||||
exynos - VIDEO_CARDS setting to build driver for Samsung Exynos video cards
|
||||
freedreno - VIDEO_CARDS setting to build reverse-engineered driver for Qualcomm Adreno cards
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 2008-2024 Gentoo Authors
|
||||
# Copyright 2008-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
USE="minimal multicall zlib"
|
||||
@ -22,7 +22,7 @@ LINGUAS="en"
|
||||
IUSE_IMPLICIT="prefix prefix-guest prefix-stack"
|
||||
USE_EXPAND_UNPREFIXED="ARCH"
|
||||
USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL"
|
||||
USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-linux arm arm64 hppa loong m68k mips ppc ppc64 ppc64-linux ppc-macos riscv s390 sparc x64-macos x64-solaris x86 x86-linux"
|
||||
USE_EXPAND_VALUES_ARCH="alpha amd64 arm arm64 hppa loong m68k mips ppc ppc64 riscv s390 sparc x64-macos x64-solaris x86"
|
||||
USE_EXPAND_VALUES_ELIBC="bionic Darwin glibc mingw musl SunOS"
|
||||
# Note that we keep Winnt here for cross, especially for cmake.eclass (bug #910605)
|
||||
USE_EXPAND_VALUES_KERNEL="Darwin linux SunOS Winnt"
|
||||
|
||||
@ -29,7 +29,6 @@ media-gfx/blender
|
||||
media-plugins/gst-plugins-vpx
|
||||
dev-qt/qtwebengine
|
||||
www-client/falkon
|
||||
www-client/otter
|
||||
net-libs/signon-ui
|
||||
media-video/cheese
|
||||
kde-apps/messagelib
|
||||
@ -41,7 +40,6 @@ kde-apps/grantlee-editor
|
||||
kde-apps/akregator
|
||||
dev-util/kdevelop
|
||||
dev-qt/qtwebview
|
||||
app-text/kchmviewer
|
||||
app-office/merkuro
|
||||
app-editors/ghostwriter
|
||||
kde-misc/zanshin
|
||||
@ -84,10 +82,10 @@ media-gfx/alembic
|
||||
# Tested on LE only (#849866)
|
||||
games-fps/freedoom
|
||||
games-engines/odamex
|
||||
games-engines/uzdoom
|
||||
games-fps/chocolate-doom
|
||||
games-fps/doomsday
|
||||
games-fps/gzdoom
|
||||
games-fps/prboom-plus
|
||||
games-fps/freedoom-data
|
||||
media-libs/zmusic
|
||||
games-util/deutex
|
||||
|
||||
@ -62,6 +62,7 @@ gui-libs/gtk wayland
|
||||
gui-libs/vte wayland
|
||||
media-libs/clutter wayland
|
||||
media-libs/clutter-gtk wayland
|
||||
media-video/celluloid wayland
|
||||
net-libs/webkit-gtk:6 wayland
|
||||
sys-apps/xdg-desktop-portal-gnome wayland
|
||||
x11-libs/vte wayland
|
||||
|
||||
@ -1,6 +1,12 @@
|
||||
# Copyright 2023-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-12-27)
|
||||
# Provide familiar symlinks on LLVM profiles
|
||||
llvm-core/clang-toolchain-symlinks native-symlinks
|
||||
llvm-core/lld-toolchain-symlinks native-symlinks
|
||||
llvm-core/llvm-toolchain-symlinks native-symlinks
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-07-19)
|
||||
# Gradually unforce targets for LLVM profiles as clang temporarily
|
||||
# breaking isn't okay there (as it can't then build itself). This means
|
||||
|
||||
@ -1,6 +1,10 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Jaco Kroon <jkroon@gentoo.org> (2025-12-06)
|
||||
# anydesk is pre-build with glibc, will not work on MUSL.
|
||||
net-misc/anydesk
|
||||
|
||||
# Z. Liu <zhixu.liu@gmail.com> (2025-10-18)
|
||||
# nvidia-drivers only works against glibc.
|
||||
dev-python/nvidia-ml-py
|
||||
@ -76,7 +80,6 @@ net-nds/nsscache
|
||||
|
||||
# Sam James <sam@gentoo.org> (2024-09-30)
|
||||
# Needs porting to musl (bug #940130)
|
||||
~sys-auth/elogind-255.5
|
||||
~sys-auth/elogind-255.17
|
||||
|
||||
# Sam James <sam@gentoo.org> (2024-08-31)
|
||||
@ -138,7 +141,8 @@ dev-ada/libadalang
|
||||
dev-ada/spawn
|
||||
dev-ada/gtkada
|
||||
dev-ada/markdown
|
||||
dev-ada/VSS
|
||||
dev-ada/vss-text
|
||||
dev-ada/vss-extra
|
||||
dev-ada/aws
|
||||
dev-ada/aunit
|
||||
dev-ada/ada_language_server
|
||||
@ -152,6 +156,7 @@ dev-ada/AdaSAT
|
||||
dev-ada/lal-refactor
|
||||
dev-ada/prettier-ada
|
||||
dev-ada/gnatformat
|
||||
dev-ada/adareducer
|
||||
|
||||
# Sergey Popov <pinkbyte@gentoo.org> (2024-03-05)
|
||||
# games-strategy/seven-kingdoms does not build on musl,
|
||||
@ -163,14 +168,6 @@ games-strategy/seven-kingdoms
|
||||
# this time. (#925547)
|
||||
app-arch/lrzip-next
|
||||
|
||||
# Christopher Fore <csfore@posteo.net> (2024-01-24)
|
||||
# >=sys-fs/bcachefs-tools-1.4.1 uses functions currently not in Musl
|
||||
# https://github.com/koverstreet/bcachefs-tools/issues/213
|
||||
# The above was fixed in musl 1.2.5, which bcachefs-tools 1.11.0
|
||||
# will now depend on.
|
||||
# https://www.openwall.com/lists/musl/2024/03/01/2
|
||||
<sys-fs/bcachefs-tools-1.11.0
|
||||
|
||||
# Conrad Kostecki <conikost@gentoo.org> (2024-01-23)
|
||||
# Uses glibc function getsourcefilter(),
|
||||
# which are not available on musl.
|
||||
@ -217,7 +214,6 @@ net-analyzer/gvmd
|
||||
net-analyzer/gvm-libs
|
||||
net-analyzer/openvas-scanner
|
||||
net-analyzer/ospd-openvas
|
||||
net-misc/grive
|
||||
net-print/pnm2ppa
|
||||
sys-apps/noexec
|
||||
|
||||
@ -315,7 +311,7 @@ dev-libs/nwjs
|
||||
dev-perl/Lab-Zhinst
|
||||
dev-python/pyzotero
|
||||
dev-util/azuredatastudio
|
||||
dev-util/idea-community
|
||||
dev-util/intellij-idea
|
||||
games-action/a-story-about-my-uncle
|
||||
games-action/badland
|
||||
games-action/brutal-legend-gog
|
||||
@ -420,7 +416,6 @@ sys-block/arcconf
|
||||
sys-block/hpssacli
|
||||
sys-block/megacli
|
||||
www-apps/chromedriver-bin
|
||||
<www-apps/grafana-bin-11.2
|
||||
www-apps/jellyfin-bin
|
||||
www-apps/kibana-bin
|
||||
www-client/firefox-bin
|
||||
@ -451,20 +446,6 @@ dev-libs/level-zero
|
||||
# No musl patches in ebuild
|
||||
<sys-devel/gcc-9
|
||||
|
||||
# Sam James <sam@gentoo.org> (2021-11-20)
|
||||
# Wants /usr/bin/locale
|
||||
# Fails to build with errors like:
|
||||
# ```
|
||||
# Use of uninitialized value $Text::WrapI18N::charmap in pattern match (m//) at /usr/lib/perl5/vendor_perl/5.34/Text/WrapI18N.pm line 155.
|
||||
# Can't exec "/usr/bin/locale": No such file or directory at /usr/lib/perl5/vendor_perl/5.34/Text/WrapI18N.pm line 134.
|
||||
# ```
|
||||
app-doc/kicad-doc
|
||||
app-i18n/man-pages-l10n
|
||||
app-text/po4a
|
||||
dev-vcs/git-annex
|
||||
games-strategy/colobot
|
||||
www-apps/ikiwiki
|
||||
|
||||
# Hank Leininger <hlein@korelogic.com> (2021-07-14)
|
||||
# Uses glibc-specific rexec(3) function, bug #715898
|
||||
net-misc/netkit-rsh
|
||||
|
||||
@ -1,6 +1,10 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Override the branding.eclass defaults.
|
||||
BRANDING_OS_NAME="Gentoo Prefix"
|
||||
BRANDING_OS_PRETTY_NAME="${BRANDING_OS_NAME}"
|
||||
|
||||
# Michael Haubenwallner <haubi@gentoo.org> (2016-04-19)
|
||||
# We can not use xattrs by default in Prefix.
|
||||
USE="-xattr"
|
||||
|
||||
@ -32,7 +32,6 @@ sys-devel/gcc vanilla
|
||||
|
||||
# Rafael Goncalves Martins <rafaelmartins@gentoo.org> (2010-09-29)
|
||||
# dev-libs/judy without prefix keywords
|
||||
# (amd64-linux and x86-linux)
|
||||
sci-electronics/gtkwave judy
|
||||
|
||||
# Christian Faulhammer <fauli@gentoo.org> (2010-01-09)
|
||||
|
||||
@ -32,7 +32,8 @@ dev-ada/markdown
|
||||
dev-ada/prettier-ada
|
||||
dev-ada/spawn
|
||||
dev-ada/templates-parser
|
||||
dev-ada/VSS
|
||||
dev-ada/vss-text
|
||||
dev-ada/vss-extra
|
||||
dev-ada/xmlada
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2024-11-06)
|
||||
|
||||
@ -1,6 +1,11 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2024-11-29)
|
||||
# dev-python/translate-toolkit has Rust deps now.
|
||||
dev-python/translate-toolkit
|
||||
dev-python/unicode-segmentation-rs
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-10-06)
|
||||
# Rewritten in Rust.
|
||||
>=app-misc/task-3
|
||||
@ -225,6 +230,7 @@ app-eselect/eselect-gnome-shell-extensions
|
||||
app-emacs/rg
|
||||
app-emacs/emacs-ipython-notebook
|
||||
app-crypt/yubikey-manager
|
||||
app-crypt/sequoia-chameleon-gnupg
|
||||
app-crypt/sequoia-sq
|
||||
app-crypt/sequoia-sqv
|
||||
app-crypt/certbot-apache
|
||||
@ -391,7 +397,9 @@ dev-util/tree-sitter-cli
|
||||
dev-vcs/breezy
|
||||
>=dev-vcs/stgit-2
|
||||
>=games-board/gnome-mahjongg-3.40.0
|
||||
>=games-board/gnome-mines-49
|
||||
>=games-puzzle/swell-foop-46
|
||||
>=games-puzzle/quadrapassel-49
|
||||
gnome-base/gdm
|
||||
>=gnome-base/gnome-core-apps-3.36.5
|
||||
>=gnome-base/gnome-core-libs-3.36.5
|
||||
@ -399,12 +407,17 @@ gnome-base/gdm
|
||||
>=gnome-base/gnome-shell-3.38
|
||||
>=gnome-base/librsvg-2.41
|
||||
gnome-extra/gnome-browser-connector
|
||||
>=gnome-extra/gnome-calculator-49
|
||||
>=gnome-extra/gnome-calendar-49
|
||||
>=gnome-extra/gnome-contacts-49
|
||||
>=gnome-extra/gnome-system-monitor-46
|
||||
gnome-extra/gnome-tweaks
|
||||
gnome-extra/sushi
|
||||
>=gnome-extra/yelp-49
|
||||
>=media-gfx/libimagequant-4
|
||||
<media-gfx/gimp-3.0.6
|
||||
>=media-libs/libopenraw-0.3.2
|
||||
media-libs/subrandr
|
||||
media-plugins/gimp-lqr
|
||||
media-video/rav1e
|
||||
net-analyzer/wtfis
|
||||
@ -424,7 +437,11 @@ sys-block/thin-provisioning-tools
|
||||
sys-fs/bcachefs-tools
|
||||
virtual/rust
|
||||
www-apps/radicale
|
||||
>=www-client/epiphany-49
|
||||
>=x11-themes/adwaita-icon-theme-3.36
|
||||
x11-themes/adwaita-icon-theme-legacy
|
||||
>=gui-libs/gtk-4.20.1
|
||||
>=dev-cpp/gtkmm-4.20
|
||||
>=gui-libs/libadwaita-1.8.2
|
||||
>=gnome-extra/gnome-user-share-48.2
|
||||
>=app-editors/gnome-text-editor-49.0
|
||||
|
||||
@ -1,6 +1,14 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Ionen Wolkens <ionen@gentoo.org> (2025-12-24)
|
||||
# media-libs/subrandr is written in rust
|
||||
media-video/mpv subrandr
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-12-06)
|
||||
# Sequoia suite is written in Rust
|
||||
app-alternatives/gpg sequoia
|
||||
|
||||
# Alfred Wingate <parona@protonmail.com (2025-10-06)
|
||||
# Requires gjs which then requires rust through spidermonkey
|
||||
media-gfx/gimp javascript
|
||||
|
||||
@ -34,7 +34,7 @@ OSI-APPROVED-FREE 0BSD AFL-3.0 AGPL-3 AGPL-3+ Apache-1.1 Apache-2.0 APL-1.0 APSL
|
||||
# Licenses in this list should NOT appear directly or indirectly in
|
||||
# @FSF-APPROVED or @OSI-APPROVED.
|
||||
# Note: Licenses for fonts should be included in @MISC-FREE-DOCS.
|
||||
MISC-FREE AIFFWriter.m Allegro alternate AMPAS Base64 BEER-WARE boehm-gc BSD-2-with-patent BSD-with-attribution BSD-with-disclosure buddy bufexplorer.vim BZIP2 CAOSL CDDL-1.1 CDDL-Schily coldspringharbor CPL-0.5 Crypt-IDEA curl DES docbook dom4j DUMB-0.9.3 ElementTree Emacs ErlPL-1.1 FastCGI feh FFT2D File-MMagic Flashpix FLEX flexmock FLTK freetts FVWM gd gsm HTML-Tidy iASL icu IDPL imagemagick Info-ZIP inner-net ipadic Ispell JasPer2.0 JDOM JOVE Khronos-CLHPP LambdaMOO LIBGLOSS libmng libpng libpng2 libtiff LLGPL-2.1 LPPL-1.0 LPPL-1.3 lsof matplotlib Mini-XML minpack MIT-with-advertising mm mpich2 NCSA-AMD NCSA-HDF netcat NEWLIB ngrep NPSL-0.95 Old-MIT openafs-krb5-a Openwall otter par PCRE perforce photopc PHP-2.02 pngcrush pngnq Princeton psutils rc rdisc regexp-UofT repoze RSA RtMidi rwpng sash scanlogd sdlsasteroids Sendmail Sendmail-Open-Source SMAIL Snd Spencer-99 SSLeay SunSoft symlinks Sympow-BSD tablelist tcltk tcp_wrappers_license TeX TeX-other-free TextMate-bundle the-Click-license Time-Format Time-modules tm-align torque-2.5 Toyoda trio UCAR-Unidata unicode VTK w3m wm2 X11-Lucent xbatt xboing XC Xdebug xtrs ZSH
|
||||
MISC-FREE AIFFWriter.m Allegro alternate AMPAS Base64 BEER-WARE boehm-gc BSD-2-with-patent BSD-with-attribution BSD-with-disclosure buddy bufexplorer.vim BZIP2 CAOSL CDDL-1.1 CDDL-Schily coldspringharbor CPL-0.5 Crypt-IDEA curl DES docbook dom4j DUMB-0.9.3 ElementTree Emacs ErlPL-1.1 FastCGI feh FFT2D File-MMagic Flashpix FLEX flexmock FLTK freetts FVWM gd gsm HTML-Tidy iASL icu IDPL imagemagick Info-ZIP inner-net ipadic Ispell JasPer2.0 JDOM JOVE Khronos-CLHPP LambdaMOO LIBGLOSS libmng libpng libpng2 libtiff LLGPL-2.1 LPPL-1.0 LPPL-1.3 lsof matplotlib Mini-XML minpack MIT-with-advertising mm mpich2 NCSA-HDF netcat NEWLIB ngrep NPSL-0.95 Old-MIT openafs-krb5-a Openwall otter par PCRE perforce photopc PHP-2.02 pngcrush pngnq Princeton psutils rc rdisc regexp-UofT repoze RSA RtMidi rwpng sash scanlogd sdlsasteroids Sendmail Sendmail-Open-Source SMAIL Snd Spencer-99 SSLeay SunSoft symlinks Sympow-BSD tablelist tcltk tcp_wrappers_license TeX TeX-other-free TextMate-bundle the-Click-license Time-Format Time-modules tm-align torque-2.5 Toyoda trio UCAR-Unidata unicode VTK w3m wm2 X11-Lucent xbatt xboing XC Xdebug xtrs ZSH
|
||||
|
||||
# Metaset for all free software
|
||||
FREE-SOFTWARE @FSF-APPROVED @OSI-APPROVED-FREE @MISC-FREE
|
||||
|
||||
@ -17,6 +17,12 @@
|
||||
|
||||
#--- END OF EXAMPLES ---
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2025-11-25)
|
||||
# The package has turned into complete AI slop. Every subsequent
|
||||
# release introduces serious quality issues, and potential security
|
||||
# concerns. Please ask upstreams to move away from it.
|
||||
dev-python/autobahn
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2025-11-04)
|
||||
# Please depend on virtual/zlib, unless you are sure that the package
|
||||
# in question is not compatible with sys-libs/zlib-ng[compat] and/or
|
||||
@ -31,12 +37,6 @@ sys-libs/zlib
|
||||
# broken with Python 3.14.
|
||||
dev-python/httpretty
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2025-10-26)
|
||||
# Upstream discontinued the PyPI package, expects people to vendor it
|
||||
# instead. They also made random changes that make backporting fixes
|
||||
# hard.
|
||||
dev-python/click-plugins
|
||||
|
||||
# Alfred Wingate <parona@protonmail.com> (2025-10-18)
|
||||
# Only exists temporarily to facilitate upgrades for exaile.
|
||||
# Bug 892854
|
||||
@ -57,7 +57,6 @@ dev-python/passlib
|
||||
# fixed at all. Bug 948836
|
||||
dev-qt/designer:5
|
||||
dev-qt/linguist-tools:5
|
||||
dev-qt/qtcharts:5
|
||||
dev-qt/qtconcurrent:5
|
||||
dev-qt/qtdbus:5
|
||||
dev-qt/qtdeclarative:5
|
||||
@ -176,7 +175,6 @@ virtual/jpeg
|
||||
# Matt Turner <mattst88@gentoo.org> (2022-03-27)
|
||||
# Deprecated GNOME 2 era packages
|
||||
app-text/enchant:0
|
||||
app-text/gnome-doc-utils
|
||||
app-text/gtkspell:2
|
||||
app-text/scrollkeeper-dtd
|
||||
dev-cpp/gtkmm:2.4
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Uses GLEP 84 format
|
||||
@ -36,6 +36,207 @@
|
||||
|
||||
#--- END OF EXAMPLES ---
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2026-01-11)
|
||||
# Boost 1.89 and its reverse dependencies. Masked for testing.
|
||||
# Tracker bug #961524.
|
||||
>=dev-libs/boost-1.89
|
||||
>=dev-python/scipy-1.17
|
||||
|
||||
# Fabian Groffen <grobian@gentoo.org> (2026-01-08)
|
||||
# Too many issues already. Further testing is appreciated, but expect
|
||||
# breakage.
|
||||
=app-portage/portage-utils-0.99
|
||||
|
||||
# James Le Cuirot <chewi@gentoo.org> (2025-12-24)
|
||||
# The upstream community has forked with the vast majority going to UZDoom, now
|
||||
# packaged as games-engines/uzdoom in Gentoo. https://zdoom.org now follows this
|
||||
# new fork. Bug #967252. Removal on 2026-01-24.
|
||||
games-fps/gzdoom
|
||||
|
||||
# Eray Aslan <eras@gentoo.org> (2025-12-24)
|
||||
# Mask experimental software
|
||||
=mail-mta/postfix-3.12*
|
||||
|
||||
# Eli Schwartz <eschwartz@gentoo.org> (2025-12-15)
|
||||
# This version has lit a firecracker under the community and attracted
|
||||
# some ire. The situation is in a state of mild flux, and more generally
|
||||
# requires further consideration to determine the correct course of
|
||||
# action. Use at your own risk.
|
||||
>=app-text/calibre-8.11.0
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-12-21)
|
||||
# Fails to build against Qt 6.10, upstream repository was archived.
|
||||
# Bug #966389. Removal on 2026-01-15
|
||||
gui-libs/hyprland-qtutils
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2025-12-20)
|
||||
# Packages that are missing Python 3.12+ support (or in case
|
||||
# of dev-lang/julia, all versions are unkeyworded).
|
||||
# Bug #921826. Removal on 2026-01-20.
|
||||
dev-lang/julia
|
||||
dev-libs/redland-bindings
|
||||
dev-python/happybase
|
||||
games-engines/scrap-engine
|
||||
games-rpg/pokete
|
||||
net-misc/pulseaudio-dlna
|
||||
www-client/seamonkey
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-12-18)
|
||||
# Another change to multiprocessing broke Portage. >=sys-apps/portage-3.0.73-r2
|
||||
# is fixed, but a fixed version of Portage must be running in order to safely
|
||||
# upgrade or re-emerge Portage with >= Python 3.14.2. Mask until more users
|
||||
# have had a chance to upgrade Portage.
|
||||
#
|
||||
# This only affects users with non-default PYTHON_TARGETS (3.14) set.
|
||||
#
|
||||
# If you are unable to upgrade Portage, please manually edit
|
||||
# /usr/lib/python-exec/python3.14/emerge and /usr/lib/python-exec/python3.14/ebuild
|
||||
# by deleting the first 3 lines beginning with 'signal.signal(' (bug #967199).
|
||||
~app-doc/python-docs-3.14.2
|
||||
~dev-lang/python-3.14.2
|
||||
~dev-lang/python-0.3.14.2
|
||||
~dev-python/python-tests-3.14.2
|
||||
~dev-python/python-tests-0.3.14.2
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-12-15)
|
||||
# Last release depends on Qt5, upstream appears dormant. Bug #959826
|
||||
# Removal on 2026-01-15
|
||||
net-misc/electrum-ltc
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-12-14)
|
||||
# Still depends on Qt5 with no upstream activity in years. Bug #960814
|
||||
# Removal on 2026-01-15
|
||||
media-sound/qmidiroute
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-12-14)
|
||||
# Still depends on Qt5 with no upstream porting activity. Bug #960220
|
||||
# Removal on 2026-01-15
|
||||
media-sound/mp3diags
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-12-14)
|
||||
# Last release depends on Qt5, upstream appears dormant. Bug #950474
|
||||
# Removal on 2026-01-15
|
||||
media-gfx/luminance-hdr
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2025-12-12)
|
||||
# Upstream has switched to LLM-first coding which has already caused
|
||||
# a number of suspicious bugs. At this point, new versions
|
||||
# of the packages cannot be trusted to be safe to use. Furthermore,
|
||||
# the maintenance cost of dealing with packaging bugs alone
|
||||
# is overwhelming to human maintainers of this package.
|
||||
>=dev-python/autobahn-25.10
|
||||
>=dev-python/txaio-25.10
|
||||
|
||||
# Hans de Graaff <graaff@gentoo.org> (2025-12-11)
|
||||
# The twitter API is no longer available making this package
|
||||
# useless. Upstream has archived the gem and refers to an X gem as an
|
||||
# alternative. Removal on 2026-01-11.
|
||||
dev-ruby/twitter
|
||||
|
||||
# Michael Orlitzky <mjo@gentoo.org> (2025-12-08)
|
||||
# An experimental attempt to avoid the gtk -> librsvg -> rust dependency
|
||||
# that is now obsolete because upstream gtk links directly to librsvg.
|
||||
# Removal on or after 2026-01-08.
|
||||
media-libs/libsvgtiny-pixbuf
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-12-07)
|
||||
# Last release depends on Qt5, upstream appears dormant. Several
|
||||
# alternatives are available in ::gentoo. Bug #967107
|
||||
# Removal on 2026-01-15
|
||||
games-fps/doomsday
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-12-07)
|
||||
# Depends on PyQt5, stalled porting effort upstream.
|
||||
# Needs porting to Python 3.13, but 0.6.5 requires unpackaged dependency.
|
||||
# Bugs #948094, #952551. Removal on 2026-01-15
|
||||
media-sound/linux-show-player
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-12-07)
|
||||
# IUSE qt5 feature sees no porting effort upstream. 2.4.9-r1 remains
|
||||
# available with IUSE qt5 removed. Bug #965503
|
||||
# Removal on 2026-01-15
|
||||
=media-libs/libffado-2.4.9
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-12-05)
|
||||
# Depends on Qt5, stalled porting effort upstream. Bug #955277
|
||||
# Removal on 2026-01-15
|
||||
games-engines/qtads
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-12-05)
|
||||
# Depends on Qt5, no signs of porting work upstream. Bug #949881
|
||||
# Removal on 2026-01-15
|
||||
games-strategy/hedgewars
|
||||
|
||||
# Nowa Ammerlaan <nowa@gentoo.org> (2025-12-05)
|
||||
# Stuck on Qt5, no upstream action.
|
||||
# Please use the games-action/prismlauncher fork instead.
|
||||
# Removal on 2026-01-05. Bug 967108.
|
||||
games-action/multimc-bin
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2025-12-03)
|
||||
# Upstream changed how multiprocessing shares data between processes,
|
||||
# which means the upgrade randomly breaks some currently running Python
|
||||
# applications, notably Portage.
|
||||
~app-doc/python-docs-3.13.10
|
||||
~app-doc/python-docs-3.14.1
|
||||
~dev-lang/python-3.13.10
|
||||
~dev-lang/python-0.3.13.10
|
||||
~dev-lang/python-3.14.1
|
||||
~dev-lang/python-0.3.14.1
|
||||
~dev-python/python-tests-3.13.10
|
||||
~dev-python/python-tests-0.3.13.10
|
||||
~dev-python/python-tests-3.14.1
|
||||
~dev-python/python-tests-0.3.14.1
|
||||
|
||||
# Jaco Kroon <jkroon@gentoo.org> (2025-12-02)
|
||||
# Dead upstream, limited usefulness. If you're still using it please reach out
|
||||
# so we can discuss options. Likely not worth the effort to fix the compiler
|
||||
# warnings soon to be errors.
|
||||
# No revdeps.
|
||||
# Open bugs: #929259
|
||||
# Removal on 2026-01-02.
|
||||
net-proxy/sqtop
|
||||
|
||||
# David Seifert <soap@gentoo.org> (2025-12-01)
|
||||
# Last release over 20 years ago, ancient codebase, lots of QA warnings, no
|
||||
# other distro packages this anymore. Removal on 2025-12-31. Bug #944877.
|
||||
sci-biology/rnaview
|
||||
|
||||
# David Seifert <soap@gentoo.org> (2025-11-30)
|
||||
# Last release over 15 years ago, GTK+2, EAPI 7, broken C constructs, removed
|
||||
# by other distros already. Removal on 2025-12-30. Bug #944347.
|
||||
sys-apps/gscanbus
|
||||
|
||||
# David Seifert <soap@gentoo.org> (2025-11-30)
|
||||
# Unmaintained, dead package, last release over 20 years ago, no other distro
|
||||
# packages this anymore, EAPI 7. Removal on 2025-12-30. Bug #943810.
|
||||
sys-fs/lde
|
||||
|
||||
# David Seifert <soap@gentoo.org> (2025-11-30)
|
||||
# More than 26 years since release, ancient C code, no revdeps in tree,
|
||||
# no other distro still packages this.
|
||||
# Removal on 2025-12-30. Bug #881017, #944864, #945018.
|
||||
sci-libs/djbfft
|
||||
|
||||
# Eli Schwartz <eschwartz@gentoo.org> (2025-11-30)
|
||||
# Abandoned and unmaintained. It existed solely as a test dep for
|
||||
# dev-python/sphinx-rtd-theme, which no longer uses it, so nobody should
|
||||
# have it installed anyway.
|
||||
# Removal on 2025-12-30. Bugs #966396, #963998.
|
||||
dev-python/readthedocs-sphinx-ext
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-11-25)
|
||||
# Generates session keys with weak (no) randomness. Please re-encrypt
|
||||
# any data/messages using this librnp version. <0.18 is fine as is >=0.18.1.
|
||||
# See bug #966299.
|
||||
=dev-util/librnp-0.18.0
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2025-11-22)
|
||||
# A NIH replacement for dev-python/faker with a very slow test suite.
|
||||
# No reverse dependencies left.
|
||||
# Removal on 2025-12-22. Bug #966327.
|
||||
dev-python/fake-py
|
||||
|
||||
# orbea <orbea@riseup.net> (2025-11-16)
|
||||
# Dead upstream, non-free licenses, depends on libsdl, no revdeps.
|
||||
# Use games-emulation/geolith-jg instead.
|
||||
@ -43,17 +244,6 @@
|
||||
# Removal on 2025-12-16.
|
||||
games-emulation/gngeo
|
||||
|
||||
# Ionen Wolkens <ionen@gentoo.org> (2025-11-14)
|
||||
# A regression[1][2] is causing many users to be stuck at 1920x1080@60
|
||||
# due the drivers seemingly misdetecting capacity of the connection to
|
||||
# the monitor when using DisplayPort or HDMI with certain setups.
|
||||
#
|
||||
# Not everyone is affected, so feel free to unmask if not.
|
||||
#
|
||||
# [1] https://forums.developer.nvidia.com/t/580-release-feedback-discussion/341205/795
|
||||
# [2] https://github.com/NVIDIA/open-gpu-kernel-modules/issues/960
|
||||
~x11-drivers/nvidia-drivers-580.105.08
|
||||
|
||||
# Petr Vaněk <arkamar@gentoo.org> (2025-11-13)
|
||||
# The MDEV-38068 issue has been discovered with MariaDB 11.8.4. The issue
|
||||
# caused a partial data deletion when using the DELETE statement on MyISAM or
|
||||
@ -78,27 +268,6 @@ games-emulation/gngeo
|
||||
~dev-python/click-8.3.0
|
||||
=dev-python/click-8.3.1
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-11-03)
|
||||
# Dead upstream, vulernabilities, depends on Qt5, no revdeps.
|
||||
# Bugs #752042, #884041, #918096, #948092, #952542.
|
||||
# Removal on 2025-12-02.
|
||||
media-sound/cadence
|
||||
|
||||
# Mike Gilbert <floppym@gentoo.org> (2025-10-29)
|
||||
# No longer used by sys-boot/grub.
|
||||
# Removal on 2025-11-28.
|
||||
sec-keys/openpgp-keys-danielkiper
|
||||
|
||||
# Arthur Zamarin <arthurzam@gentoo.org> (2025-10-25)
|
||||
# EAPI=7, maintainer-needed, no rev deps, source digest mismatch.
|
||||
# Removal on 2025-11-24. Bugs #965097, #927089.
|
||||
dev-libs/eventlog
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2025-10-21)
|
||||
# Old backport with no revdeps left.
|
||||
# Removal on 2025-11-20. Bug #964780.
|
||||
dev-python/backports-ssl-match-hostname
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-10-13)
|
||||
# Crashes in memtodest when handling PATH. Not yet reported upstream.
|
||||
=app-shells/dash-0.5.13.1
|
||||
@ -108,82 +277,6 @@ dev-python/backports-ssl-match-hostname
|
||||
# by dev-lang/rust-bin. Also needs net-proxy/mitmproxy-linux updates.
|
||||
>=dev-util/bpf-linker-0.9.15-r1
|
||||
|
||||
# Hans de Graaff <graaff@gentoo.org> (2025-10-10)
|
||||
# No longer supported upstream since 2025-04-01. Use Rails 7.2 or newer
|
||||
# instead. Masked for removal on 2025-11-10).
|
||||
dev-ruby/activerecord:7.0
|
||||
dev-ruby/actioncable:7.0
|
||||
dev-ruby/actionview:7.0
|
||||
dev-ruby/activejob:7.0
|
||||
dev-ruby/activesupport:7.0
|
||||
dev-ruby/activestorage:7.0
|
||||
dev-ruby/actionpack:7.0
|
||||
dev-ruby/activemodel:7.0
|
||||
dev-ruby/actionmailer:7.0
|
||||
dev-ruby/actionmailbox:7.0
|
||||
dev-ruby/actiontext:7.0
|
||||
dev-ruby/rails:7.0
|
||||
dev-ruby/railties:7.0
|
||||
dev-ruby/haml:5
|
||||
|
||||
# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2025-10-02)
|
||||
# Nothing depends on it.
|
||||
# Removal: 2025-11-01. Bug #961199
|
||||
net-libs/NativeThread
|
||||
|
||||
# Ionen Wolkens <ionen@gentoo.org> (2025-10-07)
|
||||
# Masked for testing the new .0 version and leave time for packages
|
||||
# to catch up on support. Will likely be kept masked until 6.10.1
|
||||
# is released unless there is a notable reason to need this earlier.
|
||||
#
|
||||
# If wanted, feel welcome to add `dev-qt/*:6/6.10.0` to package.unmask
|
||||
# and report issues.
|
||||
#
|
||||
# A common issue with 6.10 is builds failing to find Qt private headers
|
||||
# as it (now) requires searching for e.g. GuiPrivate in CMakeLists.txt.
|
||||
=dev-python/pyqt6-6.10*
|
||||
=dev-python/pyqt6-webengine-6.10*
|
||||
=dev-python/pyside-6.10.0*
|
||||
=dev-qt/qt-docs-6.10.0*
|
||||
=dev-qt/qt3d-6.10.0*
|
||||
=dev-qt/qt5compat-6.10.0*
|
||||
=dev-qt/qtbase-6.10.0*
|
||||
=dev-qt/qtcharts-6.10.0*
|
||||
=dev-qt/qtconnectivity-6.10.0*
|
||||
=dev-qt/qtdeclarative-6.10.0*
|
||||
=dev-qt/qtgraphs-6.10.0*
|
||||
=dev-qt/qthttpserver-6.10.0*
|
||||
=dev-qt/qtimageformats-6.10.0*
|
||||
=dev-qt/qtlanguageserver-6.10.0*
|
||||
=dev-qt/qtlocation-6.10.0*
|
||||
=dev-qt/qtmultimedia-6.10.0*
|
||||
=dev-qt/qtnetworkauth-6.10.0*
|
||||
=dev-qt/qtpositioning-6.10.0*
|
||||
=dev-qt/qtquick3d-6.10.0*
|
||||
=dev-qt/qtquicktimeline-6.10.0*
|
||||
=dev-qt/qtremoteobjects-6.10.0*
|
||||
=dev-qt/qtscxml-6.10.0*
|
||||
=dev-qt/qtsensors-6.10.0*
|
||||
=dev-qt/qtserialbus-6.10.0*
|
||||
=dev-qt/qtserialport-6.10.0*
|
||||
=dev-qt/qtshadertools-6.10.0*
|
||||
=dev-qt/qtspeech-6.10.0*
|
||||
=dev-qt/qtsvg-6.10.0*
|
||||
=dev-qt/qttools-6.10.0*
|
||||
=dev-qt/qttranslations-6.10.0*
|
||||
=dev-qt/qtvirtualkeyboard-6.10.0*
|
||||
=dev-qt/qtwayland-6.10.0*
|
||||
=dev-qt/qtwebchannel-6.10.0*
|
||||
=dev-qt/qtwebengine-6.10.0*
|
||||
=dev-qt/qtwebsockets-6.10.0*
|
||||
=dev-qt/qtwebview-6.10.0*
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2025-10-06)
|
||||
# Refcount errors that trigger crashes in dev-python/moto
|
||||
# and dev-python/ipyparallel tests.
|
||||
=dev-python/pymongo-4.15.3
|
||||
=dev-python/pymongo-4.15.2
|
||||
|
||||
# Lukas Schmelting <lschmelting@posteo.com> (2025-10-03)
|
||||
# Breaks e.g. in combination with gnome-shell-48.4, gettext/gjs (bug #963815)
|
||||
>=dev-libs/glib-2.86.0
|
||||
@ -205,18 +298,6 @@ net-libs/NativeThread
|
||||
# Removal on 2025-12-16. Bug #960358.
|
||||
sys-fs/encfs
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2025-09-15)
|
||||
# Masking due to regressions.
|
||||
# https://github.com/pyparsing/pyparsing/issues/618
|
||||
=dev-python/pyparsing-3.2.4
|
||||
|
||||
# Eli Schwartz <eschwartz@gentoo.org> (2025-09-01)
|
||||
# Effectively unmaintained in Gentoo. Upstream dead for 8 years. Stuck
|
||||
# on py3.11, but no testsuite and still has py2-specific source code so
|
||||
# the pity port to py3 was likely misguided and never tested!
|
||||
# Removal on 2025-10-01. Bug #956814.
|
||||
app-vim/voom
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-08-29)
|
||||
# Obsolete transitional meta package. Bug #961795. Removal on 2025-09-28.
|
||||
media-sound/pulseaudio
|
||||
@ -416,9 +497,11 @@ dev-qt/qtdatavis3d:5
|
||||
dev-qt/qtgamepad:5
|
||||
dev-qt/qtlocation:5
|
||||
dev-qt/qtnetworkauth:5
|
||||
dev-qt/qtpositioning:5
|
||||
dev-qt/qtquicktimeline:5
|
||||
dev-qt/qtsensors:5
|
||||
dev-qt/qtserialbus:5
|
||||
dev-qt/qtserialport:5
|
||||
dev-qt/qtvirtualkeyboard:5
|
||||
dev-qt/qtwebchannel:5
|
||||
dev-qt/qtwebview:5
|
||||
|
||||
@ -1 +0,0 @@
|
||||
5
|
||||
@ -1,8 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
MACOSX_DEPLOYMENT_TARGET="10.5"
|
||||
|
||||
# sandbox is working with use of Mac OS X's seatbelt (since 10.5)
|
||||
# but it generates problems, #456234
|
||||
#FEATURES="sandbox"
|
||||
@ -1,6 +0,0 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Fabian Groffen <grobian@gentoo.org> (2012-05-03)
|
||||
# Needs 10.6 or up
|
||||
>=dev-lang/ghc-7
|
||||
@ -1 +0,0 @@
|
||||
..
|
||||
@ -1 +0,0 @@
|
||||
5
|
||||
@ -1 +0,0 @@
|
||||
5
|
||||
@ -1 +0,0 @@
|
||||
..
|
||||
@ -1,5 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
CHOST="powerpc-apple-darwin9"
|
||||
CHOST_ppc="${CHOST}"
|
||||
@ -1,6 +0,0 @@
|
||||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Elias Pipping <pipping@gentoo.org> (2007-09-30)
|
||||
# compiles with -aqua, doesn't work, though
|
||||
media-video/mplayer aqua
|
||||
@ -1,8 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
|
||||
# flag returns compile errors
|
||||
media-video/mplayer cpudetection
|
||||
# libs mising
|
||||
media-video/mplayer sdl libcaca dv nas bidi enca cdparanoia samba live openal
|
||||
@ -1,3 +0,0 @@
|
||||
..
|
||||
../../features/fsf-gcc-ld64
|
||||
../../arch/ppc
|
||||
@ -1,4 +0,0 @@
|
||||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
export MACOSX_DEPLOYMENT_TARGET=10.5
|
||||
@ -1 +0,0 @@
|
||||
5
|
||||
@ -1 +0,0 @@
|
||||
5
|
||||
@ -1 +0,0 @@
|
||||
..
|
||||
@ -1,5 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
CHOST="i686-apple-darwin9"
|
||||
CHOST_x86="${CHOST}"
|
||||
@ -1,2 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
@ -1,3 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
@ -1,6 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Elias Pipping <pipping@gentoo.org> (2007-09-30)
|
||||
# compiles with -aqua, doesn't work, though
|
||||
media-video/mplayer aqua
|
||||
@ -1,4 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
..
|
||||
../../arch/x86
|
||||
@ -1,14 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# This file masks out USE flags that are simply NOT allowed in the default
|
||||
# x86 profile. This works, for example, if another architecture's
|
||||
# profile have a USE flag associated with (such as altivec, mmx, etc).
|
||||
|
||||
# Unmask x86 instruction sets
|
||||
-cpu_flags_x86_mmx
|
||||
-cpu_flags_x86_mmxext
|
||||
-cpu_flags_x86_sse
|
||||
-cpu_flags_x86_sse2
|
||||
-cpu_flags_x86_ssse3
|
||||
-svga
|
||||
6
sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/26.0/packages
vendored
Normal file
6
sdk_container/src/third_party/portage-stable/profiles/prefix/darwin/macos/26.0/packages
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# doesn't compile any more on this version, isn't necessary any more
|
||||
# either, so drop it
|
||||
-*sys-apps/darwin-miscutils
|
||||
@ -1 +0,0 @@
|
||||
5
|
||||
@ -1,12 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
ARCH="ppc-macos"
|
||||
ACCEPT_KEYWORDS="~ppc-macos"
|
||||
|
||||
# multilib build stuff, single ABI (no multilib)
|
||||
MULTILIB_ABIS="ppc"
|
||||
DEFAULT_ABI="ppc"
|
||||
ABI="ppc"
|
||||
IUSE_IMPLICIT="abi_ppc_32"
|
||||
LIBDIR_ppc="lib"
|
||||
@ -1,5 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# The 32-bits profile is inherited by the 64-bits one!
|
||||
# All the Mac OS X profiles inherit from their matching arch profile here.
|
||||
@ -1,6 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Fabian Groffen <grobian@gentoo.org> (2024-03-08)
|
||||
# un-force pie, won't work on this arch
|
||||
sys-devel/gcc -pie
|
||||
@ -1,17 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# The 32-bits profile is inherited by the 64-bits one!
|
||||
# All the Mac OS X profiles inherit from their matching arch profile here.
|
||||
|
||||
# Fabian Groffen <grobian@gentoo.org> (2024-03-08)
|
||||
# mask pie, won't work on this arch
|
||||
sys-devel/gcc pie
|
||||
|
||||
# Elias Pipping <pipping@gentoo.org> (2007-09-01)
|
||||
# imlib2 does not compile with USE=mmx
|
||||
media-libs/imlib2 cpu_flags_x86_mmx
|
||||
|
||||
# Elias Pipping <pipping@gentoo.org> (2007-09-01)
|
||||
# mpg123 does not compile with USE=mmx
|
||||
media-sound/mpg123-base cpu_flags_x86_mmx
|
||||
@ -1,10 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Force the flag corresponding to the default ABI
|
||||
ppc-macos
|
||||
abi_ppc_32
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-07-19)
|
||||
# Force the native/host target
|
||||
llvm_targets_PowerPC
|
||||
@ -1,6 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Unmask the flag corresponding to the default ABI
|
||||
-ppc-macos
|
||||
-abi_ppc_32
|
||||
@ -1 +0,0 @@
|
||||
5
|
||||
@ -1,16 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
ARCH="x86-macos"
|
||||
ACCEPT_KEYWORDS="~x86-macos"
|
||||
|
||||
CPU_FLAGS_X86="mmx mmxext sse sse2"
|
||||
|
||||
# multilib build stuff, single ABI (no multilib)
|
||||
MULTILIB_ABIS="x86"
|
||||
DEFAULT_ABI="x86"
|
||||
ABI="x86"
|
||||
IUSE_IMPLICIT="abi_x86_32"
|
||||
LIBDIR_x86="lib"
|
||||
# figure out automatically what is the best to use
|
||||
CFLAGS="-march=native"
|
||||
@ -1,5 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# All the Mac OS X profiles inherit from their matching arch profile here.
|
||||
|
||||
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