diff options
author | 2012-02-10 21:37:15 +0000 | |
---|---|---|
committer | 2012-02-10 21:37:15 +0000 | |
commit | 9cf49a90eb6e72d1ee29d4ea4a991d642147bd0d (patch) | |
tree | 834985e64e6b6b5437106c876b2c5aec6e18c52d | |
parent | USE mask d3d on amd64/no-multilib since wine is 32-bit. (diff) | |
download | gentoo-2-9cf49a90eb6e72d1ee29d4ea4a991d642147bd0d.tar.gz gentoo-2-9cf49a90eb6e72d1ee29d4ea4a991d642147bd0d.tar.bz2 gentoo-2-9cf49a90eb6e72d1ee29d4ea4a991d642147bd0d.zip |
Add new video_cards_* to use.mask.
-rw-r--r-- | profiles/arch/sparc/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/arch/sparc/use.mask | 9 |
2 files changed, 12 insertions, 2 deletions
diff --git a/profiles/arch/sparc/ChangeLog b/profiles/arch/sparc/ChangeLog index 42ca6308d0a6..5159e840685f 100644 --- a/profiles/arch/sparc/ChangeLog +++ b/profiles/arch/sparc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/sparc profile # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/ChangeLog,v 1.147 2012/02/10 21:32:40 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/ChangeLog,v 1.148 2012/02/10 21:37:15 mattst88 Exp $ + + 10 Feb 2012; Matt Turner <mattst88@gentoo.org> use.mask: + Add new video_cards_* to use.mask. 10 Feb 2012; Matt Turner <mattst88@gentoo.org> use.mask: Mask wayland USE flag. diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask index e3b02a2b36e2..a33896f7e39c 100644 --- a/profiles/arch/sparc/use.mask +++ b/profiles/arch/sparc/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/use.mask,v 1.81 2012/02/10 21:32:40 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/use.mask,v 1.82 2012/02/10 21:37:15 mattst88 Exp $ # Unmask the flag which corresponds to ARCH. -sparc @@ -220,6 +220,13 @@ video_cards_vesa video_cards_ast video_cards_nouveau +# Matt Turner <mattst88@gentoo.org> +# Mask more VIDEO_CARDs added with mesa-8.0 +video_cards_i915 +video_cards_i965 +# vmware wasn't added with mesa-8.0, but it should still be masked +video_cards_vmware + # Diego Pettenò <flameeyes@gentoo.org> (6 Dec 2006) # Unmask the Sun-specific drivers -alsa_cards_sun-cs4231 |