diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2014-03-21 22:03:00 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2014-03-21 22:03:00 +0000 |
commit | f0f4864dc7ce89352120968779ff55d60ccc73be (patch) | |
tree | 104e9db922037ffd15e410f8ee7a0558e9a9acd5 /eclass/linux-info.eclass | |
parent | Bump to EAPI 5. (diff) | |
download | gentoo-2-f0f4864dc7ce89352120968779ff55d60ccc73be.tar.gz gentoo-2-f0f4864dc7ce89352120968779ff55d60ccc73be.tar.bz2 gentoo-2-f0f4864dc7ce89352120968779ff55d60ccc73be.zip |
linux-info: Bug #504346: Change one message from error to warning, kernel sources are optional for most uses (checking configs), and knowledge if the lack of kernel sources being missing is fatal should be left to the ebuild.
Diffstat (limited to 'eclass/linux-info.eclass')
-rw-r--r-- | eclass/linux-info.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass index 36a3999244cd..f33c1c190629 100644 --- a/eclass/linux-info.eclass +++ b/eclass/linux-info.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.102 2013/09/29 02:49:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.103 2014/03/21 22:03:00 robbat2 Exp $ # @ECLASS: linux-info.eclass # @MAINTAINER: @@ -449,7 +449,7 @@ get_version() { then if [ -z "${get_version_warning_done}" ]; then get_version_warning_done=1 - qeerror "Unable to find kernel sources at ${KERNEL_DIR}" + qewarn "Unable to find kernel sources at ${KERNEL_DIR}" #qeinfo "This package requires Linux sources." if [ "${KERNEL_DIR}" == "/usr/src/linux" ] ; then qeinfo "Please make sure that ${KERNEL_DIR} points at your running kernel, " |