diff options
author | 2009-09-08 18:09:17 +0000 | |
---|---|---|
committer | 2009-09-08 18:09:17 +0000 | |
commit | 8e9149371e03ed26ce24facb7aafed55a08f5d7b (patch) | |
tree | d39e7b3d060756303aa34f2a6e21c5b7c3bf4c7b /sys-apps/inotail/inotail-0.5-r1.ebuild | |
parent | Point users to eselect and 10.0. (diff) | |
download | gentoo-2-8e9149371e03ed26ce24facb7aafed55a08f5d7b.tar.gz gentoo-2-8e9149371e03ed26ce24facb7aafed55a08f5d7b.tar.bz2 gentoo-2-8e9149371e03ed26ce24facb7aafed55a08f5d7b.zip |
Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320.
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'sys-apps/inotail/inotail-0.5-r1.ebuild')
-rw-r--r-- | sys-apps/inotail/inotail-0.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/inotail/inotail-0.5-r1.ebuild b/sys-apps/inotail/inotail-0.5-r1.ebuild index b7ee9cd55abc..0c02a8f59b5d 100644 --- a/sys-apps/inotail/inotail-0.5-r1.ebuild +++ b/sys-apps/inotail/inotail-0.5-r1.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-apps/inotail/inotail-0.5-r1.ebuild,v 1.1 2009/02/09 17:09:19 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/inotail/inotail-0.5-r1.ebuild,v 1.2 2009/09/08 18:09:17 ikelos Exp $ inherit linux-info toolchain-funcs @@ -16,7 +16,7 @@ IUSE="" DEPEND="" RDEPEND="" -CONFIG_CHECK="INOTIFY" +CONFIG_CHECK="~INOTIFY" src_unpack() { unpack ${A} |