diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-03-10 14:46:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-03-10 14:46:45 +0000 |
commit | 393576f6df0685758769a239c7fbe70b5080e50c (patch) | |
tree | 0444cae8080b45c2c11d0f40e4147effc57791a0 /profiles/default-linux | |
parent | Keyworded ~x86-fbsd (diff) | |
download | gentoo-2-393576f6df0685758769a239c7fbe70b5080e50c.tar.gz gentoo-2-393576f6df0685758769a239c7fbe70b5080e50c.tar.bz2 gentoo-2-393576f6df0685758769a239c7fbe70b5080e50c.zip |
nvram only works on amd64/x86, so mask as such
Diffstat (limited to 'profiles/default-linux')
-rw-r--r-- | profiles/default-linux/amd64/use.mask | 6 | ||||
-rw-r--r-- | profiles/default-linux/x86/use.mask | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/profiles/default-linux/amd64/use.mask b/profiles/default-linux/amd64/use.mask index b1b90e8a3085..8f951c2c12e6 100644 --- a/profiles/default-linux/amd64/use.mask +++ b/profiles/default-linux/amd64/use.mask @@ -1,9 +1,13 @@ # Copyright 2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/use.mask,v 1.51 2007/02/12 16:40:49 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/use.mask,v 1.52 2007/03/10 14:46:45 vapier Exp $ # SECTION: Unmask +# 2007/03/10 - Mike Frysinger <vapier@gentoo.org> +# NVRAM works on x86/amd64 hosts +-nvram + # 2006/06/07 - Danny van Dyk <kugelfang@gentoo.org> # Profile cleanup: Unmask emul-linux-x86 -emul-linux-x86 diff --git a/profiles/default-linux/x86/use.mask b/profiles/default-linux/x86/use.mask index 3533860f5330..8ade30baf854 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.26 2007/01/18 16:33:29 rbu Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/use.mask,v 1.27 2007/03/10 14:46:45 vapier 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 @@ -18,6 +18,7 @@ -sse2 -svga -kqemu +-nvram # Unmask nvidia XvMC support -nvidia |