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
|
# 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.87 2008/01/06 16:42:29 armin76 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.
# No hardware to test by the team
3dfx
bluetooth
chipcard
gnokii
hbci
ipod
ivtv
nvtv
lirc
pcmcia
pda
sms
upnp
wifi
# Hardware not available on alpha
apm
battery
cpufreq
dell
dmi
# Stuff that doesn't work on alpha, or not tested
avi
djbfft
emboss
freetts
gnustep
hardened
howl
lm_sensors
mzscheme
netbeans
pike
timidity
# Stuff that doesn't compile on alpha
clisp
emf
mono
ocamlopt
# Other
# 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
# 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
# Mask vpopmail until net-mail/vpopmail goes out of package.mask
vpopmail
# Mask pyste until gccxml / elementtree work on alpha
pyste
# RDEPEND on mono
beagle
# apache segfaults when using mpm-peruser (bug 105778)
mpm-peruser
# 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
# 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
# conky dependencies missing keywords related (dragonheart -20061112)
# media-sound/mpd
mpd
# app-admin/hddtemp
hddtemp
# 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
# This works
-x264
|