summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2012-11-09 21:57:36 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2012-11-09 21:57:36 +0000
commite3387f4ce6f9b76520353cd8539b41b25297ff5e (patch)
tree41eae902e5775312ac60feb3068c52926b4fa991 /dev-embedded/u-boot-tools/u-boot-tools-2012.10.ebuild
parentFix typo in comment (diff)
downloadhistorical-e3387f4ce6f9b76520353cd8539b41b25297ff5e.tar.gz
historical-e3387f4ce6f9b76520353cd8539b41b25297ff5e.tar.bz2
historical-e3387f4ce6f9b76520353cd8539b41b25297ff5e.zip
s/ewarn/einfo/
Package-Manager: portage-2.1.11.31/cvs/Linux x86_64 Manifest-Sign-Key: 0xB4AFF2C2
Diffstat (limited to 'dev-embedded/u-boot-tools/u-boot-tools-2012.10.ebuild')
-rw-r--r--dev-embedded/u-boot-tools/u-boot-tools-2012.10.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-embedded/u-boot-tools/u-boot-tools-2012.10.ebuild b/dev-embedded/u-boot-tools/u-boot-tools-2012.10.ebuild
index 73b98dabf070..ce68ed79dbdb 100644
--- a/dev-embedded/u-boot-tools/u-boot-tools-2012.10.ebuild
+++ b/dev-embedded/u-boot-tools/u-boot-tools-2012.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/u-boot-tools/u-boot-tools-2012.10.ebuild,v 1.2 2012/11/09 21:56:03 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/u-boot-tools/u-boot-tools-2012.10.ebuild,v 1.3 2012/11/09 21:57:35 hwoarang Exp $
EAPI="4"
@@ -26,8 +26,8 @@ src_prepare() {
# All this insanity is not required if there is no
# /usr/include/image.h installed
if [[ -e ${ROOT}/usr/include/image.h ]]; then
- ewarn "A image.h header is installed in /usr/include/"
- ewarn "Fixing u-boot files to use the local image.h header"
+ einfo "A image.h header is installed in /usr/include/"
+ einfo "Fixing u-boot files to use the local image.h header"
# FIXME: HACK. media-libs/lensfun installs image.h
# Copy local image.h to tools/ and common/ directory
cp include/image.h common/image.h || die