blob: 79035bfa7912e7cff2adb5d18d966a6df6c86c25 (
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
|
# Copyright 1999-2023 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
# Benda Xu <heroxbd@gentoo.org> (2023-07-09)
# xattr requires sys-apps/attr, which is masked.
xattr
# linux-exclusive feature
inotify
|