diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 17:13:55 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 17:13:55 +0000 |
commit | c6af9f427336eb1a79dc0393f1325a5c83bf52a9 (patch) | |
tree | 7a552920b7947557fe9c37d229f71dfc8b3ad2d8 /games-puzzle/twindistress/twindistress-1.03.ebuild | |
parent | Add XSESSION instructions to pkg_postinst using elog. One of most asked quest... (diff) | |
download | historical-c6af9f427336eb1a79dc0393f1325a5c83bf52a9.tar.gz historical-c6af9f427336eb1a79dc0393f1325a5c83bf52a9.tar.bz2 historical-c6af9f427336eb1a79dc0393f1325a5c83bf52a9.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'games-puzzle/twindistress/twindistress-1.03.ebuild')
-rw-r--r-- | games-puzzle/twindistress/twindistress-1.03.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-puzzle/twindistress/twindistress-1.03.ebuild b/games-puzzle/twindistress/twindistress-1.03.ebuild index d345c1a46680..f490650ca31e 100644 --- a/games-puzzle/twindistress/twindistress-1.03.ebuild +++ b/games-puzzle/twindistress/twindistress-1.03.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/games-puzzle/twindistress/twindistress-1.03.ebuild,v 1.7 2006/08/15 15:11:58 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/twindistress/twindistress-1.03.ebuild,v 1.8 2007/03/12 17:13:55 genone Exp $ inherit eutils games @@ -48,7 +48,7 @@ src_install() { pkg_postinst() { games_pkg_postinst echo - einfo "If sdl_mixer isn't built with ogg vorbis support, then you won't" - einfo "be able to hear the music" + elog "If sdl_mixer isn't built with ogg vorbis support, then you won't" + elog "be able to hear the music" echo } |