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 | |
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')
-rw-r--r-- | sys-process/incron/ChangeLog | 7 | ||||
-rw-r--r-- | sys-process/incron/incron-0.5.7.ebuild | 4 | ||||
-rw-r--r-- | sys-process/incron/incron-0.5.8.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/sys-process/incron/ChangeLog b/sys-process/incron/ChangeLog index e804ac855a64..b36ff45c333c 100644 --- a/sys-process/incron/ChangeLog +++ b/sys-process/incron/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-process/incron # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/ChangeLog,v 1.7 2009/07/30 11:40:58 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/ChangeLog,v 1.8 2009/08/12 02:59:33 robbat2 Exp $ + + 12 Aug 2009; Robin H. Johnson <robbat2@gentoo.org> incron-0.5.7.ebuild, + incron-0.5.8.ebuild: + Only warn is INOTIFY is not present. This enables use on systems WITHOUT + configured kernel sources (centrally managed kernels). 30 Jul 2009; Samuli Suominen <ssuominen@gentoo.org> incron-0.5.8.ebuild, +files/incron-0.5.8-gcc44.patch: diff --git a/sys-process/incron/incron-0.5.7.ebuild b/sys-process/incron/incron-0.5.7.ebuild index a97c424a2523..80faeba80e43 100644 --- a/sys-process/incron/incron-0.5.7.ebuild +++ b/sys-process/incron/incron-0.5.7.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.7.ebuild,v 1.3 2009/01/09 19:36:25 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/incron-0.5.7.ebuild,v 1.4 2009/08/12 02:59:33 robbat2 Exp $ inherit eutils linux-info toolchain-funcs @@ -16,7 +16,7 @@ IUSE="" DEPEND="" RDEPEND="" -CONFIG_CHECK="INOTIFY" +CONFIG_CHECK="~INOTIFY" ERROR_INOTIFY="Recompile your kernel with inotify support - CONFIG_INOTIFY" src_unpack() { 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() { |