diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2009-12-17 19:37:25 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2009-12-17 19:37:25 +0000 |
commit | 544c20b5634c44040c5a082a50708b67adfcace9 (patch) | |
tree | 70bb38fa27a3a62b34bad8d8338d846bfcd97ead /profiles | |
parent | fix bug #276815 (diff) | |
download | gentoo-2-544c20b5634c44040c5a082a50708b67adfcace9.tar.gz gentoo-2-544c20b5634c44040c5a082a50708b67adfcace9.tar.bz2 gentoo-2-544c20b5634c44040c5a082a50708b67adfcace9.zip |
mask nvidia-drivers that rely on xorg-server version that's no longer available in the tree
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/package.mask | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index 8f737bc541b0..8b57e36748cd 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,5 +1,5 @@ #################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.10973 2009/12/17 13:03:22 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.10974 2009/12/17 19:37:25 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,12 @@ #--- END OF EXAMPLES --- +# Doug Goldstein <cardoe@gentoo.org> (17 Dec 2009) +# Mask nvidia-drivers-71.x.y since it will not work +# with xorg-server-1.5 and later which are the only +# available versions in the tree +<x11-drivers/nvidia-drivers-72.0.0 + # Tomáš Chvátal <scarabeus@gentoo.org> (17 Dec 2009) # Mask xf86-video-via since it does not work for # xorg-server-1.6 and later. |