diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-03-28 22:06:32 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-03-28 22:06:32 +0000 |
commit | 367dfeca7539a09bb7df7051e40c7600b229310c (patch) | |
tree | 6654f1cb4855f3667035580985622040ce2f098d /profiles/prefix | |
parent | Pin dependencies to appropriate slots, bump to EAPI 3. (diff) | |
download | gentoo-2-367dfeca7539a09bb7df7051e40c7600b229310c.tar.gz gentoo-2-367dfeca7539a09bb7df7051e40c7600b229310c.tar.bz2 gentoo-2-367dfeca7539a09bb7df7051e40c7600b229310c.zip |
Mask nouveau VIDEO_CARDS flag on non-Linux systems.
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/linux/use.mask | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/profiles/prefix/linux/use.mask b/profiles/prefix/linux/use.mask index 099d6e998dec..3c42cfb9ac59 100644 --- a/profiles/prefix/linux/use.mask +++ b/profiles/prefix/linux/use.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/use.mask,v 1.2 2009/12/29 17:49:49 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/use.mask,v 1.3 2011/03/28 22:06:32 flameeyes Exp $ # Re-add linux stuff that is masked in base/ -elibc_glibc @@ -9,3 +9,6 @@ # Re-add acl, as it does work in prefixed Linux (if the host kernel supports it) -acl + +# linux-only drivers +-video_cards_nouveau |