diff options
author | Timo Gurr <tgurr@gentoo.org> | 2009-02-13 15:30:19 +0000 |
---|---|---|
committer | Timo Gurr <tgurr@gentoo.org> | 2009-02-13 15:30:19 +0000 |
commit | bb6913532e11d9c110e54b9b21ce7e5ae1bc95cc (patch) | |
tree | 86c93f21a45a245c056b250a0a07ed51fb488d07 /net-print/cups-pdf/cups-pdf-2.5.0.ebuild | |
parent | Version bump. Add kde4 version. To please termite47384 :D. (diff) | |
download | gentoo-2-bb6913532e11d9c110e54b9b21ce7e5ae1bc95cc.tar.gz gentoo-2-bb6913532e11d9c110e54b9b21ce7e5ae1bc95cc.tar.bz2 gentoo-2-bb6913532e11d9c110e54b9b21ce7e5ae1bc95cc.zip |
Replace einfo with elog.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'net-print/cups-pdf/cups-pdf-2.5.0.ebuild')
-rw-r--r-- | net-print/cups-pdf/cups-pdf-2.5.0.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-print/cups-pdf/cups-pdf-2.5.0.ebuild b/net-print/cups-pdf/cups-pdf-2.5.0.ebuild index 7f937331f60c..8197fadfbcc6 100644 --- a/net-print/cups-pdf/cups-pdf-2.5.0.ebuild +++ b/net-print/cups-pdf/cups-pdf-2.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups-pdf/cups-pdf-2.5.0.ebuild,v 1.1 2009/02/13 15:07:13 tgurr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups-pdf/cups-pdf-2.5.0.ebuild,v 1.2 2009/02/13 15:30:19 tgurr Exp $ inherit toolchain-funcs multilib @@ -38,8 +38,8 @@ src_install () { } pkg_postinst () { - einfo "Please view both the README and contrib_Contents files" - einfo "as you may want to adjust some settings and/or use" - einfo "contributed software. In the latter case you may need" - einfo "to extract some files from the ${P} distfile." + elog "Please view both the README and contrib_Contents files" + elog "as you may want to adjust some settings and/or use" + elog "contributed software. In the latter case you may need" + elog "to extract some files from the ${P} distfile." } |