diff options
author | 2007-01-24 02:56:17 +0000 | |
---|---|---|
committer | 2007-01-24 02:56:17 +0000 | |
commit | d94246fde4c9b89c6e9052a992bd563efecf2dee (patch) | |
tree | 46e6e89858f981a4572bd1ed28f554874b8dc562 /app-editors/nano/nano-2.0.1.ebuild | |
parent | Replacing einfo with eerror (diff) | |
download | historical-d94246fde4c9b89c6e9052a992bd563efecf2dee.tar.gz historical-d94246fde4c9b89c6e9052a992bd563efecf2dee.tar.bz2 historical-d94246fde4c9b89c6e9052a992bd563efecf2dee.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'app-editors/nano/nano-2.0.1.ebuild')
-rw-r--r-- | app-editors/nano/nano-2.0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/nano/nano-2.0.1.ebuild b/app-editors/nano/nano-2.0.1.ebuild index f5d60a16c9cd..9b60ef1fa0a4 100644 --- a/app-editors/nano/nano-2.0.1.ebuild +++ b/app-editors/nano/nano-2.0.1.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-editors/nano/nano-2.0.1.ebuild,v 1.11 2007/01/19 20:28:31 eroyf Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.1.ebuild,v 1.12 2007/01/24 02:43:53 genone Exp $ #ECVS_SERVER="savannah.gnu.org:/cvsroot/nano" #ECVS_MODULE="nano" @@ -72,6 +72,6 @@ src_install() { } pkg_postinst() { - einfo "More helpful info about nano, visit the GDP page:" - einfo "http://www.gentoo.org/doc/en/nano-basics-guide.xml" + elog "More helpful info about nano, visit the GDP page:" + elog "http://www.gentoo.org/doc/en/nano-basics-guide.xml" } |