Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-block/tgt: tgt-1.0.9.ebuild
Date: Tue, 18 Jan 2011 14:17:45
Message-Id: 20110118141736.30A3D20054@flycatcher.gentoo.org
1 xarthisius 11/01/18 14:17:36
2
3 Modified: tgt-1.0.9.ebuild
4 Log:
5 Whitespace
6
7 (Portage version: 2.1.9.25/cvs/Linux ppc64)
8
9 Revision Changes Path
10 1.2 sys-block/tgt/tgt-1.0.9.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/tgt/tgt-1.0.9.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/tgt/tgt-1.0.9.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/tgt/tgt-1.0.9.ebuild?r1=1.1&r2=1.2
15
16 Index: tgt-1.0.9.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-block/tgt/tgt-1.0.9.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- tgt-1.0.9.ebuild 21 Oct 2010 09:59:51 -0000 1.1
23 +++ tgt-1.0.9.ebuild 18 Jan 2011 14:17:36 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-block/tgt/tgt-1.0.9.ebuild,v 1.1 2010/10/21 09:59:51 alexxy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-block/tgt/tgt-1.0.9.ebuild,v 1.2 2011/01/18 14:17:36 xarthisius Exp $
29
30 EAPI="3"
31
32 @@ -32,7 +32,7 @@
33 src_configure() {
34 use ibmvio && myconf="${myconf} IBMVIO=1"
35 use infiniband && myconf="${myconf} ISCSI_RDMA=1"
36 - use fcp && myconf="${myconf} FCP=1"
37 + use fcp && myconf="${myconf} FCP=1"
38 use fcoe && myconf="${myconf} FCOE=1"
39
40 sed -e 's:\($(CC)\):\1 $(LDFLAGS):' -i usr/Makefile || die "sed failed"