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-apps/kmod: kmod-9999.ebuild
Date: Fri, 06 Apr 2012 21:04:54
Message-Id: 20120406210444.CBC4B2004B@flycatcher.gentoo.org
1 ssuominen 12/04/06 21:04:44
2
3 Modified: kmod-9999.ebuild
4 Log:
5 whitespace
6
7 (Portage version: 2.2.0_alpha99/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.24 sys-apps/kmod/kmod-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?rev=1.24&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?rev=1.24&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild?r1=1.23&r2=1.24
15
16 Index: kmod-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v
19 retrieving revision 1.23
20 retrieving revision 1.24
21 diff -u -r1.23 -r1.24
22 --- kmod-9999.ebuild 6 Apr 2012 21:04:02 -0000 1.23
23 +++ kmod-9999.ebuild 6 Apr 2012 21:04:44 -0000 1.24
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.23 2012/04/06 21:04:02 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.24 2012/04/06 21:04:44 ssuominen Exp $
29
30 EAPI=4
31
32 @@ -53,11 +53,11 @@
33
34 src_configure()
35 {
36 - # http://bugs.gentoo.org/410865
37 + # http://bugs.gentoo.org/410865
38 if has_version '<sys-libs/zlib-1.2.6'; then
39 export zlib_CFLAGS="-I/usr/include"
40 export zlib_LIBS="-lz"
41 - fi
42 + fi
43
44 local myconf
45 [[ ${PV} == 9999 ]] && myconf="$(use_enable doc gtk-doc)"