diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2007-01-06 16:38:09 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2007-01-06 16:38:09 +0000 |
commit | 0605284edd3e99e777bfb491d3e3f06f664733ed (patch) | |
tree | db02a4e684cef632d991336a5483770f50c8d78f /net-misc/elianna-pack/elianna-pack-1.0.ebuild | |
parent | s/einfo/elog/ (diff) | |
download | gentoo-2-0605284edd3e99e777bfb491d3e3f06f664733ed.tar.gz gentoo-2-0605284edd3e99e777bfb491d3e3f06f664733ed.tar.bz2 gentoo-2-0605284edd3e99e777bfb491d3e3f06f664733ed.zip |
s/einfo/elog/
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'net-misc/elianna-pack/elianna-pack-1.0.ebuild')
-rw-r--r-- | net-misc/elianna-pack/elianna-pack-1.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/elianna-pack/elianna-pack-1.0.ebuild b/net-misc/elianna-pack/elianna-pack-1.0.ebuild index 044c11e5b266..b0b12c5b096e 100644 --- a/net-misc/elianna-pack/elianna-pack-1.0.ebuild +++ b/net-misc/elianna-pack/elianna-pack-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/elianna-pack/elianna-pack-1.0.ebuild,v 1.3 2006/11/01 13:23:48 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/elianna-pack/elianna-pack-1.0.ebuild,v 1.4 2007/01/06 16:38:09 drizzt Exp $ DESCRIPTION="Argentinean spanish sounds for asterisk" HOMEPAGE="http://www.ip-flow.com.ar/elianna_pack.html" @@ -30,6 +30,6 @@ src_install() { } pkg_postinst() { - einfo "Remember to enable this language pack via language=ar" - einfo "entries in the corresponding /etc/asterisk/*.conf files" + elog "Remember to enable this language pack via language=ar" + elog "entries in the corresponding /etc/asterisk/*.conf files" } |