Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/udev: ChangeLog udev-145-r1.ebuild
Date: Sat, 05 Sep 2009 20:01:07
Message-Id: E1Mk1RZ-0001XS-Vr@stork.gentoo.org
1 robbat2 09/09/05 20:01:05
2
3 Modified: ChangeLog udev-145-r1.ebuild
4 Log:
5 Make the CONFIG_CHECK checks non-fatal. As udev WILL build without them, it just won't run.
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.486 sys-fs/udev/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.486&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.486&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/ChangeLog?r1=1.485&r2=1.486
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v
18 retrieving revision 1.485
19 retrieving revision 1.486
20 diff -p -w -b -B -u -u -r1.485 -r1.486
21 --- ChangeLog 5 Sep 2009 13:54:10 -0000 1.485
22 +++ ChangeLog 5 Sep 2009 20:01:05 -0000 1.486
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-fs/udev
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.485 2009/09/05 13:54:10 zzam Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.486 2009/09/05 20:01:05 robbat2 Exp $
28 +
29 + 05 Sep 2009; Robin H. Johnson <robbat2@g.o> udev-145-r1.ebuild:
30 + Make the CONFIG_CHECK checks non-fatal. As udev WILL build without them,
31 + it just won't run.
32
33 *udev-145-r1 (05 Sep 2009)
34
35
36
37
38 1.2 sys-fs/udev/udev-145-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/udev-145-r1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/udev-145-r1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/udev-145-r1.ebuild?r1=1.1&r2=1.2
43
44 Index: udev-145-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-145-r1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -p -w -b -B -u -u -r1.1 -r1.2
50 --- udev-145-r1.ebuild 5 Sep 2009 13:54:10 -0000 1.1
51 +++ udev-145-r1.ebuild 5 Sep 2009 20:01:05 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-145-r1.ebuild,v 1.1 2009/09/05 13:54:10 zzam Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-145-r1.ebuild,v 1.2 2009/09/05 20:01:05 robbat2 Exp $
57
58 EAPI="1"
59
60 @@ -50,7 +50,7 @@ if [[ ${PV} == "9999" ]]; then
61 fi
62
63 # required kernel options
64 -CONFIG_CHECK="INOTIFY INOTIFY_USER SIGNALFD !SYSFS_DEPRECATED !SYSFS_DEPRECATED_V2"
65 +CONFIG_CHECK="~INOTIFY ~INOTIFY_USER ~SIGNALFD ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2"
66
67 # We need the lib/rcscripts/addon support
68 PROVIDE="virtual/dev-manager"