diff options
author | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-04-02 11:54:29 +0000 |
---|---|---|
committer | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-04-02 11:54:29 +0000 |
commit | e351feb29f88d48b4ca432d3472db5f4169d5504 (patch) | |
tree | 9d8e378266528e24c9ba43a47e32e20b70d34e4d /profiles | |
parent | add minisat for nusmv. (diff) | |
download | gentoo-2-e351feb29f88d48b4ca432d3472db5f4169d5504.tar.gz gentoo-2-e351feb29f88d48b4ca432d3472db5f4169d5504.tar.bz2 gentoo-2-e351feb29f88d48b4ca432d3472db5f4169d5504.zip |
Add modular X masks/unmasks; bug #128490
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/hardened/x86/use.mask | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/profiles/hardened/x86/use.mask b/profiles/hardened/x86/use.mask index 2198029e1c46..65a32f4ad42b 100644 --- a/profiles/hardened/x86/use.mask +++ b/profiles/hardened/x86/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/use.mask,v 1.7 2005/10/22 00:25:40 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/x86/use.mask,v 1.8 2006/04/02 11:54:29 kevquinn Exp $ # We don't have any ppc sub profiles yet. bug #74103 altivec @@ -16,3 +16,15 @@ altivec # nVidia XvMC support -nvidia + +# Copied from default-linux/x86 2006-04-02; bug #128490 +# Modular X: unmask for architectures on which they are available +-input_devices_synaptics +-input_devices_vmmouse +-input_devices_wacom +-video_cards_nvidia +-video_cards_fglrx +-video_cards_vmware +# Modular X: mask for architectures on which they aren't available +video_cards_newport + |