summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2014-03-21 22:03:00 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2014-03-21 22:03:00 +0000
commit7cb0c9406d14885313505af36f20b4c4c2d59133 (patch)
tree683ef0055271fdbbe2aaed7cdfc7c13259d71dbc /eclass/linux-info.eclass
parentBump to EAPI 5. (diff)
downloadhistorical-7cb0c9406d14885313505af36f20b4c4c2d59133.tar.gz
historical-7cb0c9406d14885313505af36f20b4c4c2d59133.tar.bz2
historical-7cb0c9406d14885313505af36f20b4c4c2d59133.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.eclass6
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, "