diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2012-02-20 21:31:09 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2012-02-20 21:31:09 +0000 |
commit | cf9e05b6d6df177fc77c154e7b9a5ed259728b44 (patch) | |
tree | c53abc3c262f6a803cb0d18b3b1f9f72eb29c597 /profiles | |
parent | make ebuilds ekeyword-friendly (diff) | |
download | gentoo-2-cf9e05b6d6df177fc77c154e7b9a5ed259728b44.tar.gz gentoo-2-cf9e05b6d6df177fc77c154e7b9a5ed259728b44.tar.bz2 gentoo-2-cf9e05b6d6df177fc77c154e7b9a5ed259728b44.zip |
mask out bad nvidia-settings which installs things over the top of nvidia-drivers
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/package.mask | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index 690c1a41fb57..7927d17f0133 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,5 +1,5 @@ #################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.13507 2012/02/20 20:58:26 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.13508 2012/02/20 21:31:09 cardoe Exp $ # # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -31,6 +31,10 @@ #--- END OF EXAMPLES --- +# Doug Goldstein <cardoe@gentoo.org> (20 Feb 2012) +# Installs stuff over the top of nvidia-drivers +=media-video/nvidia-settings-295.20 + # Samuli Suominen <ssuominen@gentoo.org> (20 Feb 2012) # Mask what will be the Xfce Desktop Environment 4.10 for testing >=xfce-base/exo-0.7.0 |