blob: e5aace2b076e69eb4f64bb4c9f73a46ffdbd9905 (
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
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
|
# 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
altivec
# 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
# tcc is x86-only
tcc
# I don't think that openafs really works on other architectures,
# despite some internal Gentoo efforts (mine) to port it
afs
uclibc
# see email to gentoo-dev with subject "use.mask and PHP5's crazy IUSE"
# Dated Sat, 31 Jul 2004 14:49:28 -0700, from robbat2@gentoo.org
# all of these are binary-only, and not presently available on this
# architecture.
adabas
birdstep
cpdflib
db2
dbmaker
empress
empress-bcs
esoob
filepro
frontbase
hyperwave
informix
ingres
oracle7
oci8
pfpro
solid
sybase
sybase-ct
|