1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v 1.25 2009/02/05 21:12:31 serkan Exp $
# When you add an entry to the top of this file, add your name, the date, and
# an explanation of why something is getting masked. Please be extremely
# careful not to commit atoms that are not valid, as it can cause large-scale
# breakage, especially if it ends up in the daily snapshot.
#
## Example:
##
## # Dev E. Loper <developer@gentoo.org> (28 Jun 2012)
## # Masking foo USE flag until we can get the
## # foo stuff to work properly again (bug 12345)
## =media-video/mplayer-0.90_pre5 foo
## =media-video/mplayer-0.90_pre5-r1 foo
#
#--- END OF EXAMPLES ---
# Serkan Kaba <serkan@gentoo.org> (5 Feb 2009)
# finally a 64bit java plugin
>=dev-java/sun-jre-bin-1.6.0.12 -nsplugin
# Jeremy Olexa <darkside@gentoo.org> (27 Dec 2008)
# Mask static USE flag because it just doesn't work on amd64. See bug 236591
>=app-arch/p7zip-4.58 static
# Jeremy Olexa <darkside@gentoo.org> (24 Dec 2008)
# unmask USE=bindist on amd64 - also unmasking the other flags that were under a
# bad comment heading. see bug #246144
media-video/mplayer -cpudetection -custom-cpuopts -dxr3 -bindist
# Vlastimil Babka <caster@gentoo.org> (12 Dec 2008)
# finally a 64bit java plugin
>=dev-java/sun-jdk-1.6.0.12_beta2 -nsplugin
# but not on 1.7 yet
=dev-java/sun-jdk-1.7* nsplugin
# Tomas Chvatal <scarabeus@gentoo.org> (31 Jan 2009)
# masked in base, unmaks for x86/amd64
sci-misc/boinc -cuda
# Serkan Kaba <serkan@gentoo.org> (20 Jul 2008)
app-text/enchant -zemberek
# assembler-section
# Oct 23th 2006; blubb@gentoo.org
# the asm is 64bit save, but it doesn't compile anyway
games-emulation/visualboyadvance mmx
# Oct 23th 2006; blubb@gentoo.org
# upstream forces sse2 for amd64; mmx flag does nothing
app-crypt/johntheripper mmx
# Oct 23th 2006; blubb@gentoo.org
# x86 asm only:
games-emulation/xmame mmx
games-emulation/xmess mmx
media-gfx/inkscape mmx
media-libs/allegro mmx sse
media-libs/libfame mmx
media-libs/libmovtar mmx
media-libs/sdl-gfx mmx
media-libs/smpeg mmx
media-video/mjpegtools mmx
media-video/mpeg4ip mmx
net-irc/xchat mmx
net-irc/xchat-gnome mmx
net-misc/asterisk mmx
x11-terms/eterm mmx
media-tv/xawtv mmx
media-sound/mpg123 mmx 3dnow 3dnowext sse
# Oct 24th 2006; blubb@gentoo.org
# bug 152646
x11-themes/polymer mmx sse2
# Feb 17th 2007; drizzt@gentoo.org
# amd64 does not have an emul libao package
games-emulation/zsnes ao
# Apr 25th 2007: Alexis Ballier <aballier@gentoo.org>
# Mask mmx for media-libs/mlt
# assembler is not 64bits compliant (yet)
media-libs/mlt mmx
# 8 May 2007: Alistair Bush <ali_bush@gentoo.org>
# Mask doc flag for fop as nearly impossible to
# run javadoc target. see #177585
>=dev-java/fop-0.93 doc
# 31 Dec 2007: Peter Weller <welp@gentoo.org>
# Mask dbus, hal, nas and scanner USE flags;
# Bug 203680
# 28 Oct 2008: Diego Pettenò <flameeyes@gentoo.org>
# Mask GnuTLS (not available as 32-bit library)
app-emulation/wine dbus hal ldap nas scanner gnutls
# missing the necessary linux-headers dep
>=net-fs/netatalk-2.0.3-r3 xfs
# 28 Jan 2008: Wulf Krueger <philantrop@gentoo.org>
# Mask bluetooth for the KDE 3.5.8 stabilisation.
app-pda/pilot-link bluetooth
# 10 Jul 2008: Thomas Anderson <gentoofan23@gentoo.org>
# Unmask ia32 flag for amd64 arches.
www-client/opera -ia32
# 8 Aug 2008: Alexis Ballier <aballier@gentoo.org>
# x86 asm only, it won't be built on amd64 if mmx useflag is enabled but that
# saves people from needlessly installing nasm
# Refs bug #93279
media-sound/lame mmx
# Robert Buchholz <rbu@gentoo.org> (16 Aug 2008)
# masked in base, unmask for x86/amd64
dev-python/kaa-base -tls
# Doug Goldstein <cardoe@gentoo.org> (9 Sep 2008)
# mask vdr USE flag for media-tv/zapping since it depends on media-libs/rte
# which is only available on x86
media-tv/zapping vdr
|