diff options
author | Marius Mauch <genone@gentoo.org> | 2007-04-30 20:16:03 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-04-30 20:16:03 +0000 |
commit | 628c7b867cd9f029dc3136177d202b7b8ac97243 (patch) | |
tree | 2665cacbf409a73023698cafc9a7915f8736ac4a /app-portage | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-628c7b867cd9f029dc3136177d202b7b8ac97243.tar.gz gentoo-2-628c7b867cd9f029dc3136177d202b7b8ac97243.tar.bz2 gentoo-2-628c7b867cd9f029dc3136177d202b7b8ac97243.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/portagemaster/portagemaster-0.2.1-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-portage/portagemaster/portagemaster-0.2.1-r1.ebuild b/app-portage/portagemaster/portagemaster-0.2.1-r1.ebuild index d2720628015b..e117612b70a6 100644 --- a/app-portage/portagemaster/portagemaster-0.2.1-r1.ebuild +++ b/app-portage/portagemaster/portagemaster-0.2.1-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/app-portage/portagemaster/portagemaster-0.2.1-r1.ebuild,v 1.1 2007/04/29 01:49:19 ali_bush Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/portagemaster/portagemaster-0.2.1-r1.ebuild,v 1.2 2007/04/30 20:16:03 genone Exp $ inherit java-pkg-2 java-ant-2 @@ -30,7 +30,7 @@ src_install() { } pkg_postinst() { - einfo "Programs needed for default configuration to work are" - einfo "xterm,nano (for editor) and mozilla (for browser)" - einfo "You can change these in ~/.portagemaster/conf file" + elog "Programs needed for default configuration to work are" + elog "xterm,nano (for editor) and mozilla (for browser)" + elog "You can change these in ~/.portagemaster/conf file" } |