blob: 980886cdc0dc7751dcbbf8df6b4975e09474b6c2 (
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
|
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
#Add USE flags that don't work on Darwin/OpenDarwin/OS X here
# readd globally masked darwin-only flags
-coreaudio
-aqua
# Re-add Darwin libc
-elibc_Darwin
-kernel_Darwin
# these will more than likely never work on darwin
3dfx
acpi
alsa
apm
caps
djbfft
fbcon
ggi
gpm
hardened
oss
rtc
v4l
# introspection is far from working on OSX
introspection
# libcap doesn't work on OSX (fcaps.eclass), bug #534264
filecaps
# linux-exclusive feature
inotify
|