profiles: Mask app-emulation/aranym[jit] except on amd64/x86
[gentoo.git] / profiles / base / package.use.mask
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 # This file requires >=portage-2.1.1
5 # New entries go on top.
6
7 # This file is only for generic masks. For arch-specific masks (i.e.
8 # mask everywhere, unmask on arch/*) use arch/base.
9
10 # James Le Cuirot <chewi@gentoo.org> (2019-12-10)
11 # The JIT feature only works on amd64 and x86.
12 app-emulation/aranym jit
13
14 # Andreas Sturmlechner <asturm@gentoo.org> (2019-12-07)
15 # dev-python/flask-cors is PMASKED.
16 media-sound/beets webserver
17
18 # Michał Górny <mgorny@gentoo.org> (2019-12-04)
19 # Python 2.7 only packages optionally needing dev-python/ipython.
20 app-misc/gourmet ipython
21 dev-python/restkit cli
22
23 # Michał Górny <mgorny@gentoo.org> (2019-12-04)
24 # Packages requiring dev-python/ipython to build the docs and still
25 # supporting Python 2.7.  This can be resolved long term via either
26 # using any-r1 API to build docs or cond-deps.
27 dev-python/matplotlib doc
28 dev-python/pandas doc
29 <dev-python/pandas-0.24.2 full-support test
30 dev-python/pandas-datareader doc
31 dev-python/patsy doc
32 dev-python/statsmodels doc
33
34 # Haelwenn (lanodan) Monnier <contact@hacktivis.me> (2019-12-01)
35 # broken static-linking in glibc and maybe others
36 >app-shells/mksh-57-r1 static
37
38 # Michał Górny <mgorny@gentoo.org> (2019-11-29)
39 # Requires dev-python/astropy that's being removed.
40 sci-visualization/veusz fits
41
42 # Andreas Sturmlechner <asturm@gentoo.org> (2019-11-28)
43 # sci-visualization/visit is on the way out, bug #657952
44 sci-libs/libgeodecomp visit
45
46 # Michał Górny <mgorny@gentoo.org> (2019-11-25)
47 # Requires old version of dev-python/sphinx that's being removed.
48 ~dev-python/fabric-2.3.1 doc
49 <dev-python/hacking-1.1.0 doc
50 <dev-python/pycadf-2.7.0 doc
51
52 # Michał Górny <mgorny@gentoo.org> (2019-11-09)
53 # eMovix is being removed.
54 kde-apps/k3b emovix
55
56 # Patrick McLean <chutzpah@gentoo.org> (2910-11-07)
57 # Collides with sys-libc/glibc[crypt]
58 sys-libs/libxcrypt system
59
60 # Michał Górny <mgorny@gentoo.org> (2019-10-05)
61 # net-libs/openslp is being removed.
62 net-nds/openldap slp
63 sys-block/open-iscsi slp
64 sys-block/open-isns slp
65
66 # Ben Kohler <bkohler@gentoo.org> (2019-10-03)
67 # iwd backend for connman hasn't kept up with iwd releases/API, mask 
68 # until it catches up.
69 net-misc/connman iwd
70
71 # Brian Evans <grknight@gentoo.org> (2019-10-01)
72 # PHP support is broken with current version
73 # Mask USE until they are fixed
74 =dev-libs/xapian-bindings-1.2.25 php
75 media-gfx/exact-image php
76 sci-geosciences/mapserver php
77 www-servers/nginx-unit php5-6
78
79 # Michał Górny <mgorny@gentoo.org> (2019-09-28)
80 # media-fonts/hkscs-ming is slated for removal.
81 app-i18n/xcin unicode
82
83 # Craig Andrews <candrews@gentoo.org> (2019-09-12)
84 # OpenSSL (as of version 1.1.1) doesn't have APIs for QUIC support
85 # see https://github.com/openssl/openssl/pull/8797
86 net-libs/ngtcp2 ssl
87 net-misc/curl nghttp3
88
89 # Michał Górny <mgorny@gentoo.org> (2019-09-08)
90 # LLVM 5 is being removed.
91 ~dev-ada/gps-2018 gnat_2017
92
93 # Michał Górny <mgorny@gentoo.org> (2019-09-07)
94 # media-libs/libnut is slated for removal.
95 media-video/mplayer nut
96
97 # Michał Górny <mgorny@gentoo.org> (2019-09-07)
98 # media-libs/fmod is slated for removal.
99 games-arcade/savagewheels fmod
100 games-fps/doomsday fmod
101
102 # Thomas Deutschmann <whissi88@gentoo.org> (2019-09-02)
103 # PGO not yet supported for comm-central, #693160
104 >=mail-client/thunderbird-68 pgo
105
106 # Matt Turner <mattst88@gentoo.org> (2019-09-01)
107 # <dev-scheme/guile-2 is package.mask'd
108 www-client/elinks guile
109
110 # Michał Górny <mgorny@gentoo.org> (2019-08-27)
111 # net-misc/tokyotyrant is slated for removal.
112 app-metrics/collectd collectd_plugins_tokyotyrant
113
114 # Michał Górny <mgorny@gentoo.org> (2019-08-25)
115 # sys-cluster/open-mx is masked for removal.
116 sys-cluster/openmpi openmpi_fabrics_open-mx
117
118 # Kent Fredric <kentnl@gentoo.org> (2019-08-07)
119 # Newer versions of nqp need newer versions of jdk to run on the jvm,
120 # but these currently don't exist in gentoo. The USE flags have to be
121 # kept around for dependency reasons from rakudo and friends.
122 >=dev-lang/nqp-2019.07 java
123
124 # Thomas Deutschmann <whissi@gentoo.org> (2019-08-03)
125 # Early microcode loading is only supported on amd64 & x86
126 sys-kernel/linux-firmware initramfs
127
128 # Lars Wendler <polynomial-c@gentoo.org> (2019-07-26)
129 # Requires dev-libs/gumbo which is only keyworded for amd64 and x86
130 mail-client/claws-mail litehtml
131
132 # James Le Cuirot <chewi@gentoo.org> (2019-05-21)
133 # Doesn't support ffmpeg-4. Portage takes a long time to report the
134 # conflict and the feature is half broken anyway. See
135 # https://github.com/visualboyadvance-m/visualboyadvance-m/issues/179.
136 games-emulation/vbam ffmpeg
137
138 # Ulrich Müller <ulm@gentoo.org> (2019-05-18)
139 # Firmware images without a known license. Most likely, upstream
140 # redistribution may conflict with the licenses or lack thereof
141 # on the images. Check the WHENCE file in the package for specific
142 # terms. Masked to prevent accidental installation of these files,
143 # bug #318841#c20.
144 sys-kernel/linux-firmware unknown-license
145
146 # Virgil Dupras <vdupras@gentoo.org> (2019-04-29)
147 # Docs are temporarily broken. See bug #680014
148 dev-python/pandas doc
149
150 # Ulrich Müller <ulm@gentoo.org> (2019-04-25)
151 # Pulls in media-fonts/kochi-substitute as dependency, which allows
152 # only non-commercial distribution and can therefore not be included
153 # with Gentoo install media. Mask the l10n_ja flag until a better
154 # solution is found, e.g., transition to a free font package.
155 app-text/ghostscript-gpl l10n_ja
156
157 # Michał Górny <mgorny@gentoo.org> (2019-04-10)
158 # media-sound/aacplusenc is slated for removal.
159 media-video/h264enc aac
160
161 # Michał Górny <mgorny@gentoo.org> (2019-03-21)
162 # x11-wm/afterstep is slated for removal.
163 x11-terms/aterm background
164
165 # Michał Górny <mgorny@gentoo.org> (2019-03-21)
166 # net-mail/uw-imap masked for removal.
167 dev-perl/NetxAP test
168
169 # Michał Górny <mgorny@gentoo.org> (2019-03-16)
170 # Requires last rited dev-python/scimath.
171 dev-python/construct python_targets_python2_7
172
173 # Brian Evans <grknight@gentoo.org> (2019-03-15)
174 # Prepare to remove the mysqlcompat USE from mariadb-connector-c
175 # Has multiple issues including symlinks and threading.
176 # Packages should use and access libmariadb.so instead
177 dev-db/mariadb-connector-c mysqlcompat
178
179 # Georgy Yakovlev <gyakovlev@gentoo.org> (2019-03-05)
180 # Not keyworded on non-x86 arches
181 app-admin/conserver freeipmi
182
183 # William Hubbs <williamh@gentoo.org> (2019-01-13)
184 # For memtest86+ mask the floppy use flag since it requires grub:0 which
185 # is being removed
186 # (bug #674364)
187 sys-apps/memtest86+ floppy
188
189 # Brian Evans <grknight@gentoo.org> (2019-01-11)
190 # Depend on the EOL PHP 7.0
191 dev-libs/Ice php
192
193 # Michał Górny <mgorny@gentoo.org> (2018-11-28)
194 # Requires last-rited games-server/ut2003-ded.
195 games-fps/ut2003 dedicated
196
197 # Alfredo Tupone <tupone@gentoo.org> (2018-11-18)
198 # go brokes build of gnat-gpl
199 dev-lang/gnat-gpl go
200
201 # Pacho Ramos <pacho@gentoo.org> (2018-11-11)
202 # pm-utils will be removed, bug #659616
203 net-misc/wicd pm-utils
204 sys-apps/razercfg pm-utils
205 sys-power/powermgmt-base pm-utils
206
207 # Pacho Ramos <pacho@gentoo.org> (2018-11-11)
208 # sci-libs/spqr is going to be removed
209 dev-cpp/eigen test
210 kde-apps/cantor julia
211 sci-libs/ceres-solver sparse
212
213 # Alfredo Tupone <tupone@gentoo.org> (2018-10-24)
214 # jit brokes build of gnat-gpl
215 dev-lang/gnat-gpl jit
216
217 # Virgil Dupras <vdupras@gentoo.org> (2018-09-26)
218 # Server feature in paramiko is patched out for security reasons. It can
219 # be re-enabled with the 'server' USE flag, but this flag is hard
220 # masked. bug #666619
221 dev-python/paramiko server
222
223 # Andreas K. Hüttel <dilfridge@gentoo.org> (2018-08-03)
224 # New and for Gentoo still quite experimental. You've been
225 # warned. (Also, works only on x86_64 and with certain CPUs
226 # and compiler/binutils combinations.)
227 sys-libs/glibc cet
228
229 # Michał Górny <mgorny@gentoo.org> (2018-06-13)
230 # Requires app-arch/snappy[static-libs] that is no longer available.
231 # Bugs #651604, #651606.
232 app-emulation/qemu static
233 <dev-libs/leveldb-1.20 static-libs
234 sys-block/fio static
235 sys-cluster/ceph static-libs
236
237 # Michał Górny <mgorny@gentoo.org> (2018-05-16)
238 # Depends on last-rited sci-libs/coinhsl.
239 sci-libs/ipopt hsl
240
241 # Göktürk Yüksek <gokturk@gentoo.org> (2018-04-04)
242 # libewf is getting treecleaned (#547418).
243 # Starting with sleuthkit-4.6.0, we statically link sleuthkit to a
244 # locally compiled libewf. Mask the prior versions.
245 <app-forensics/sleuthkit-4.6.0 ewf
246
247 # Lars Wendler <polynomial-c@gentoo.org> (2018-03-14)
248 # Broken on all 32bit arches. Globally masked because of sys-apps/dmapi having
249 # no active upstream anymore.
250 # sys-cluster/ceph is only available on amd64 & x86, unmask per arch
251 net-fs/samba dmapi ceph
252
253 # Jan Ziak <0xe2.0x9a.0x9b@gmail.com> (2018-03-14)
254 # Mask local USE flag to satisfy repoman
255 app-emulation/fuse backend-svga
256
257 # Patrick McLean <chutzpah@gentoo.org> (2018-03-06)
258 # Requires dev-libs/boost-1.66 that is unkeyworded/masked
259 >=sys-cluster/ceph-12.2.4 system-boost
260
261 # Brian Evans <grknight@gentoo.org> (2018-03-05)
262 # Mask embedded USE on virtual/mysql and friends to transition it to be obsolete
263 virtual/mysql embedded
264
265 # Brian Evans <grknight@gentoo.org> (2018-02-28)
266 # Mask client-libs USE to force users to install alternative standard pacakges
267 dev-db/mariadb client-libs
268 dev-db/mysql client-libs
269 dev-db/percona-server client-libs
270
271 # Andreas K. Hüttel <dilfridge@gentoo.org> (2018-02-02)
272 # This feature is not ready yet pre-2.29-r4, see bug 146882 comment 26
273 <sys-libs/glibc-2.29-r4 compile-locales
274
275 # Mart Raudsepp <leio@gentoo.org> (2018-01-10)
276 # Failing tests, with extra deps that aren't keyworded due to that
277 >=gnome-base/gnome-settings-daemon-3.24 test
278
279 # Andrey Utkin <andrey_utkin@gentoo.org> (2017-12-29)
280 # This flag can be sensibly enabled only on macos.
281 # Can be unmasked in prefix/darwin/macos profiles. Bug #637482
282 media-video/ffmpeg appkit
283
284 # James Le Cuirot <chewi@gentoo.org> (2017-12-17)
285 # Java 9+ is not yet fully supported on Gentoo. Having a masked
286 # gentoo-vm flag allows us to provide it without it breaking Gentoo
287 # packages. Those who wish to experiment with it as a fully recognised
288 # Gentoo JVM can unmask the flag.
289 dev-java/openjdk-jre-bin:11 gentoo-vm
290 dev-java/oracle-jdk-bin:11 gentoo-vm
291 dev-java/openjdk-bin:11 gentoo-vm
292 dev-java/openjdk:11 gentoo-vm
293
294 # Andreas K. Huettel <dilfridge@gentoo.org> (2017-09-09)
295 # Potentially destructive. Use it only if you know what you're doing.
296 sys-libs/glibc vanilla
297
298 # Michael Orlitzky <mjo@gentoo.org> (2017-08-24)
299 # This is a security risk if not used carefully, bug 628596.
300 net-analyzer/nrpe command-args
301
302 # Michał Górny <mgorny@gentoo.org> (2017-08-04)
303 # sys-kernel/openvz-sources is being treecleaned wrt #580516.
304 app-emulation/libvirt openvz
305
306 # Michał Górny <mgorny@gentoo.org> (2017-07-30)
307 # The Z3 backend is unstable and causes assertion failures. Mask it
308 # until upstream fixes it properly.
309 <sys-devel/clang-8 z3
310
311 # Mike Gilbert <floppym@gentoo.org> (2017-07-09)
312 # Matthias Dahl <matthias.dahl@binary-island.eu> (2017-07-05)
313 # Both are not your typical garden-variety Linux programs and are
314 # rather sensitive when it comes to compiler flags, resulting in
315 # black screens, hangs or crashes. The average joe should have no
316 # need or even advantage to set custom compiler flags at all.
317 # Example: https://bugs.gentoo.org/619628
318 sys-boot/gnu-efi custom-cflags
319 sys-boot/refind custom-cflags
320
321 # Michał Górny <mgorny@gentoo.org> (2017-06-29)
322 # Upstream switched to CMake and no longer provides option to build
323 # static and shared libs. The flag is preserved not to break USE
324 # depenencies.
325 >=app-arch/snappy-1.1.5 static-libs
326
327 # Andreas K. Hüttel <dilfridge@gentoo.org> (2017-05-29)
328 # Does not build
329 sci-libs/linux-gpib php
330
331 # Michał Górny <mgorny@gentoo.org> (2017-05-15)
332 # Mask ruby20-only compatible packages
333 ~media-libs/libcaca-0.99_beta19 ruby
334
335 # Matthias Maier <tamiko@gentoo.org> (2017-05-11)
336 # Globally mask pie use flag. Selectively unmask on specific profiles.
337 sys-devel/gcc pie
338
339 # Pawel Hajdan jr <phajdan.jr@gentoo.org> (2017-03-02)
340 # Known build issue with system libvpx:
341 # https://bugs.gentoo.org/show_bug.cgi?id=611394
342 >=www-client/chromium-58.0.3026.3 system-libvpx
343
344 # Michał Górny <mgorny@gentoo.org> (2017-02-17)
345 # Python 2 package relies on gedit[python] which is py3 only.
346 dev-vcs/rabbitvcs gedit
347
348 # Mike Gilbert <floppym@gentoo.org> (2017-02-16)
349 # Multiple test failures.
350 sys-boot/grub:2 test
351
352 # Ian Stakenvicius (2017-01-25)
353 # rust on mozilla packages is experimental
354 www-client/firefox rust
355 mail-client/thunderbird rust
356
357 # Lars Wendler <polynomial-c@gentoo.org> (2017-01-19)
358 # Masked until system heimdal can finally be used with AD DC
359 net-fs/samba system-heimdal
360
361 # Magnus Granberg <zorry@gentoo.org> (2017-01-18)
362 # Adding the mask so that end users and devlopers are notified of the removal and have some
363 # time to migrate. There is no support for gcj in gcc-7
364 >=sys-devel/gcc-6.3.0 gcj
365
366 # Robin H. Johnson <robbat2@gentoo.org> (2016-12-04)
367 # Additional HAProxy functionality waiting for related stuff to land in the
368 # tree.
369 # bug 541042 - lua 5.3
370 net-proxy/haproxy lua
371 # bug (none) - 51Degrees
372 net-proxy/haproxy 51degrees
373 # bug (none) - WURFL
374 net-proxy/haproxy wurfl
375
376 # Pacho Ramos <pacho@gentoo.org> (2016-11-27)
377 # Not rely on monodevelop, bug #596656
378 # dev-dotnet/zeitgeist-sharp is going to be removed, bug #582894
379 net-irc/hexchat theme-manager
380
381 # Pacho Ramos <pacho@gentoo.org> (2016-11-27)
382 # Avoid the usage of dead net-dialup/capi4k-utils
383 app-emulation/crossover-bin capi
384
385 # Ettore Di Giacinto <mudler@gentoo.org> (2016-11-10)
386 # Dependency has no stable keyword
387 # and as for now we have only stable mate versions
388 mate-base/mate bluetooth
389
390 # Ulrich Müller <ulm@gentoo.org> (2016-10-15)
391 # The --with-cairo option is considered as experimental by upstream
392 # and causes problems with updating the X window, bug #592238
393 app-editors/emacs:25 cairo
394 app-editors/emacs:26 cairo
395 app-editors/emacs-vcs:26 cairo
396
397 # Michał Górny <mgorny@gentoo.org> (2016-07-05)
398 # Mask system-clang support as it requires llvm-3.4 that is subject
399 # to security bug cleanup, #585102.
400 dev-util/intel-ocl-sdk system-clang
401
402 # Matthew Brewer <tomboy64@sina.cn> (2016-06-02)
403 # Acked-by: Amy Winston <amynka@gentoo.org>
404 # Currently broken upstream.
405 >=dev-lang/rakudo-2016.05 java
406
407 # Michał Górny <mgorny@gentoo.org> (2016-05-14)
408 # (on behalf of QA team)
409 # sys-devel/gcc[jit]:
410 # - violates strict multilib rules, #569608
411 # - causes collisions between multiple gcc versions, #583010
412 # Masking the flag until it is fixed.
413 sys-devel/gcc jit
414
415 # Mike Frysinger <vapier@gentoo.org> (2016-05-08)
416 # Most targets do not support VTV #547040.
417 sys-devel/gcc vtv
418
419 # Matthew Brewer <tomboy64@sina.cn> (2016-05-08)
420 # Acked-by: Amy Winston <amynka@gentoo.org>
421 # Upstream supports using Clang's address sanitizer, but apparently
422 # invokes it wrong.
423 dev-lang/moarvm asan
424
425 # Ian Stakenvicius <axs@gentoo.org> (2016-04-28)
426 # system-cairo support causes lots of crashing in mozilla pkgs
427 # (see bug #556378 and others)
428 www-client/firefox system-cairo
429 mail-client/thunderbird system-cairo
430 >=www-client/seamonkey-2.41 system-cairo
431
432 # James Le Cuirot <chewi@gentoo.org> (2016-04-10)
433 # Slower and less reliable than HotSpot and we don't support Java on
434 # any non-HotSpot platforms. Don't unmask these unless you know what
435 # you're doing. This has upstream's approval.
436 dev-java/icedtea cacao jamvm
437
438 # Patrice Clement <monsieurp@gentoo.org> (2015-11-27)
439 # Unsastified dependencies are upsetting repoman. Needs investigation.
440 app-arch/cfv bittorrent
441
442 # Rick Farina <zerochaos@gentoo.org> (2015-10-06)
443 # forward porting this patch is non-trivial, mask for now
444 >=net-wireless/wpa_supplicant-2.5 wimax
445
446 # Justin Lecher <jlec@gentoo.org> (2015-09-22)
447 # Downloads files during installation
448 # https://bugs.gentoo.org/show_bug.cgi?id=533876
449 >=sci-libs/vtk-6.1.0 examples
450
451 # Jason Zaman <perfinion@gentoo.org> (2015-09-06)
452 # This is for cgmanager which is linux only.
453 # Unmasked in default/linux/package.use.mask.
454 sys-auth/consolekit cgroups
455
456 # James Le Cuirot <chewi@gentoo.org> (2015-08-18)
457 # gcc[awt] is only used by gcj-jdk[awt] and that isn't needed by
458 # anything in the tree. The toolchain folks aren't keen to support it
459 # and it should probably only be used if you really know what you're
460 # doing *and* your name is gnu_andrew. ;) See bug #531900.
461 sys-devel/gcc awt
462 dev-java/gcj-jdk awt
463
464 # Mike Gilbert <floppym@gentoo.org> (2015-05-16)
465 # dev-lang/python[berkdb] fails with recent multilib sys-libs/db (bug 519584).
466 dev-lang/python berkdb
467
468 # Lars Wendler <polynomial-c@gentoo.org> (2015-03-19)
469 # >=games-strategy/freeciv-2.5.0 requires >=dev-lang/lua-5.2
470 games-strategy/freeciv system-lua
471
472 # Andrew Savchenko <bircoph@gentoo.org> (2015-02-11)
473 # Cluster code is still under development, only base functionality
474 # is implemented. Masking for testing and evaluation.
475 app-admin/clsync cluster mhash
476
477 # Brian Evans <grknight@gentoo.org> (2014-11-29)
478 # Strongly recommened by upstream to disable lzo and zlib due to memory leaks
479 # https://github.com/groonga/groonga/issues/6 (Japanese)
480 app-text/groonga lzo zlib
481
482 # Jeroen Roovers <jer@gentoo.org> (2014-11-18)
483 # Requires dev-lang/lua-5.2 (bug #253269)
484 net-analyzer/nmap system-lua
485
486 # Mike Frysinger <vapier@gentoo.org> (2014-10-21)
487 # Most targets do not support ASAN/etc... #504200.
488 sys-devel/gcc sanitize
489
490 # Rick Farina <zerochaos@gentoo.org> (2014-08-26)
491 # mirisdr does not seem to like making releases
492 <net-wireless/gr-osmosdr-9999 mirisdr
493
494 # Maxim Koltsov <maksbotan@gentoo.org> (2014-08-05)
495 # net-libs/tox is in mva overlay only ATM
496 app-leechcraft/lc-azoth sarin
497
498 # Pacho Ramos <pacho@gentoo.org> (2014-06-01)
499 # Needs hardmasked lua-5.2
500 >=media-plugins/grilo-plugins-0.2.12 lua
501
502 # Rick Farina <zerochaos@gentoo.org> (2015-12-30)
503 # mask test use flag since tests do not pass
504 # mask development use flag since most of it isn't packaged (or useful)
505 net-analyzer/metasploit development test
506
507 # Tom Wijsman <TomWij@gentoo.org> (2014-05-14)
508 # Documentation generation needs APIviz which is not in the Portage tree yet.
509 # Tracked in Gentoo bug #509602.
510 dev-java/jboss-logging doc
511
512 # Mike Frysinger <vapier@gentoo.org> (2014-02-03)
513 # Upstream says to not use this for now.
514 dev-libs/elfutils threads
515
516 # Gilles Dartiguelongue <eva@gentoo.org> (2013-12-23)
517 # Gstreamer support fails to build due to libtool shortcomings when using
518 # an intermediate library as a dependency of another libtool target dependency.
519 # Since this is new and unused yet, keep it masked for now and check
520 # with upstream if there is something that can be done to fix the issue.
521 media-libs/cogl gstreamer
522
523 # Michał Górny <mgorny@gentoo.org> (2013-11-10)
524 # (on behalf of python@)
525 # USE=sandbox is not done properly in Gentoo and results in crippled
526 # PyPy install that is not usable for non-sandbox clients (and there are
527 # no real sandbox clients right now). Masked until the flag is
528 # re-implemented or dropped. For more details, bug #429372.
529 dev-python/pypy sandbox
530 dev-python/pypy3 sandbox
531
532 # Julian Ospald <hasufell@gentoo.org> (2013-08-31)
533 # Randomly breaks consumers at runtime. Do not report
534 # gentoo bugs.
535 media-libs/libsdl2 custom-cflags
536
537 # Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (2013-07-13)
538 # GL/GLES support in cairo is mutually exclusive, bug #428770.
539 x11-libs/cairo gles2
540
541 # Kacper Kowalik <xarthisius@gentoo.org> (2013-05-19)
542 # Fails to build, haven't had time to debug
543 app-doc/doxygen sqlite
544
545 # Alexis Ballier <aballier@gentoo.org> (2013-05-08)
546 # On behalf of Pavel Sanda <ps@twin.jikos.cz>
547 # Lyx is currently not working with subversion 1.7 and needs 1.6.
548 app-office/lyx subversion
549
550 # Christian Faulhammer <fauli@gentoo.org> (2013-05-08)
551 # Will not build successfully yet
552 mail-client/claws-mail gtk3
553
554 # Bernard Cafarelli <voyageur@gentoo.org> (2013-04-04)
555 # Broken for now (segmentation fault on play)
556 gnustep-apps/cynthiune flac
557
558 # Richard Freeman <rich0@gentoo.org> (2013-03-24)
559 # Dependency is masked for buffer overflows for now
560 dev-python/pyocr cuneiform
561
562 # Tom Wijsman <TomWij@gentoo.org> (2013-03-10)
563 # Experimental, masked until it compiles and works.
564 media-libs/avidemux-core system-ffmpeg
565
566 # Jory A. Pratt <anarchy@gentoo.org> (2012-12-15)
567 # PGO is known to be busted with most configurations
568 www-client/firefox pgo
569
570 # Diego Elio Pettenò (2012-08-27)
571 # The libpci access is only used for linux.
572 net-analyzer/net-snmp pci
573
574 # Diego Elio Pettenò (2012-08-20)
575 # The prevent-removal USE flag is only implemented for Linux.
576 sys-auth/pam_mktemp prevent-removal
577
578 # Samuli Suominen <ssuominen@gentoo.org> (2012-03-20)
579 # This is for udev-acl. Unmasked in default/linux/package.use.mask.
580 sys-auth/consolekit acl
581
582 # Bernard Cafarelli <voyageur@gentoo.org> (2012-02-08)
583 # libobjc2/clang experimental support
584 >=gnustep-base/gnustep-make-2.6.2 libobjc2
585
586 # Samuli Suominen <ssuominen@gentoo.org> (2012-01-10)
587 # This is required only for Linux, so mask it here and unmask in
588 # default/linux/package.use.mask. Bug 354923.
589 app-arch/libarchive e2fsprogs
590
591 # Mike Frysinger <vapier@gentoo.org> (2011-12-06)
592 # No one should be mucking with libssp unless they really know what they're
593 # doing.  Force extra work on the smart peeps to protect the not-so-smart.
594 sys-devel/gcc libssp
595
596 # Andrey Grozin <grozin@gentoo.org> (2011-03-29)
597 # dev-lang/swig-2.0.2 with -octave generated .cpp files
598 # incompatible with >=sci-mathematics/octave-3.4.0
599 sci-libs/mathgl octave
600
601 # Diego E. Pettenò <flameeyes@gentoo.org> (2011-03-27)
602 #
603 # Mask pdnsd's Linux-specific USE flags.
604 net-dns/pdnsd isdn urandom
605
606 # Raúl Porcel <armin76@gentoo.org> (2011-02-13)
607 # Masked until devs know how to use repoman
608 <media-video/mplayer-9999 bluray
609
610 # Justin Lecher <jlec@gentoo.org> (2010-11-17)
611 # Upstream didn't release patches for aria yet
612 >=sci-chemistry/cns-1.3 aria
613
614 # Tomas Touceda <chiiph@gentoo.org> (2010-04-13)
615 # Masked because libsvm module is broken with this release on every arch.
616 dev-lisp/clisp svm
617
618 # Diego E. Pettenò <flameeyes@gmail.com> (2010-01-18)
619 # Don't use system-wide mode unless you *really* know what you're doing.
620 # Keep it masked here so that I don't need to manage two versions every time.
621 media-sound/pulseaudio system-wide
622
623 # Jeremy Olexa <darkside@gentoo.org> (2010-01-10)
624 # Upsteam doesn't support ioctl backend and neither does Gentoo. ioctl USE flag
625 # will eventually be removed unless the backend is re-written by upstream. bug
626 # 299674
627 >net-misc/wicd-1.6.2.2 ioctl
628
629 # These are for BSD only
630 net-proxy/squid ipf-transparent pf-transparent
631
632 # Alexis Ballier <aballier@gentoo.org> (2011-02-16)
633 # Win32 specific useflag for vlc. Can be used for cross-compiling.
634 media-video/vlc directx