From 220d61eabea13e66afe2fa4be78726dfd11341b8 Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Sat, 3 Mar 2007 22:25:43 +0000 Subject: Replacing einfo with ewarn Package-Manager: portage-2.1.2-r10 --- dev-libs/DirectFB/DirectFB-0.9.25.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev-libs/DirectFB/DirectFB-0.9.25.1.ebuild') diff --git a/dev-libs/DirectFB/DirectFB-0.9.25.1.ebuild b/dev-libs/DirectFB/DirectFB-0.9.25.1.ebuild index e616b6a2c66f..9d0cd6ef5ad7 100644 --- a/dev-libs/DirectFB/DirectFB-0.9.25.1.ebuild +++ b/dev-libs/DirectFB/DirectFB-0.9.25.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-0.9.25.1.ebuild,v 1.11 2007/02/07 17:00:28 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-0.9.25.1.ebuild,v 1.12 2007/03/03 22:25:43 genone Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -30,13 +30,13 @@ pkg_setup() { if [[ -z ${VIDEO_CARDS} ]] ; then ewarn "All video drivers will be built since you did not specify" ewarn "via the VIDEO_CARDS variable what video card you use." - einfo "DirectFB supports: ${IUSE_VIDEO_CARDS} all none" + ewarn "DirectFB supports: ${IUSE_VIDEO_CARDS} all none" echo fi if [[ -z ${INPUT_DEVICES} ]] ; then ewarn "All input drivers will be built since you did not specify" ewarn "via the INPUT_DEVICES variable which input drivers to use." - einfo "DirectFB supports: ${IUSE_INPUT_DEVICES} all none" + ewarn "DirectFB supports: ${IUSE_INPUT_DEVICES} all none" echo fi } -- cgit v1.2.3-65-gdbad