diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-09-28 16:24:03 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-09-28 16:24:03 +0000 |
commit | dfeb17b609da98f409174d0c0a810080683a3bb1 (patch) | |
tree | 2368b1e2a6093c9fcf4168804587956708a1c6b0 /net-misc | |
parent | add xorg-server-1.6.4 to p.mask (diff) | |
download | gentoo-2-dfeb17b609da98f409174d0c0a810080683a3bb1.tar.gz gentoo-2-dfeb17b609da98f409174d0c0a810080683a3bb1.tar.bz2 gentoo-2-dfeb17b609da98f409174d0c0a810080683a3bb1.zip |
whitespace
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/mico/mico-2.3.13-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/mico/mico-2.3.13-r1.ebuild b/net-misc/mico/mico-2.3.13-r1.ebuild index 4ba57fff7a85..cfda2d6fe9da 100644 --- a/net-misc/mico/mico-2.3.13-r1.ebuild +++ b/net-misc/mico/mico-2.3.13-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/mico/mico-2.3.13-r1.ebuild,v 1.2 2009/09/28 09:35:28 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/mico/mico-2.3.13-r1.ebuild,v 1.3 2009/09/28 16:24:03 mr_bones_ Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -78,7 +78,7 @@ src_compile() { use qt3 && export MOC="${QTDIR}"/bin/moc local winopts= - if [[ ${CHOST} == *-winnt* ]]; then + if [[ ${CHOST} == *-winnt* ]]; then # disabling static libs, since ar on interix takes nearly # one hour per library, thanks to mico's monster objects. winopts="${winopts} --disable-threads --disable-static --enable-final" |