Gentoo Archives: gentoo-commits

From: "Doug Klima (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: nvidia-driver.eclass
Date: Fri, 21 Dec 2007 20:38:50
Message-Id: E1J5odo-0003rI-QM@stork.gentoo.org
1 cardoe 07/12/21 20:38:44
2
3 Modified: nvidia-driver.eclass
4 Log:
5 remove old style nvidia-driver version number since they're gone. this fixes bug #202104
6
7 Revision Changes Path
8 1.10 eclass/nvidia-driver.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/nvidia-driver.eclass?rev=1.10&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/nvidia-driver.eclass?rev=1.10&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/nvidia-driver.eclass?r1=1.9&r2=1.10
13
14 Index: nvidia-driver.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/nvidia-driver.eclass,v
17 retrieving revision 1.9
18 retrieving revision 1.10
19 diff -u -r1.9 -r1.10
20 --- nvidia-driver.eclass 1 Oct 2007 18:54:39 -0000 1.9
21 +++ nvidia-driver.eclass 21 Dec 2007 20:38:44 -0000 1.10
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/nvidia-driver.eclass,v 1.9 2007/10/01 18:54:39 cardoe Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/nvidia-driver.eclass,v 1.10 2007/12/21 20:38:44 cardoe Exp $
27
28 #
29 # Original Author: Doug Goldstein <cardoe@g.o>
30 @@ -22,7 +22,7 @@
31 drv_71xx="0020 0028 0029 002c 002d 00a0 0100 0101 0103 0150 0151 0152 0153"
32
33 mask_96xx=">=x11-drivers/nvidia-drivers-97.0.0"
34 -mask_71xx=">=x11-drivers/nvidia-drivers-72.0.0\n=x11-drivers/nvidia-1.0.9639"
35 +mask_71xx=">=x11-drivers/nvidia-drivers-72.0.0"
36
37 # Retrieve the PCI device ID for each Nvidia video card you have
38 nvidia-driver-get-card() {
39
40
41
42 --
43 gentoo-commits@g.o mailing list