Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-9999.ebuild
Date: Tue, 25 Feb 2014 11:10:40
Message-Id: 20140225111037.70D282004C@flycatcher.gentoo.org
1 ssuominen 14/02/25 11:10:37
2
3 Modified: udev-9999.ebuild
4 Log:
5 whitespace
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.271 sys-fs/udev/udev-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.271&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.271&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?r1=1.270&r2=1.271
15
16 Index: udev-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v
19 retrieving revision 1.270
20 retrieving revision 1.271
21 diff -u -r1.270 -r1.271
22 --- udev-9999.ebuild 25 Feb 2014 11:09:58 -0000 1.270
23 +++ udev-9999.ebuild 25 Feb 2014 11:10:37 -0000 1.271
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.270 2014/02/25 11:09:58 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.271 2014/02/25 11:10:37 ssuominen Exp $
29
30 EAPI=5
31
32 @@ -86,7 +86,7 @@
33
34 pkg_setup() {
35 CONFIG_CHECK="~BLK_DEV_BSG ~DEVTMPFS ~!IDE ~INOTIFY_USER ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2 ~SIGNALFD ~EPOLL ~FHANDLE ~NET"
36 - if amd64 || use ia64 || use x86; then
37 + if amd64 || use ia64 || use x86; then
38 CONFIG_CHECK+=" ~DMIID"
39 fi
40 linux-info_pkg_setup