diff options
author | Marinus Schraal <foser@gentoo.org> | 2005-03-02 15:09:53 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2005-03-02 15:09:53 +0000 |
commit | f244510e9eb0113f1647b4e2a5cfbbbdae2f3bf5 (patch) | |
tree | fb41992367a3e2de84413b5c8a4c5178ea151903 /app-admin | |
parent | new version (diff) | |
download | historical-f244510e9eb0113f1647b4e2a5cfbbbdae2f3bf5.tar.gz historical-f244510e9eb0113f1647b4e2a5cfbbbdae2f3bf5.tar.bz2 historical-f244510e9eb0113f1647b4e2a5cfbbbdae2f3bf5.zip |
slightly expand postinst message
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/gamin/Manifest | 2 | ||||
-rw-r--r-- | app-admin/gamin/gamin-0.0.25.ebuild | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/app-admin/gamin/Manifest b/app-admin/gamin/Manifest index 390d67b64e63..9aea36c2debd 100644 --- a/app-admin/gamin/Manifest +++ b/app-admin/gamin/Manifest @@ -1,5 +1,5 @@ MD5 e14b51caa6ba40b1982f36284c19f75b gamin-0.0.19.ebuild 833 -MD5 661d7bb446d0d49849bb99e1b29a694d gamin-0.0.25.ebuild 1114 +MD5 d56aae268087693c5b5fe3fc58cdae4c gamin-0.0.25.ebuild 1185 MD5 1a12b6356c49807d6a034d775c96575f gamin-0.0.20.ebuild 828 MD5 2695c38fbf4b4e11fe5d9c4d6f080ffc gamin-0.0.18.ebuild 889 MD5 4a2712e1b9b26018460ffe60be8f0613 ChangeLog 3462 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." } |