summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-12 17:20:56 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-12 17:20:56 +0000
commit528f549bf52c61fcab82b63482680e5c348614d9 (patch)
treebd1b9fa721e666c58bb9a9dd6a676d26235bb7fd /games-roguelike/nethack/nethack-3.4.3-r1.ebuild
parentStable on sparc (diff)
downloadhistorical-528f549bf52c61fcab82b63482680e5c348614d9.tar.gz
historical-528f549bf52c61fcab82b63482680e5c348614d9.tar.bz2
historical-528f549bf52c61fcab82b63482680e5c348614d9.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'games-roguelike/nethack/nethack-3.4.3-r1.ebuild')
-rw-r--r--games-roguelike/nethack/nethack-3.4.3-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-roguelike/nethack/nethack-3.4.3-r1.ebuild b/games-roguelike/nethack/nethack-3.4.3-r1.ebuild
index 2b56aee411d3..194d7bfaaaea 100644
--- a/games-roguelike/nethack/nethack-3.4.3-r1.ebuild
+++ b/games-roguelike/nethack/nethack-3.4.3-r1.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-roguelike/nethack/nethack-3.4.3-r1.ebuild,v 1.17 2007/03/07 17:06:27 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/nethack/nethack-3.4.3-r1.ebuild,v 1.18 2007/03/12 17:16:45 genone Exp $
inherit eutils toolchain-funcs flag-o-matic games
@@ -178,5 +178,5 @@ pkg_postinst() {
ewarn "the qt frontend may be a little unstable with this version of qt"
ewarn "please see Bug 32629 for more information"
fi
- einfo "You may want to look at /etc/skel/.nethackrc for interesting options"
+ elog "You may want to look at /etc/skel/.nethackrc for interesting options"
}