summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-09-05 20:01:05 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-09-05 20:01:05 +0000
commitfc7bf2e13926ae042ebe7ebab93b490251983f01 (patch)
tree6bff53ab2f00efb75e8dcb9a64b9daab6854e3d2 /sys-fs
parentMarking g-wrap-1.9.11 ppc64 for bug 272675 (diff)
downloadgentoo-2-fc7bf2e13926ae042ebe7ebab93b490251983f01.tar.gz
gentoo-2-fc7bf2e13926ae042ebe7ebab93b490251983f01.tar.bz2
gentoo-2-fc7bf2e13926ae042ebe7ebab93b490251983f01.zip
Make the CONFIG_CHECK checks non-fatal. As udev WILL build without them, it just won't run.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/udev/ChangeLog6
-rw-r--r--sys-fs/udev/udev-145-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-fs/udev/ChangeLog b/sys-fs/udev/ChangeLog
index c12795865a5a..0e4acde42be4 100644
--- a/sys-fs/udev/ChangeLog
+++ b/sys-fs/udev/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/udev
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.485 2009/09/05 13:54:10 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.486 2009/09/05 20:01:05 robbat2 Exp $
+
+ 05 Sep 2009; Robin H. Johnson <robbat2@gentoo.org> udev-145-r1.ebuild:
+ Make the CONFIG_CHECK checks non-fatal. As udev WILL build without them,
+ it just won't run.
*udev-145-r1 (05 Sep 2009)
diff --git a/sys-fs/udev/udev-145-r1.ebuild b/sys-fs/udev/udev-145-r1.ebuild
index feb4e11926d4..bc70ff2cacde 100644
--- a/sys-fs/udev/udev-145-r1.ebuild
+++ b/sys-fs/udev/udev-145-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-fs/udev/udev-145-r1.ebuild,v 1.1 2009/09/05 13:54:10 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-145-r1.ebuild,v 1.2 2009/09/05 20:01:05 robbat2 Exp $
EAPI="1"
@@ -50,7 +50,7 @@ if [[ ${PV} == "9999" ]]; then
fi
# required kernel options
-CONFIG_CHECK="INOTIFY INOTIFY_USER SIGNALFD !SYSFS_DEPRECATED !SYSFS_DEPRECATED_V2"
+CONFIG_CHECK="~INOTIFY ~INOTIFY_USER ~SIGNALFD ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2"
# We need the lib/rcscripts/addon support
PROVIDE="virtual/dev-manager"