summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2009-09-08 18:09:17 +0000
committerMike Auty <ikelos@gentoo.org>2009-09-08 18:09:17 +0000
commit8e9149371e03ed26ce24facb7aafed55a08f5d7b (patch)
treed39e7b3d060756303aa34f2a6e21c5b7c3bf4c7b /sys-apps
parentPoint users to eselect and 10.0. (diff)
downloadgentoo-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')
-rw-r--r--sys-apps/inotail/ChangeLog6
-rw-r--r--sys-apps/inotail/inotail-0.5-r1.ebuild4
-rw-r--r--sys-apps/inotail/inotail-0.5.ebuild6
3 files changed, 10 insertions, 6 deletions
diff --git a/sys-apps/inotail/ChangeLog b/sys-apps/inotail/ChangeLog
index bb0862a58e4f..ca9261306c74 100644
--- a/sys-apps/inotail/ChangeLog
+++ b/sys-apps/inotail/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/inotail
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/inotail/ChangeLog,v 1.7 2009/02/09 17:09:19 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/inotail/ChangeLog,v 1.8 2009/09/08 18:09:17 ikelos Exp $
+
+ 08 Sep 2009; Mike Auty <ikelos@gentoo.org> inotail-0.5.ebuild,
+ inotail-0.5-r1.ebuild:
+ Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320.
*inotail-0.5-r1 (09 Feb 2009)
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}
diff --git a/sys-apps/inotail/inotail-0.5.ebuild b/sys-apps/inotail/inotail-0.5.ebuild
index 1fbca593493c..d1403fe07e29 100644
--- a/sys-apps/inotail/inotail-0.5.ebuild
+++ b/sys-apps/inotail/inotail-0.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# 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.ebuild,v 1.3 2008/04/21 18:28:23 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/inotail/inotail-0.5.ebuild,v 1.4 2009/09/08 18:09:17 ikelos Exp $
inherit linux-info
@@ -16,7 +16,7 @@ IUSE=""
DEPEND=""
RDEPEND=""
-CONFIG_CHECK="INOTIFY"
+CONFIG_CHECK="~INOTIFY"
src_install() {
make prefix="${D}/usr" install || die "install failed"