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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
|
# Copyright 2004 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License, v2
# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/alpha/use.mask,v 1.81 2007/09/18 23:56:42 robbat2 Exp $
# This file masks out USE flags that are simply NOT allowed in the default
# profile for any architecture. This works, for example, if a non-default
# profile (such as the selinux profiles) have a USE flag associated with
# them.
# 21 Jun 2007 Raúl Porcel <armin76@gentoo.org>
# No hardware to test
ipod
lirc
gnokii
# No dell hardware on alpha
dell
# 13 Jun 2007 Jose Luis Rivero <yoswink@gentoo.org>
# acpid masked and acpi use flag is deprecated now.
acpi
# 14 May 2007 Raúl Porcel <armin76@gentoo.org>
# Alpha doesn't have wpa_supplicant keyworded, bug 175714
networkmanager
# 14 May 2007 Raúl Porcel <armin76@gentoo.org>
# Alpha doesn't support cpu freq scaling
cpufreq
# 21 Mar 2007 Steve Dibb <beandog@gentoo.org>
# media-tv/ivtv not keyworded
ivtv
# 02 Mar 2007 Samuli Suominen <drac@gentoo.org>
# See http://bugs.gentoo.org/show_bug.cgi?id=157881#c6
battery
# These are debatable, since technically an alpha could support this hardware
pcmcia
3dfx
# avifile is broken atm
avi
# No hardware to test (unmask when tested)
pda
upnp
# No apm support on alpha
apm
# alpha doesn't have java support other than compaq-j*, which isn't a
# current version. must mask this to keep things sane
java
java-internal
java-external
hardened
howl
freetts
djbfft
lm_sensors
gnustep
emboss
# Mask vpopmail until net-mail/vpopmail goes out of package.mask
vpopmail
# Mask pyste until gccxml / elementtree work on alpha
pyste
# Mask mono until ported to alpha
mono
# RDEPEND on mono
beagle
# can't test wireless currently
wifi
# apache segfaults when using mpm-peruser (bug 105778)
mpm-peruser
pike
dmi
timidity
# We don't have any virtual/mpi (bug 111807)
mpi
# masks required for asterisk
bri
pri
zaptel
# Modular X: mask non-alpha cards
video_cards_apm
video_cards_ark
video_cards_chips
video_cards_cyrix
video_cards_i128
video_cards_i740
video_cards_i810
video_cards_imstt
video_cards_neomagic
video_cards_newport
video_cards_nsc
video_cards_sis
video_cards_trident
video_cards_tseng
video_cards_vesa
video_cards_via
# Needed for vim-7
mzscheme
netbeans
# No go in Alpha
nvtv
# dspam and dspam-web use this one
# We've never supported cyrus-imapd because nobody asked for
cyrus
# Masked until bmpx works and is re-keyworded, see Bug #111975
bmpx
# disable until tested
# # bug 148402
pcsc-lite
# Mask sms (for kopete-3.5.5)
sms
# conky dependencies missing keywords related (dragonheart -20061112)
# media-sound/mpd
mpd
# app-admin/hddtemp
hddtemp
# libemf not ported
emf
# USE=d seems to break gcc-4.1.2 (#178896)
d
# USE=audit masked prior to testing on alpha, arm, hppa, ppc64, s390, sh.
# Bug #184563, 18 Sep 2007
# Robin H. Johnson <robbat2@gentoo.org>
audit
|