profiles: Remove stale package references
[gentoo.git] / profiles / base / package.use.force
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 # Michał Górny <mgorny@gentoo.org> (2017-12-30)
5 # Require user configs unless we supply our own .config.
6 sys-kernel/gentoo-kernel savedconfig
7 sys-kernel/vanilla-kernel savedconfig
8
9 # Matt Turner <mattst88@gentoo.org> (2020-03-28)
10 # wget is the default FETCHCOMMAND, and most distfiles are distributed via
11 # HTTPS. Bug #611072
12 net-misc/wget ssl
13
14 # Michał Górny <mgorny@gentoo.org> (2020-01-12)
15 # libcxxabi is the only supported option.  The support for libsupc++
16 # is maintained for experts only.
17 sys-libs/libcxx libcxxabi
18
19 # Michał Górny <mgorny@gentoo.org> (2019-12-06)
20 # Non-initramfs builds do not work with the default .config.  Force
21 # the mask, so that users don't brick their systems.  If somebody wants
22 # to avoid initramfs, he needs to use a custom .config and unforce
23 # the flag.
24 sys-kernel/vanilla-kernel initramfs
25
26 # Sergei Trofimovich <slyfox@gentoo.org> (2019-11-06)
27 # Upstream plans to drop libcrypt.so.1/crypt.h from glibc
28 # distribution and rely on external providers lke libxcrypt.
29 # Gentoo will follow the suit but today we are not ready.
30 # Unmask at your risk. Bug #699422 tracks the effort.
31 sys-libs/glibc crypt
32
33 # Matt Turner <mattst88@gentoo.org> (2019-09-01)
34 # <dev-scheme/guile-2 is package.mask'd, so force USE=guile2
35 media-sound/lilypond guile2
36
37 # Sergei Trofimovich <slyfox@gentoo.org> (2019-08-17)
38 # USE=-cxx us a sure way to break native install as modern gcc
39 # requires C++ to bootstrap. But in rare cases it's useful
40 # to have a compiler not capable of C++, bug #692126.
41 sys-devel/gcc cxx
42
43 # Andreas K. Hüttel <dilfridge@gentoo.org> (2019-04-14)
44 # Make sure glibc static libs are installed for now. Not installing
45 # them is an experimental feature and needs testing.
46 sys-libs/glibc static-libs
47
48 # Michał Górny <mgorny@gentoo.org> (2019-03-22)
49 # Force building separate tinfo to maintain stable library API.  This
50 # is backwards-compatible with packages linked to -lncurses, so neither
51 # installed packages nor pre-built software should be negatively
52 # affected.  On the other hand, disabling USE=tinfo is capable of
53 # breaking installed packages.
54 sys-libs/ncurses tinfo
55 sys-libs/ncurses-compat tinfo
56
57 # Mart Raudsepp <leio@gentoo.org> (2018-12-14)
58 # Security is not optional if available for the architecture/kernel.
59 gnome-base/gnome-desktop seccomp
60 app-misc/tracker-miners seccomp
61 >gnome-base/nautilus-3.29 seccomp
62 net-libs/webkit-gtk seccomp
63
64 # Andreas K. Hüttel <dilfridge@gentoo.org> (2018-09-11)
65 # All glibc versions that include RPC code are masked now.
66 dev-libs/libspt libtirpc
67 dev-perl/Lab-VXI11 libtirpc
68 net-analyzer/argus libtirpc
69 net-analyzer/snort libtirpc
70 net-firewall/conntrack-tools libtirpc
71 net-fs/autofs libtirpc
72 net-misc/netkit-bootparamd libtirpc
73 sci-astronomy/esomidas libtirpc
74 sys-cluster/glusterfs libtirpc
75
76 # NP-Hardass <NP-Hardass@gentoo.org> (2017-04-10)
77 # Always force patch on appropriate variant
78 app-emulation/wine-staging staging
79
80 # David Seifert <soap@gentoo.org> (2017-03-07)
81 # Only ever use system ffmpeg, allow kodi bundled ffmpeg
82 # only for debug pruposes.
83 media-tv/kodi system-ffmpeg
84
85 # Sam Jorna <wraeth@gentoo.org> (2016-12-15)
86 # Known to build unbootable EFI binaries on some systems when built with
87 # UDK. Forcing use of gnu-efi until it's more stable
88 # (probably after stabilization of refind-0.11.4).
89 sys-boot/refind gnuefi
90
91 # Mike Gilbert <floppym@gentoo.org> (2016-10-13)
92 # Python without threads breaks in many ways.
93 dev-lang/python threads
94
95 # Maciej Mrozowski <reavertm@gentoo.org> (2016-09-01)
96 # Workaround until resolved upstream (bug #586840)
97 >=dev-games/simgear-2016.2.1 dns
98
99 # Justin Lecher <jlec@gentoo.org> (2014-08-10)
100 # Doesn't work without acl support
101 # No patch yet, #516626
102 >=net-fs/netatalk-3.1.3 acl
103
104 # Pawel Hajdan jr <phajdan.jr@gentoo.org> (2014-06-12)
105 # Chromium builds in PIC mode on most arches anyway,
106 # i.e. this use flag has no effect on them.
107 www-client/chromium pic
108
109 # Zac Medico <zmedico@gentoo.org> (2012-12-04)
110 # Force app-shells/bash[readline] in stage1 builds, so that compgen is
111 # available for sys-apps/portage (see bug #445576).
112 app-shells/bash:0 readline
113
114 # Michał Górny <mgorny@gentoo.org> (2012-10-14)
115 # Force-enable all PYTHON_TARGETS for python-exec to avoid using private
116 # API. Please remember to keep it in sync with python_targets.desc.
117 dev-lang/python-exec python_targets_python2_7
118 dev-lang/python-exec python_targets_python3_6
119 dev-lang/python-exec python_targets_python3_7
120 dev-lang/python-exec python_targets_python3_8
121 dev-lang/python-exec python_targets_pypy3
122
123 # Zac Medico <zmedico@gentoo.org> (2010-10-20)
124 # Force ipc USE flag since it should remain enabled unless
125 # it is found to be incompatible with a specific profile
126 # or environment. When enabled, it fixes bug #278895,
127 # bug #315615, and makes subshell die support more robust
128 # (so that repoman's ebuild.nesteddie check is irrelevant).
129 sys-apps/portage ipc
130
131 # Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
132 # Python should use wide Unicode implementation by default.
133 # Switching of "wide-unicode" USE flag changes ABI of Python
134 # and requires reinstallation of many Python modules.
135 dev-lang/python wide-unicode
136
137 # Peter Alfredsen <loki_val@gentoo.org> (2009-04-11)
138 # Forcing w.r.t. bug 265336. When unicode use-flag is
139 # turned off, ABI is broken without a .so bump.
140 dev-libs/libpcre unicode