Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: linux-info.eclass
Date: Sun, 06 Sep 2009 23:41:44
Message-Id: E1MkRMc-0004ua-PR@stork.gentoo.org
1 robbat2 09/09/06 23:41:42
2
3 Modified: linux-info.eclass
4 Log:
5 Typo in the last commit.
6
7 Revision Changes Path
8 1.70 eclass/linux-info.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/linux-info.eclass?rev=1.70&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/linux-info.eclass?rev=1.70&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/linux-info.eclass?r1=1.69&r2=1.70
13
14 Index: linux-info.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v
17 retrieving revision 1.69
18 retrieving revision 1.70
19 diff -p -w -b -B -u -u -r1.69 -r1.70
20 --- linux-info.eclass 6 Sep 2009 23:40:48 -0000 1.69
21 +++ linux-info.eclass 6 Sep 2009 23:41:42 -0000 1.70
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2006 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.69 2009/09/06 23:40:48 robbat2 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.70 2009/09/06 23:41:42 robbat2 Exp $
27 #
28 # Original author: John Mylchreest <johnm@g.o>
29 # Maintainer: kernel-misc@g.o
30 @@ -626,7 +626,7 @@ check_extra_config() {
31 local soft_errors_count=0 hard_errors_count=0 config_required=0
32
33 # if we haven't determined the version yet, we need to
34 - linux-mod_get_any_version
35 + linux-info_get_any_version
36
37 # Determine if we really need a .config. The only time when we don't need
38 # one is when all of the CONFIG_CHECK options are prefixed with "~".