diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-06-25 00:27:20 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-06-25 00:27:20 +0000 |
commit | c5220f4caf4c91d0c814d63b5bb8fdc201d10156 (patch) | |
tree | d1b6551371f109bf068d0d52537743fb7638f062 /sys-apps/inotail | |
parent | Add support for SSSE3 (diff) | |
download | gentoo-2-c5220f4caf4c91d0c814d63b5bb8fdc201d10156.tar.gz gentoo-2-c5220f4caf4c91d0c814d63b5bb8fdc201d10156.tar.bz2 gentoo-2-c5220f4caf4c91d0c814d63b5bb8fdc201d10156.zip |
Added CONFIG_CHECK for INOTIFY
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'sys-apps/inotail')
-rw-r--r-- | sys-apps/inotail/inotail-0.4.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-apps/inotail/inotail-0.4.ebuild b/sys-apps/inotail/inotail-0.4.ebuild index ee5855092c8b..a103c62af259 100644 --- a/sys-apps/inotail/inotail-0.4.ebuild +++ b/sys-apps/inotail/inotail-0.4.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/inotail/inotail-0.4.ebuild,v 1.1 2007/06/25 00:04:50 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/inotail/inotail-0.4.ebuild,v 1.2 2007/06/25 00:27:20 angelos Exp $ + +inherit linux-info DESCRIPTION="tail replacement using inotify" HOMEPAGE="http://distanz.ch/inotail/" @@ -14,6 +16,8 @@ IUSE="" DEPEND="" RDEPEND="" +CONFIG_CHECK="INOTIFY" + src_install() { make prefix="${D}usr" install || die "install failed" dodoc changelog README |