blob: 0a63fb569082c18bc8628e092d85e9d4616704e4 (
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
32
33
34
35
36
37
38
|
# 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
# alpha doesn't have java support other than compaq-j*, which isn't a
# current version. must mask this to keep things sane
java
# firebird appears to be x86-only (the db, not the browser)
firebird
|