diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-08-12 02:59:33 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-08-12 02:59:33 +0000 |
commit | 39e290700b304a633db34a919356b36d6d666ed6 (patch) | |
tree | 744c4ce0e81d67712af840e816f486fae47976b8 /sys-process/incron/incron-0.5.8.ebuild | |
parent | Increase verbosity of pkgdata. (diff) | |
download | gentoo-2-39e290700b304a633db34a919356b36d6d666ed6.tar.gz gentoo-2-39e290700b304a633db34a919356b36d6d666ed6.tar.bz2 gentoo-2-39e290700b304a633db34a919356b36d6d666ed6.zip |
Only warn is INOTIFY is not present. This enables use on systems WITHOUT configured kernel sources (centrally managed kernels).
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'sys-process/incron/incron-0.5.8.ebuild')
-rw-r--r-- | sys-process/incron/incron-0.5.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/incron/incron-0.5.8.ebuild b/sys-process/incron/incron-0.5.8.ebuild index 28efbf927963..a7768f0729b4 100644 --- a/sys-process/incron/incron-0.5.8.ebuild +++ b/sys-process/incron/incron-0.5.8.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/sys-process/incron/incron-0.5.8.ebuild,v 1.2 2009/07/30 11:40:58 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/incron-0.5.8.ebuild,v 1.3 2009/08/12 02:59:33 robbat2 Exp $ EAPI="2" @@ -18,7 +18,7 @@ IUSE="" DEPEND="" RDEPEND="" -CONFIG_CHECK="INOTIFY" +CONFIG_CHECK="~INOTIFY" ERROR_INOTIFY="Recompile your kernel with inotify support - CONFIG_INOTIFY" src_prepare() { |