202 lines
7.4 KiB
Text
202 lines
7.4 KiB
Text
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# Sam James <sam@gentoo.org> (2021-03-08)
|
|
# Broken without USE=unicode
|
|
# Needs to link with libiconv, bug #774507
|
|
app-text/vilistextum unicode
|
|
|
|
# Sam James <sam@gentoo.org> (2021-03-03)
|
|
# A large number of packages still need /usr/bin/python{,2,3}
|
|
# including meson.eclass consumers.
|
|
# This is largely a QA smoketesting flag, and as such, should
|
|
# not be enabled by users.
|
|
dev-lang/python-exec native-symlinks
|
|
|
|
# Lars Wendler <polynomial-c@gentoo.org> (2020-12-31)
|
|
# Force-enable unicode. We're in 2020 and this should really be available
|
|
# everywhere.
|
|
# See this mailing list thread:
|
|
# https://archives.gentoo.org/gentoo-user/message/efc647eb07fb8c99b2619e3402281edd
|
|
# Andreas K. Hüttel <dilfridge@gentoo.org> (2021-01-01)
|
|
# Add more packages
|
|
#
|
|
# a) no additional deps
|
|
sys-libs/ncurses unicode
|
|
sys-libs/readline unicode
|
|
app-editors/nano unicode
|
|
app-admin/metalog unicode
|
|
app-arch/unzip unicode
|
|
app-arch/zip unicode
|
|
sys-apps/util-linux unicode
|
|
sys-process/procps unicode
|
|
www-client/lynx unicode
|
|
#
|
|
# b) using libidn
|
|
app-text/ghostscript-gpl unicode
|
|
|
|
# Michał Górny <mgorny@gentoo.org> (2020-09-01)
|
|
# sys-boot/udk is being removed, and newest revision of refind does not
|
|
# support it already.
|
|
sys-boot/refind gnuefi
|
|
|
|
# Alexey Sokolov <alexey+gentoo@asokolov.org> (2020-12-06)
|
|
# Doesn't build without X. Not removing IUSE from ebuild yet in hope that
|
|
# https://github.com/TomenetGame/tomenet/issues/14 will be fixed.
|
|
>=games-roguelike/tomenet-4.7.3 X
|
|
|
|
# Mikle Kolyada <zlogene@gentoo.org> (2020-08-08)
|
|
# Ensure tools flag is enabled for @system set
|
|
sys-apps/kmod tools
|
|
|
|
# Sergei Trofimovich <slyfox@gentoo.org> (2020-06-24)
|
|
# Don't let people lose 'cc' or 'f77' by accident.
|
|
sys-devel/gcc-config cc-wrappers
|
|
|
|
# Sergei Trofimovich <slyfox@gentoo.org> (2020-05-24)
|
|
# Many base packages still rely on unqualified tools.
|
|
# To contain the breakage flags are masked. Once most packages
|
|
# build with unqualified tools missing we will lift
|
|
# the force flag. More details are at:
|
|
# https://wiki.gentoo.org/wiki/Project:Toolchain/use_native_symlinks
|
|
sys-devel/binutils-config native-symlinks
|
|
sys-devel/gcc-config native-symlinks
|
|
sys-devel/gcc-config cc-wrappers
|
|
|
|
# Michał Górny <mgorny@gentoo.org> (2017-12-30)
|
|
# Require user configs unless we supply our own .config.
|
|
sys-kernel/gentoo-kernel savedconfig
|
|
sys-kernel/vanilla-kernel savedconfig
|
|
|
|
# Matt Turner <mattst88@gentoo.org> (2020-03-28)
|
|
# wget is the default FETCHCOMMAND, and most distfiles are distributed via
|
|
# HTTPS. Bug #611072
|
|
net-misc/wget ssl
|
|
|
|
# Michał Górny <mgorny@gentoo.org> (2020-01-12)
|
|
# libcxxabi is the only supported option. The support for libsupc++
|
|
# is maintained for experts only.
|
|
sys-libs/libcxx libcxxabi
|
|
|
|
# Michał Górny <mgorny@gentoo.org> (2019-12-06)
|
|
# Non-initramfs builds do not work with the default .config. Force
|
|
# the mask, so that users don't brick their systems. If somebody wants
|
|
# to avoid initramfs, he needs to use a custom .config and unforce
|
|
# the flag.
|
|
sys-kernel/vanilla-kernel initramfs
|
|
|
|
# Andreas K. Hüttel <dilfridge@gentoo.org> (2021-07-14)
|
|
# Upstream plans to drop libcrypt.so.1/crypt.h from glibc
|
|
# distribution and rely on external providers like libxcrypt.
|
|
# Here we are following that path too.
|
|
<sys-libs/glibc-2.33-r2 crypt
|
|
>=sys-libs/libxcrypt-4.4.23-r1 system compat
|
|
|
|
# Matt Turner <mattst88@gentoo.org> (2019-09-01)
|
|
# <dev-scheme/guile-2 is package.mask'd, so force USE=guile2
|
|
media-sound/lilypond guile2
|
|
|
|
# Sergei Trofimovich <slyfox@gentoo.org> (2019-08-17)
|
|
# USE=-cxx us a sure way to break native install as modern gcc
|
|
# requires C++ to bootstrap. But in rare cases it's useful
|
|
# to have a compiler not capable of C++, bug #692126.
|
|
sys-devel/gcc cxx
|
|
|
|
# Andreas K. Hüttel <dilfridge@gentoo.org> (2019-04-14)
|
|
# Make sure glibc static libs are installed for now. Not installing
|
|
# them is an experimental feature and needs testing.
|
|
sys-libs/glibc static-libs
|
|
|
|
# Michał Górny <mgorny@gentoo.org> (2019-03-22)
|
|
# Force building separate tinfo to maintain stable library API. This
|
|
# is backwards-compatible with packages linked to -lncurses, so neither
|
|
# installed packages nor pre-built software should be negatively
|
|
# affected. On the other hand, disabling USE=tinfo is capable of
|
|
# breaking installed packages.
|
|
sys-libs/ncurses tinfo
|
|
sys-libs/ncurses-compat tinfo
|
|
|
|
# Mart Raudsepp <leio@gentoo.org> (2018-12-14)
|
|
# Security is not optional if available for the architecture/kernel.
|
|
gnome-base/gnome-desktop seccomp
|
|
app-misc/tracker-miners seccomp
|
|
net-libs/webkit-gtk seccomp
|
|
|
|
# Luke Dashjr <luke-jr+gentoobugs@utopios.org> (2018-11-19)
|
|
# iasl is not keyworded on many platforms yet
|
|
sys-firmware/seabios binary
|
|
|
|
# Andreas K. Hüttel <dilfridge@gentoo.org> (2018-09-11)
|
|
# All glibc versions that include RPC code are masked now.
|
|
dev-perl/Lab-VXI11 libtirpc
|
|
net-analyzer/snort libtirpc
|
|
net-firewall/conntrack-tools libtirpc
|
|
net-fs/autofs libtirpc
|
|
net-misc/netkit-bootparamd libtirpc
|
|
sci-astronomy/esomidas libtirpc
|
|
sys-cluster/glusterfs libtirpc
|
|
|
|
# Adam Feldman <NP-Hardass@gentoo.org> (2017-04-10)
|
|
# Always force patch on appropriate variant
|
|
app-emulation/wine-staging staging
|
|
|
|
# David Seifert <soap@gentoo.org> (2017-03-07)
|
|
# Only ever use system ffmpeg, allow kodi bundled ffmpeg
|
|
# only for debug pruposes.
|
|
media-tv/kodi system-ffmpeg
|
|
|
|
# Sam Jorna <wraeth@gentoo.org> (2016-12-15)
|
|
# Known to build unbootable EFI binaries on some systems when built with
|
|
# UDK. Forcing use of gnu-efi until it's more stable
|
|
# (probably after stabilization of refind-0.11.4).
|
|
sys-boot/refind gnuefi
|
|
|
|
# Mike Gilbert <floppym@gentoo.org> (2016-10-13)
|
|
# Python without threads breaks in many ways.
|
|
dev-lang/python threads
|
|
|
|
# Maciej Mrozowski <reavertm@gentoo.org> (2016-09-01)
|
|
# Workaround until resolved upstream (bug #586840)
|
|
>=dev-games/simgear-2016.2.1 dns
|
|
|
|
# Justin Lecher <jlec@gentoo.org> (2014-08-10)
|
|
# Doesn't work without acl support
|
|
# No patch yet, #516626
|
|
>=net-fs/netatalk-3.1.3 acl
|
|
|
|
# Pawel Hajdan jr <phajdan.jr@gentoo.org> (2014-06-12)
|
|
# Chromium builds in PIC mode on most arches anyway,
|
|
# i.e. this use flag has no effect on them.
|
|
www-client/chromium pic
|
|
|
|
# Zac Medico <zmedico@gentoo.org> (2012-12-04)
|
|
# Force app-shells/bash[readline] in stage1 builds, so that compgen is
|
|
# available for sys-apps/portage (see bug #445576).
|
|
app-shells/bash:0 readline
|
|
|
|
# Michał Górny <mgorny@gentoo.org> (2012-10-14)
|
|
# Force-enable all PYTHON_TARGETS for python-exec to avoid using private
|
|
# API. Please remember to keep it in sync with python_targets.desc.
|
|
dev-lang/python-exec python_targets_python3_8
|
|
dev-lang/python-exec python_targets_python3_9
|
|
dev-lang/python-exec python_targets_python3_10
|
|
dev-lang/python-exec python_targets_pypy3
|
|
|
|
# Zac Medico <zmedico@gentoo.org> (2010-10-20)
|
|
# Force ipc USE flag since it should remain enabled unless
|
|
# it is found to be incompatible with a specific profile
|
|
# or environment. When enabled, it fixes bug #278895,
|
|
# bug #315615, and makes subshell die support more robust
|
|
# (so that repoman's ebuild.nesteddie check is irrelevant).
|
|
sys-apps/portage ipc
|
|
|
|
# Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
|
|
# Python should use wide Unicode implementation by default.
|
|
# Switching of "wide-unicode" USE flag changes ABI of Python
|
|
# and requires reinstallation of many Python modules.
|
|
dev-lang/python wide-unicode
|
|
|
|
# Peter Alfredsen <loki_val@gentoo.org> (2009-04-11)
|
|
# Forcing w.r.t. bug 265336. When unicode use-flag is
|
|
# turned off, ABI is broken without a .so bump.
|
|
dev-libs/libpcre unicode
|