diff options
author | 2008-04-03 23:10:24 +0000 | |
---|---|---|
committer | 2008-04-03 23:10:24 +0000 | |
commit | d5eafc5ea22fd27a32b78f67fcaf7d9ff97cbf27 (patch) | |
tree | 028b57447b0c8b9e3a5795c6ded4e15b3713d132 | |
parent | fix stupid SRC_URI problem, abiword-plugins still needs abiword sources (diff) | |
download | historical-d5eafc5ea22fd27a32b78f67fcaf7d9ff97cbf27.tar.gz historical-d5eafc5ea22fd27a32b78f67fcaf7d9ff97cbf27.tar.bz2 historical-d5eafc5ea22fd27a32b78f67fcaf7d9ff97cbf27.zip |
mask opengl-xvmc USE flag
-rw-r--r-- | profiles/arch/powerpc/use.mask | 4 | ||||
-rw-r--r-- | profiles/hardened/linux/use.mask | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/profiles/arch/powerpc/use.mask b/profiles/arch/powerpc/use.mask index 287b6f1ed204..f15c56e52185 100644 --- a/profiles/arch/powerpc/use.mask +++ b/profiles/arch/powerpc/use.mask @@ -159,3 +159,7 @@ video_cards_via # net-libs/aqbanking and dev-libs/libofx don't have ppc64 KEYWORDS hbci ofx + +# Doug Goldstein <cardoe@gentoo.org> (3 Apr 2008) +# nvidia-drivers specific feature which don't exist for ppc +opengl-xvmc diff --git a/profiles/hardened/linux/use.mask b/profiles/hardened/linux/use.mask index 8d68abcd9a9d..932ba7c91909 100644 --- a/profiles/hardened/linux/use.mask +++ b/profiles/hardened/linux/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/use.mask,v 1.1 2008/04/01 17:41:10 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/use.mask,v 1.2 2008/04/03 23:10:24 cardoe Exp $ emul-linux-x86 @@ -19,3 +19,7 @@ pch # we love this stuff -hardened + +# Doug Goldstein <cardoe@gentoo.org> (3 Apr 2008) +# nvidia-drivers specific feature, nvidia-drivers are masked on this profile +opengl-xvmc |