diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-03-21 19:38:26 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-03-21 19:38:26 +0000 |
commit | 7b4f24c24b133541371db8abff438987bd8ff6c2 (patch) | |
tree | 72b41be4b0c2bd169d818d8fac87ee064243139f /profiles/default-linux/x86/use.mask | |
parent | (#121855) Allow compilation with gcc-4. Also at least partially fix compilati... (diff) | |
download | gentoo-2-7b4f24c24b133541371db8abff438987bd8ff6c2.tar.gz gentoo-2-7b4f24c24b133541371db8abff438987bd8ff6c2.tar.bz2 gentoo-2-7b4f24c24b133541371db8abff438987bd8ff6c2.zip |
Mask newport video driver on x86 and ia64.
Diffstat (limited to 'profiles/default-linux/x86/use.mask')
-rw-r--r-- | profiles/default-linux/x86/use.mask | 5 |
1 files changed, 4 insertions, 1 deletions
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 |