blob: 9b57892d79e2f6a3fecdbb98681106528c1eecc3 (
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
|
# Add USE flags that don't work on Darwin/OpenDarwin/OS X here
# these will more than likely never work on darwin
3dfx
acpi
alsa
apm
cap
caps
directfb
djbfft
emul-linux-x86
fbcon
fmod
ggi
gpm
hardened
# VV requires device-mapper
on-the-fly-crypt
oss
rtc
voodoo3
pvm
v4l
v4l2
# need porting
acl
apache2
arts
cjk
doc
esd
gnome
jack-tmpfs
kde
libcaca
mikmod
mono
mzscheme
nas
pike
qdbm
socks5
xmms
# 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.
# masks for x11-libs/qt
odbc
postgres
# breaks clisp builds
fastcgi
# Re-add Darwin libc
-elibc_Darwin
-kernel_Darwin
-userland_Darwin
# Mask extraneous elibc/kernel combinations
elibc_glibc
kernel_linux
userland_GNU
|