diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-01-19 22:15:18 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-01-19 22:15:18 +0000 |
commit | 8269613d71239436048801d5e06c31e589830642 (patch) | |
tree | 803fe036dcb602ef2ca3392f9c20125e3a572632 /profiles/default/bsd/use.mask | |
parent | Add freebsd-7.1 profile directory. This is where profile changes specific to ... (diff) | |
download | gentoo-2-8269613d71239436048801d5e06c31e589830642.tar.gz gentoo-2-8269613d71239436048801d5e06c31e589830642.tar.bz2 gentoo-2-8269613d71239436048801d5e06c31e589830642.zip |
Move default-bsd/ to default/bsd for FreeBSD 7.1, so that we switch to the new profiles layout for g/fbsd too. Profiles come from the g/fbsd overlay.
Diffstat (limited to 'profiles/default/bsd/use.mask')
-rw-r--r-- | profiles/default/bsd/use.mask | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/profiles/default/bsd/use.mask b/profiles/default/bsd/use.mask new file mode 100644 index 000000000000..ccd370d785d3 --- /dev/null +++ b/profiles/default/bsd/use.mask @@ -0,0 +1,92 @@ +# Copyright 2004-2009 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.1 2009/01/19 22:15:17 aballier Exp $ + +# Mart Raudsepp <leio@gentoo.org> +# net-misc/networkmanager not keyworded +networkmanager + +# ulm told me to do it! +m17n-lib + +# Linux-dependant flags +selinux +nptl +alsa +aoss +v4l +v4l2 +fbcon +directfb +ev6 +gpm +lirc +multilib +sysfs +lm_sensors +nodroproot +caps +vidix +madwifi +jack +3dfx +pmount +dxr3 +nvidia +win32codecs +xvmc +xfs + +# 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 + +# useflags for php commercial software +hyperwave-api +interbase +mnogosearch +msql +ovrimos +sapdb + +# Java requires that new-style virtuals are prepared for kaffe +java +gcj + +# This requires a kernel module that's Linux specific right now +ifp + +# This requires hal and a usb-eject command +ipod + +# Mask extraneous elibc/kernel combinations +-userland_BSD +elibc_glibc +kernel_linux +userland_GNU + +# mask linux touch screen access lib. +tslib + +# Mask Xorg-modular drivers that are Linux-specific +input_devices_aiptek +input_devices_evdev +input_devices_tslib +input_devices_linuxwacom +input_devices_synaptics +input_devices_ur98 +input_devices_vmmouse +video_cards_fglrx +video_cards_newport +video_cards_sisusb +video_cards_v4l +video_cards_vmware +video_cards_nvidia + +# Apache's MPM-itk requires sys-libs/libcap +mpm-itk |