diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-12 18:17:53 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-12 18:17:53 +0000 |
commit | 9de6719585680a6b289189c365ba2b2d2402c68e (patch) | |
tree | b0421b9efa2e0e4fd663cd7ff456694cbe1a9447 /games-strategy/xbattle/xbattle-5.4.1.ebuild | |
parent | Stable for HPPA (bug #169512). (diff) | |
download | historical-9de6719585680a6b289189c365ba2b2d2402c68e.tar.gz historical-9de6719585680a6b289189c365ba2b2d2402c68e.tar.bz2 historical-9de6719585680a6b289189c365ba2b2d2402c68e.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'games-strategy/xbattle/xbattle-5.4.1.ebuild')
-rw-r--r-- | games-strategy/xbattle/xbattle-5.4.1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games-strategy/xbattle/xbattle-5.4.1.ebuild b/games-strategy/xbattle/xbattle-5.4.1.ebuild index 413613831557..872e4ed81e1c 100644 --- a/games-strategy/xbattle/xbattle-5.4.1.ebuild +++ b/games-strategy/xbattle/xbattle-5.4.1.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-strategy/xbattle/xbattle-5.4.1.ebuild,v 1.9 2006/12/06 21:10:43 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xbattle/xbattle-5.4.1.ebuild,v 1.10 2007/03/12 18:17:53 genone Exp $ inherit games @@ -49,7 +49,7 @@ src_install() { pkg_postinst() { games_pkg_postinst - einfo 'You may be interested by these tutorials:' - einfo ' xbattle-tutorial1' - einfo ' xbattle-tutorial2' + elog 'You may be interested by these tutorials:' + elog ' xbattle-tutorial1' + elog ' xbattle-tutorial2' } |