diff options
author | Matt Turner <mattst88@gentoo.org> | 2012-02-10 17:28:47 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2012-02-10 17:28:47 +0000 |
commit | 3dfd67b03de2cd1142206359543699fc10edcdc8 (patch) | |
tree | 25e9c210650d730173f2a38396ce04c1722b50f2 /profiles/arch | |
parent | Add new video_cards_* to use.mask. Also remove dead radeonhd mask. (diff) | |
download | gentoo-2-3dfd67b03de2cd1142206359543699fc10edcdc8.tar.gz gentoo-2-3dfd67b03de2cd1142206359543699fc10edcdc8.tar.bz2 gentoo-2-3dfd67b03de2cd1142206359543699fc10edcdc8.zip |
Add new video_cards_* to use.mask.
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/mips/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/arch/mips/use.mask | 13 |
2 files changed, 16 insertions, 2 deletions
diff --git a/profiles/arch/mips/ChangeLog b/profiles/arch/mips/ChangeLog index 3b1f67d49f8d..531a11e35120 100644 --- a/profiles/arch/mips/ChangeLog +++ b/profiles/arch/mips/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/MIPS profile directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.87 2012/02/09 22:56:05 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.88 2012/02/10 17:28:47 mattst88 Exp $ + + 10 Feb 2012; Matt Turner <mattst88@gentoo.org> use.mask: + Add new video_cards_* to use.mask. 09 Feb 2012; Matt Turner <mattst88@gentoo.org> arch/mips/package.use.mask: Unmask zbus and paired-single USE flags on mips. diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask index ac79dc1bab8d..eacf8c511d5b 100644 --- a/profiles/arch/mips/use.mask +++ b/profiles/arch/mips/use.mask @@ -1,4 +1,4 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/use.mask,v 1.49 2011/09/23 02:30:59 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/use.mask,v 1.50 2012/02/10 17:28:47 mattst88 Exp $ # Unmask the flag which corresponds to ARCH. -mips @@ -138,6 +138,17 @@ video_cards_trident video_cards_vmware video_cards_voodoo +# Matt Turner <mattst88@gentoo.org> +# Mask more VIDEO_CARDs added with mesa-8.0 +video_cards_r100 +video_cards_r200 +video_cards_r300 +video_cards_r600 +video_cards_i915 +video_cards_i965 +# vmware wasn't added with mesa-8.0, but it should still be masked +video_cards_vmware + # 2006/02/05 - Donnie Berkholz <dberkholz@gentoo.org> # Modular X: mask for architectures on which they aren't available video_cards_apm |