diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-25 21:58:20 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-25 21:58:20 +0000 |
commit | 83d301d1517074e645ddcd46a7123ef0316da108 (patch) | |
tree | 844388ce695a25325715aaea9341df1a91e57c1e /app-emulation/basiliskII/basiliskII-1.0.0_pre20050412.ebuild | |
parent | Removing KEYWORDS; Fixes bug #163818. (diff) | |
download | gentoo-2-83d301d1517074e645ddcd46a7123ef0316da108.tar.gz gentoo-2-83d301d1517074e645ddcd46a7123ef0316da108.tar.bz2 gentoo-2-83d301d1517074e645ddcd46a7123ef0316da108.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-emulation/basiliskII/basiliskII-1.0.0_pre20050412.ebuild')
-rw-r--r-- | app-emulation/basiliskII/basiliskII-1.0.0_pre20050412.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-emulation/basiliskII/basiliskII-1.0.0_pre20050412.ebuild b/app-emulation/basiliskII/basiliskII-1.0.0_pre20050412.ebuild index 75da2b14d9a1..e79065705031 100644 --- a/app-emulation/basiliskII/basiliskII-1.0.0_pre20050412.ebuild +++ b/app-emulation/basiliskII/basiliskII-1.0.0_pre20050412.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/basiliskII/basiliskII-1.0.0_pre20050412.ebuild,v 1.5 2006/11/05 11:22:26 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/basiliskII/basiliskII-1.0.0_pre20050412.ebuild,v 1.6 2007/01/25 21:58:20 genone Exp $ inherit flag-o-matic eutils @@ -47,9 +47,9 @@ src_unpack() { cd "${S}" #prevent prestripped binary sed -i -e '/^INSTALL_PROGRAM/s/-s//' Makefile.in - + if use sdl && use dga ; then - einfo "SDL support was requested, DGA will be disabled" + elog "SDL support was requested, DGA will be disabled" fi } |