diff options
author | Rick Farina <zerochaos@gentoo.org> | 2012-11-27 01:20:13 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2012-11-27 01:20:13 +0000 |
commit | 02d412f1a999e93408283a871b85365a2b7e989d (patch) | |
tree | 368f043ca8519e2b23608511fa580855d75281ba /profiles/hardened | |
parent | Handle DOCS when it is an exported array, i.e. "declare -ax" (bug #444740, th... (diff) | |
download | gentoo-2-02d412f1a999e93408283a871b85365a2b7e989d.tar.gz gentoo-2-02d412f1a999e93408283a871b85365a2b7e989d.tar.bz2 gentoo-2-02d412f1a999e93408283a871b85365a2b7e989d.zip |
propogating changes from amd64 to x86 relating to nvidia on hardened
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/linux/x86/package.mask | 18 | ||||
-rw-r--r-- | profiles/hardened/linux/x86/package.use.mask | 10 |
2 files changed, 19 insertions, 9 deletions
diff --git a/profiles/hardened/linux/x86/package.mask b/profiles/hardened/linux/x86/package.mask index 121cc7da21d3..025195089dd5 100644 --- a/profiles/hardened/linux/x86/package.mask +++ b/profiles/hardened/linux/x86/package.mask @@ -1,13 +1,15 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/package.mask,v 1.7 2012/08/07 03:45:22 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/package.mask,v 1.8 2012/11/27 01:20:13 zerochaos Exp $ -# Although it may build, these packages do more harm than good on hardened. -# X almost certainly will not load, same with anything related to opengl. -# Users with nVidia GPUs must use the OSS "nouveau" or "nv" Xorg drivers. -x11-drivers/nvidia-drivers -media-video/nvidia-settings -dev-util/nvidia-cuda-sdk +# Rick Farina <zerochaos@gentoo.org> (26 Nov 2012) +# Newer then 300.00 is patched but we still have RWX in the libs. +# We mask X for we still need to make the doc for revdep-pax else +# hell will rule. Propogating change from amd64. +# Bug 433121 +<=x11-drivers/nvidia-drivers-300.00 +#media-video/nvidia-settings +#dev-util/nvidia-cuda-sdk # Depends on x11-drivers/nvidia-drivers -dev-python/pyopencl +#dev-python/pyopencl diff --git a/profiles/hardened/linux/x86/package.use.mask b/profiles/hardened/linux/x86/package.use.mask index f7f80d35cb51..c1d488890af6 100644 --- a/profiles/hardened/linux/x86/package.use.mask +++ b/profiles/hardened/linux/x86/package.use.mask @@ -1,9 +1,17 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/package.use.mask,v 1.16 2012/03/22 16:57:27 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/x86/package.use.mask,v 1.17 2012/11/27 01:20:13 zerochaos Exp $ # cyrus-sasl doesn't work w/ USE=berkdb (#192753) dev-libs/cyrus-sasl berkdb # missing the necessary linux-headers dep >=net-fs/netatalk-2.0.3-r3 xfs + +# Rick Farina <zerochaos@gentoo.org> (26 Nov 2012) +# mask X and tools for we still miss the docs for revdep-pax +# else hell will rule. (RWX in the libs) +# Propogating changes from amd64. +# Bug 433121 +x11-drivers/nvidia-drivers X tools + |