diff options
author | 2006-03-21 19:38:26 +0000 | |
---|---|---|
committer | 2006-03-21 19:38:26 +0000 | |
commit | da3e13568db694436d6f70a41d94d7c01f70c4ba (patch) | |
tree | dcdc0b1dc1a45c0daa1647556895289f1a9e5542 /profiles | |
parent | (#121855) Allow compilation with gcc-4. Also at least partially fix compilati... (diff) | |
download | historical-da3e13568db694436d6f70a41d94d7c01f70c4ba.tar.gz historical-da3e13568db694436d6f70a41d94d7c01f70c4ba.tar.bz2 historical-da3e13568db694436d6f70a41d94d7c01f70c4ba.zip |
Mask newport video driver on x86 and ia64.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/ia64/use.mask | 1 | ||||
-rw-r--r-- | profiles/default-linux/x86/use.mask | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/profiles/default-linux/ia64/use.mask b/profiles/default-linux/ia64/use.mask index b8fc513c286a..4a9e91787107 100644 --- a/profiles/default-linux/ia64/use.mask +++ b/profiles/default-linux/ia64/use.mask @@ -87,3 +87,4 @@ xemacs # 2006/02/05 - Donnie Berkholz <spyderous@gentoo.org> # Modular X: mask for architectures on which they aren't available video_cards_nsc +video_cards_newport diff --git a/profiles/default-linux/x86/use.mask b/profiles/default-linux/x86/use.mask index 25800ecc83be..b13160a940da 100644 --- a/profiles/default-linux/x86/use.mask +++ b/profiles/default-linux/x86/use.mask @@ -1,6 +1,6 @@ # Copyright 2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/use.mask,v 1.15 2006/03/03 01:46:36 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/use.mask,v 1.16 2006/03/21 19:38:26 spyderous Exp $ # This file masks out USE flags that are simply NOT allowed in the default # x86 profile. This works, for example, if another architecture's @@ -33,6 +33,9 @@ -video_cards_fglrx -video_cards_vmware +# Modular X: mask for architectures on which they aren't available +video_cards_newport + #codec support -win32codecs -x264 |