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 | 119420027cd36ca4c5535bbfbf96837ce4628c6e (patch) | |
tree | cede7dfa4ac851e13db4b8595b07de6d306ef403 /eclass/linux-info.eclass | |
parent | Cleaned vulnerable and unused ebuilds. (diff) | |
download | historical-119420027cd36ca4c5535bbfbf96837ce4628c6e.tar.gz historical-119420027cd36ca4c5535bbfbf96837ce4628c6e.tar.bz2 historical-119420027cd36ca4c5535bbfbf96837ce4628c6e.zip |
Fix require_kernel_config call thanks to Pacho Ramos in bug #207207
Diffstat (limited to 'eclass/linux-info.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" ] |