blob: 2ae0023eaa794c0290911d571182b4a5c688b457 (
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
|
# Copyright 2004 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License, v2
# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/use.mask,v 1.6 2006/04/16 12:07:57 flameeyes Exp $
# Linux-dependant flags
selinux
uclibc
nptl
alsa
v4l
v4l2
fbcon
directfb
ev6
hal
gpm
icc
icc-pgo
ifc
lirc
multilib
svga
sysfs
lm_sensors
nodroproot
caps
vidix
pbbuttonsd
# This usually refers just to linux-dvb
dvb
# Hardened doesn't work on Gentoo/*BSD for now
hardened
# termcap-compat doesn't work on BSD
termcap-compat
# Java requires that new-style virtuals are prepared for kaffe
java
gcj
# Mask extraneous elibc/kernel combinations
elibc_glibc
elibc_uclibc
kernel_linux
userland_GNU
# Mask Xorg-modular drivers that are Linux-specific
input_devices_aiptek
input_devices_evdev
input_devices_linuxwacom
input_devices_synaptics
input_devices_ur98
video_cards_fglrx
video_cards_newport
video_cards_sisusb
video_cards_v4l
|