diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-09-06 23:41:42 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-09-06 23:41:42 +0000 |
commit | e7f5b948ac3120294a4b13636c7245bcc4564cf3 (patch) | |
tree | 3768214113678acac11c774c7d0ae389ae0afb61 /eclass | |
parent | Marking xloadimage-4.1-r10 ppc64 for bug 283648 (diff) | |
download | gentoo-2-e7f5b948ac3120294a4b13636c7245bcc4564cf3.tar.gz gentoo-2-e7f5b948ac3120294a4b13636c7245bcc4564cf3.tar.bz2 gentoo-2-e7f5b948ac3120294a4b13636c7245bcc4564cf3.zip |
Typo in the last commit.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/linux-info.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass index 46048d6fa6db..3a2af1f5f89a 100644 --- a/eclass/linux-info.eclass +++ b/eclass/linux-info.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.69 2009/09/06 23:40:48 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.70 2009/09/06 23:41:42 robbat2 Exp $ # # Original author: John Mylchreest <johnm@gentoo.org> # Maintainer: kernel-misc@gentoo.org @@ -626,7 +626,7 @@ check_extra_config() { local soft_errors_count=0 hard_errors_count=0 config_required=0 # if we haven't determined the version yet, we need to - linux-mod_get_any_version + linux-info_get_any_version # Determine if we really need a .config. The only time when we don't need # one is when all of the CONFIG_CHECK options are prefixed with "~". |