diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 13:13:57 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 13:13:57 +0000 |
commit | 220d6a5b1310888d01e28be1416ded96da009959 (patch) | |
tree | 5424f47142ca516b8915d73e61b3cce8eb530daf /games-action/battalion/battalion-1.4b.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-220d6a5b1310888d01e28be1416ded96da009959.tar.gz gentoo-2-220d6a5b1310888d01e28be1416ded96da009959.tar.bz2 gentoo-2-220d6a5b1310888d01e28be1416ded96da009959.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'games-action/battalion/battalion-1.4b.ebuild')
-rw-r--r-- | games-action/battalion/battalion-1.4b.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games-action/battalion/battalion-1.4b.ebuild b/games-action/battalion/battalion-1.4b.ebuild index 791762d58639..05585e957289 100644 --- a/games-action/battalion/battalion-1.4b.ebuild +++ b/games-action/battalion/battalion-1.4b.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-action/battalion/battalion-1.4b.ebuild,v 1.11 2006/12/01 19:58:01 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/battalion/battalion-1.4b.ebuild,v 1.12 2007/03/12 13:13:57 genone Exp $ inherit games @@ -60,7 +60,7 @@ src_install() { pkg_postinst() { games_pkg_postinst echo - einfo "Sound and music are not enabled by default." - einfo "Use the S and M keys to enable them in-game, or start the game with" - einfo "the -s and -m switches: battalion -s -m" + elog "Sound and music are not enabled by default." + elog "Use the S and M keys to enable them in-game, or start the game with" + elog "the -s and -m switches: battalion -s -m" } |