Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/mico: mico-2.3.13-r1.ebuild
Date: Mon, 28 Sep 2009 16:24:06
Message-Id: E1MsJ1A-0000Iu-4V@stork.gentoo.org
1 mr_bones_ 09/09/28 16:24:04
2
3 Modified: mico-2.3.13-r1.ebuild
4 Log:
5 whitespace
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.3 net-misc/mico/mico-2.3.13-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/mico/mico-2.3.13-r1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/mico/mico-2.3.13-r1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/mico/mico-2.3.13-r1.ebuild?r1=1.2&r2=1.3
14
15 Index: mico-2.3.13-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/mico/mico-2.3.13-r1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- mico-2.3.13-r1.ebuild 28 Sep 2009 09:35:28 -0000 1.2
22 +++ mico-2.3.13-r1.ebuild 28 Sep 2009 16:24:03 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $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 $
27 +# $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 $
28
29 inherit eutils flag-o-matic toolchain-funcs
30
31 @@ -78,7 +78,7 @@
32 use qt3 && export MOC="${QTDIR}"/bin/moc
33
34 local winopts=
35 - if [[ ${CHOST} == *-winnt* ]]; then
36 + if [[ ${CHOST} == *-winnt* ]]; then
37 # disabling static libs, since ar on interix takes nearly
38 # one hour per library, thanks to mico's monster objects.
39 winopts="${winopts} --disable-threads --disable-static --enable-final"