diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 18:16:25 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 18:16:25 +0000 |
commit | e06a0378aeffb38e073d0ca3aa4bc9d6314ea4b1 (patch) | |
tree | b1c4c4856f9fbcb89b0b140d4a1ce486cefa8c86 /games-strategy/uqm/uqm-0.6.2.ebuild | |
parent | Stable for HPPA (bug #169512). (diff) | |
download | gentoo-2-e06a0378aeffb38e073d0ca3aa4bc9d6314ea4b1.tar.gz gentoo-2-e06a0378aeffb38e073d0ca3aa4bc9d6314ea4b1.tar.bz2 gentoo-2-e06a0378aeffb38e073d0ca3aa4bc9d6314ea4b1.zip |
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-strategy/uqm/uqm-0.6.2.ebuild')
-rw-r--r-- | games-strategy/uqm/uqm-0.6.2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games-strategy/uqm/uqm-0.6.2.ebuild b/games-strategy/uqm/uqm-0.6.2.ebuild index 3236c3b4cedd..1586ad0e1afe 100644 --- a/games-strategy/uqm/uqm-0.6.2.ebuild +++ b/games-strategy/uqm/uqm-0.6.2.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/games-strategy/uqm/uqm-0.6.2.ebuild,v 1.3 2007/02/08 17:01:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/uqm/uqm-0.6.2.ebuild,v 1.4 2007/03/12 18:16:25 genone Exp $ inherit eutils multilib games @@ -119,10 +119,10 @@ pkg_postinst() { games_pkg_postinst if use remix ; then echo - einfo "To hear all the remixed music made by the The Ur-Quan Masters" - einfo "project's Precursors Team instead of the original ones," - einfo "start the game with:" - einfo " --addon uqmremix" + elog "To hear all the remixed music made by the The Ur-Quan Masters" + elog "project's Precursors Team instead of the original ones," + elog "start the game with:" + elog " --addon uqmremix" echo fi } |