diff options
author | 2005-03-02 15:09:53 +0000 | |
---|---|---|
committer | 2005-03-02 15:09:53 +0000 | |
commit | 342d84a35b9b11ca5dfcf88b6fa73ef591a45280 (patch) | |
tree | d1c08215095916f53ae1da8e23070edef6539f4a /app-admin/gamin | |
parent | new version (Manifest recommit) (diff) | |
download | gentoo-2-342d84a35b9b11ca5dfcf88b6fa73ef591a45280.tar.gz gentoo-2-342d84a35b9b11ca5dfcf88b6fa73ef591a45280.tar.bz2 gentoo-2-342d84a35b9b11ca5dfcf88b6fa73ef591a45280.zip |
slightly expand postinst message
Diffstat (limited to 'app-admin/gamin')
-rw-r--r-- | app-admin/gamin/gamin-0.0.25.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-admin/gamin/gamin-0.0.25.ebuild b/app-admin/gamin/gamin-0.0.25.ebuild index ca115daa8d67..3ebe50a9c8a5 100644 --- a/app-admin/gamin/gamin-0.0.25.ebuild +++ b/app-admin/gamin/gamin-0.0.25.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/gamin-0.0.25.ebuild,v 1.1 2005/03/02 15:06:43 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/gamin-0.0.25.ebuild,v 1.2 2005/03/02 15:09:53 foser Exp $ DESCRIPTION="Library providing the FAM File Alteration Monitor API" HOMEPAGE="http://www.gnome.org/~veillard/gamin/" @@ -46,6 +46,7 @@ pkg_postinst() { 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 inotify patch version 0.19 ." + einfo "at least an inotify 0.19 patched kernel, gentoo-dev-sources-2.6.11" + einfo "provides this patch for example." } |