diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 14:17:18 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 14:17:18 +0000 |
commit | 15d2693cc63cf0694f7107f9443a7dd2b71f63e6 (patch) | |
tree | 4ade47d6bccdd2c35c981dcffa2d5976ffcc40e2 /app-admin/gamin/gamin-0.1.7.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-15d2693cc63cf0694f7107f9443a7dd2b71f63e6.tar.gz gentoo-2-15d2693cc63cf0694f7107f9443a7dd2b71f63e6.tar.bz2 gentoo-2-15d2693cc63cf0694f7107f9443a7dd2b71f63e6.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-admin/gamin/gamin-0.1.7.ebuild')
-rw-r--r-- | app-admin/gamin/gamin-0.1.7.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-admin/gamin/gamin-0.1.7.ebuild b/app-admin/gamin/gamin-0.1.7.ebuild index b3976e17a603..ed29827e7489 100644 --- a/app-admin/gamin/gamin-0.1.7.ebuild +++ b/app-admin/gamin/gamin-0.1.7.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/app-admin/gamin/gamin-0.1.7.ebuild,v 1.16 2006/10/26 10:01:54 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/gamin-0.1.7.ebuild,v 1.17 2007/01/24 14:17:18 genone Exp $ inherit autotools eutils libtool @@ -52,8 +52,8 @@ src_install() { pkg_postinst() { if use kernel_linux; then - einfo "It is strongly suggested you use Gamin with an inotify enabled" - einfo "kernel for best performance. For this release of gamin you need" - einfo "at least gentoo-sources-2.6.13 or later." + elog "It is strongly suggested you use Gamin with an inotify enabled" + elog "kernel for best performance. For this release of gamin you need" + elog "at least gentoo-sources-2.6.13 or later." fi } |