diff options
author | Daniel Drake <dsd@gentoo.org> | 2008-01-23 20:58:08 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2008-01-23 20:58:08 +0000 |
commit | 0a1f8e63df74000294886f9457b0543c09d1571c (patch) | |
tree | bbbdd43f06bf35b09fbd1c1884ebd59b9861a859 /eclass | |
parent | Cleaned vulnerable and unused ebuilds. (diff) | |
download | gentoo-2-0a1f8e63df74000294886f9457b0543c09d1571c.tar.gz gentoo-2-0a1f8e63df74000294886f9457b0543c09d1571c.tar.bz2 gentoo-2-0a1f8e63df74000294886f9457b0543c09d1571c.zip |
Fix require_kernel_config call thanks to Pacho Ramos in bug #207207
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 318fb59dbf0c..ec7c27351dc7 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.53 2008/01/22 21:05:31 dsd Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.54 2008/01/23 20:58:08 dsd Exp $ # # Description: This eclass is used as a central eclass for accessing kernel # related information for sources already installed. @@ -368,7 +368,7 @@ get_running_version() { check_kernel_built() { # if we haven't determined the version yet, we need to - require_kernel_config + require_configured_kernel get_version if [ ! -f "${KV_OUT_DIR}/include/linux/version.h" ] |