diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-01-18 14:17:36 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-01-18 14:17:36 +0000 |
commit | 8ec9e4748ab0ac11c3bf8bec75b2e0d13023d495 (patch) | |
tree | 18b28345c08d4e1b73335390dc476b9344b2e66c /sys-block/tgt | |
parent | x86 stable, bug 348987 (diff) | |
download | gentoo-2-8ec9e4748ab0ac11c3bf8bec75b2e0d13023d495.tar.gz gentoo-2-8ec9e4748ab0ac11c3bf8bec75b2e0d13023d495.tar.bz2 gentoo-2-8ec9e4748ab0ac11c3bf8bec75b2e0d13023d495.zip |
Whitespace
(Portage version: 2.1.9.25/cvs/Linux ppc64)
Diffstat (limited to 'sys-block/tgt')
-rw-r--r-- | sys-block/tgt/tgt-1.0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-block/tgt/tgt-1.0.9.ebuild b/sys-block/tgt/tgt-1.0.9.ebuild index 29fdbfef9567..d770d85317fa 100644 --- a/sys-block/tgt/tgt-1.0.9.ebuild +++ b/sys-block/tgt/tgt-1.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/tgt/tgt-1.0.9.ebuild,v 1.1 2010/10/21 09:59:51 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/tgt/tgt-1.0.9.ebuild,v 1.2 2011/01/18 14:17:36 xarthisius Exp $ EAPI="3" @@ -32,7 +32,7 @@ pkg_setup() { src_configure() { use ibmvio && myconf="${myconf} IBMVIO=1" use infiniband && myconf="${myconf} ISCSI_RDMA=1" - use fcp && myconf="${myconf} FCP=1" + use fcp && myconf="${myconf} FCP=1" use fcoe && myconf="${myconf} FCOE=1" sed -e 's:\($(CC)\):\1 $(LDFLAGS):' -i usr/Makefile || die "sed failed" |