diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2008-07-17 12:20:49 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2008-07-17 12:20:49 +0000 |
commit | 2d3031934487a8bd80a256aecbf74f9a6050dbf3 (patch) | |
tree | 8e9806c50c6cf35ac902929f2d8be2e47d86231b /eclass/nvidia-driver.eclass | |
parent | Better built_with_use expression; thanks to Mart Raudsepp. (bug #221819) (diff) | |
download | gentoo-2-2d3031934487a8bd80a256aecbf74f9a6050dbf3.tar.gz gentoo-2-2d3031934487a8bd80a256aecbf74f9a6050dbf3.tar.bz2 gentoo-2-2d3031934487a8bd80a256aecbf74f9a6050dbf3.zip |
Forcibly lowercase the IDs scavenged from the nVidia documentation for 177 as they do not work otherwise. As pointed out by Kevin Bowling <kevin.bowling@kev009.com> in bug #228661.
Diffstat (limited to 'eclass/nvidia-driver.eclass')
-rw-r--r-- | eclass/nvidia-driver.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/nvidia-driver.eclass b/eclass/nvidia-driver.eclass index ee082e3baeaa..b2d6444152c2 100644 --- a/eclass/nvidia-driver.eclass +++ b/eclass/nvidia-driver.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/nvidia-driver.eclass,v 1.13 2008/06/23 12:58:05 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/nvidia-driver.eclass,v 1.14 2008/07/17 12:20:49 chainsaw Exp $ # @ECLASS: nvidia-driver.eclass # @MAINTAINER: <chainsaw@gentoo.org> @@ -25,9 +25,9 @@ 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" -drv_173x="00FA 00FB 00FC 00FD 00FE 0301 0302 0308 0309 0311 0312 0314 031A \ -031B 031C 0320 0321 0322 0323 0324 0325 0326 0327 0328 032A 032B 032C 032D \ -0330 0331 0332 0333 0334 0338 033F 0341 0342 0343 0344 0347 0348 034C 034E" +drv_173x="00fa 00fb 00fc 00fd 00fe 0301 0302 0308 0309 0311 0312 0314 031a \ +031b 031c 0320 0321 0322 0323 0324 0325 0326 0327 0328 032a 032b 032c 032d \ +0330 0331 0332 0333 0334 0338 033f 0341 0342 0343 0344 0347 0348 034c 034e" mask_96xx=">=x11-drivers/nvidia-drivers-97.0.0" mask_71xx=">=x11-drivers/nvidia-drivers-72.0.0" |