diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-31 14:31:05 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-31 14:31:05 +0000 |
commit | 4c8dc764cc4d14187853e589765b51831eac3aca (patch) | |
tree | b0a823bf4eca2b35713675b1423dfa37f2c07b29 /dev-lang/fpc/fpc-2.0.0-r1.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-4c8dc764cc4d14187853e589765b51831eac3aca.tar.gz gentoo-2-4c8dc764cc4d14187853e589765b51831eac3aca.tar.bz2 gentoo-2-4c8dc764cc4d14187853e589765b51831eac3aca.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r4)
Diffstat (limited to 'dev-lang/fpc/fpc-2.0.0-r1.ebuild')
-rw-r--r-- | dev-lang/fpc/fpc-2.0.0-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/fpc/fpc-2.0.0-r1.ebuild b/dev-lang/fpc/fpc-2.0.0-r1.ebuild index b288db90ba38..4f7f76dba3ff 100644 --- a/dev-lang/fpc/fpc-2.0.0-r1.ebuild +++ b/dev-lang/fpc/fpc-2.0.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc/fpc-2.0.0-r1.ebuild,v 1.5 2005/12/17 16:17:58 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc/fpc-2.0.0-r1.ebuild,v 1.6 2007/01/31 14:31:05 genone Exp $ inherit eutils @@ -156,6 +156,6 @@ pkg_postinst() { FPCARCH=x64 ;; esac - einfo "/usr/bin/ppc${FPCARCH} now points to the new binary:" - einfo " /usr/lib/${PN}/${MY_PV}/ppc${FPCARCH}" + elog "/usr/bin/ppc${FPCARCH} now points to the new binary:" + elog " /usr/lib/${PN}/${MY_PV}/ppc${FPCARCH}" } |