diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-06 11:58:57 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-06 11:58:57 +0000 |
commit | 1b48605b38fe4f85d481c348b37eb6fa0a17e6df (patch) | |
tree | 89f67fcb4924980054acbe62bd4c437015b03067 /net-im/psi/psi-0.10.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-1b48605b38fe4f85d481c348b37eb6fa0a17e6df.tar.gz gentoo-2-1b48605b38fe4f85d481c348b37eb6fa0a17e6df.tar.bz2 gentoo-2-1b48605b38fe4f85d481c348b37eb6fa0a17e6df.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-im/psi/psi-0.10.ebuild')
-rw-r--r-- | net-im/psi/psi-0.10.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-im/psi/psi-0.10.ebuild b/net-im/psi/psi-0.10.ebuild index faa8ae219f10..7facbd5fda1d 100644 --- a/net-im/psi/psi-0.10.ebuild +++ b/net-im/psi/psi-0.10.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/net-im/psi/psi-0.10.ebuild,v 1.14 2007/03/06 00:16:31 troll Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.10.ebuild,v 1.15 2007/05/06 11:58:57 genone Exp $ inherit eutils qt3 @@ -228,10 +228,10 @@ src_unpack() { epatch ${PATCHDIR}/psi-gentoo-version.patch fi - einfo "" - einfo "Unpacking language files, you must have linguas_* in USE where" - einfo "'*' is the language files you wish. English is always available" - einfo "" + elog + elog "Unpacking language files, you must have linguas_* in USE where" + elog "'*' is the language files you wish. English is always available" + elog cd ${WORKDIR} if ! [ -d langs ] ; then mkdir langs |