diff options
author | Marius Mauch <genone@gentoo.org> | 2007-04-30 23:36:45 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-04-30 23:36:45 +0000 |
commit | 01b5543dbeb0bd1fb25f1a0cf4c9e92610c65bd3 (patch) | |
tree | 89253b735caf8ecd9deefad8a3085eb48a3b1d4c /media-libs/tiff/tiff-3.8.2-r2.ebuild | |
parent | Version bump to 8.0.13 for bug #175791 (diff) | |
download | historical-01b5543dbeb0bd1fb25f1a0cf4c9e92610c65bd3.tar.gz historical-01b5543dbeb0bd1fb25f1a0cf4c9e92610c65bd3.tar.bz2 historical-01b5543dbeb0bd1fb25f1a0cf4c9e92610c65bd3.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'media-libs/tiff/tiff-3.8.2-r2.ebuild')
-rw-r--r-- | media-libs/tiff/tiff-3.8.2-r2.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/media-libs/tiff/tiff-3.8.2-r2.ebuild b/media-libs/tiff/tiff-3.8.2-r2.ebuild index 8a70e6c73529..fba3313a0d3a 100644 --- a/media-libs/tiff/tiff-3.8.2-r2.ebuild +++ b/media-libs/tiff/tiff-3.8.2-r2.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/media-libs/tiff/tiff-3.8.2-r2.ebuild,v 1.4 2007/02/28 22:16:07 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.8.2-r2.ebuild,v 1.5 2007/04/30 23:36:45 genone Exp $ inherit eutils libtool @@ -48,9 +48,9 @@ src_install() { pkg_postinst() { echo - einfo "JBIG support is intended for Hylafax fax compression, so we" - einfo "really need more feedback in other areas (most testing has" - einfo "been done with fax). Be sure to recompile anything linked" - einfo "against tiff if you rebuild it with jbig support." + elog "JBIG support is intended for Hylafax fax compression, so we" + elog "really need more feedback in other areas (most testing has" + elog "been done with fax). Be sure to recompile anything linked" + elog "against tiff if you rebuild it with jbig support." echo } |