blob: ee3eead88f588740ea27ca5932f42fac8028236b (
plain)
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
|
# This is a list of USE flags that should not be used on alpha.
# These will probably never be supported, for obvious reasons (wrong arch)
svga
icc
icc-pgo
mmx
sse
x86
3dnow
# These are debatable, since technically an alpha could support this hardware
pcmcia
3dfx
# The rest should work in theory. Feel free to test and remove.
# doesn't compile
alsa
# No hardware to test
pda
# Can't get USB working to test
gphoto2
# Chris PeBenito <pebenito@gentoo.org>
# must use a SELinux profile
selinux
# No apm support on alpha
apm
|