diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-12-21 20:38:44 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-12-21 20:38:44 +0000 |
commit | f2b7e7fc4e307630cd0ec6b7237fe45a8cca84e9 (patch) | |
tree | 7e6ebe442936cea40452de3c68c101b2c850c683 /eclass/nvidia-driver.eclass | |
parent | remove old versions (diff) | |
download | historical-f2b7e7fc4e307630cd0ec6b7237fe45a8cca84e9.tar.gz historical-f2b7e7fc4e307630cd0ec6b7237fe45a8cca84e9.tar.bz2 historical-f2b7e7fc4e307630cd0ec6b7237fe45a8cca84e9.zip |
remove old style nvidia-driver version number since they're gone. this fixes bug #202104
Diffstat (limited to 'eclass/nvidia-driver.eclass')
-rw-r--r-- | eclass/nvidia-driver.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/nvidia-driver.eclass b/eclass/nvidia-driver.eclass index 9c971121d42e..e9c989428446 100644 --- a/eclass/nvidia-driver.eclass +++ b/eclass/nvidia-driver.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/nvidia-driver.eclass,v 1.9 2007/10/01 18:54:39 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/nvidia-driver.eclass,v 1.10 2007/12/21 20:38:44 cardoe Exp $ # # Original Author: Doug Goldstein <cardoe@gentoo.org> @@ -22,7 +22,7 @@ drv_96xx="0110 0111 0112 0113 0170 0171 0172 0173 0174 0175 0176 0177 0178 \ drv_71xx="0020 0028 0029 002c 002d 00a0 0100 0101 0103 0150 0151 0152 0153" mask_96xx=">=x11-drivers/nvidia-drivers-97.0.0" -mask_71xx=">=x11-drivers/nvidia-drivers-72.0.0\n=x11-drivers/nvidia-1.0.9639" +mask_71xx=">=x11-drivers/nvidia-drivers-72.0.0" # Retrieve the PCI device ID for each Nvidia video card you have nvidia-driver-get-card() { |