From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MsJ1C-00015x-Cl for garchives@archives.gentoo.org; Mon, 28 Sep 2009 16:24:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D5C3E087F; Mon, 28 Sep 2009 16:24:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4CBD9E087F for ; Mon, 28 Sep 2009 16:24:05 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id E8EA165100 for ; Mon, 28 Sep 2009 16:24:04 +0000 (UTC) Received: from mr_bones_ by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MsJ1A-0000Iu-4V for gentoo-commits@lists.gentoo.org; Mon, 28 Sep 2009 16:24:04 +0000 From: "Michael Sterrett (mr_bones_)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mr_bones_@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-misc/mico: mico-2.3.13-r1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: mico-2.3.13-r1.ebuild X-VCS-Directories: net-misc/mico X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett Content-Type: text/plain; charset=utf8 Message-Id: Sender: Michael Sterrett Date: Mon, 28 Sep 2009 16:24:04 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 37823ba4-a649-400f-9bd8-77b6fb054b3d X-Archives-Hash: da52fbdf3bb3994ee4656de42777446d mr_bones_ 09/09/28 16:24:04 Modified: mico-2.3.13-r1.ebuild Log: whitespace (Portage version: 2.1.6.13/cvs/Linux i686) Revision Changes Path 1.3 net-misc/mico/mico-2.3.13-r1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/mico/mico= -2.3.13-r1.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/mico/mico= -2.3.13-r1.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/mico/mico= -2.3.13-r1.ebuild?r1=3D1.2&r2=3D1.3 Index: mico-2.3.13-r1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-misc/mico/mico-2.3.13-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mico-2.3.13-r1.ebuild 28 Sep 2009 09:35:28 -0000 1.2 +++ mico-2.3.13-r1.ebuild 28 Sep 2009 16:24:03 -0000 1.3 @@ -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 $ =20 inherit eutils flag-o-matic toolchain-funcs =20 @@ -78,7 +78,7 @@ use qt3 && export MOC=3D"${QTDIR}"/bin/moc =20 local winopts=3D - if [[ ${CHOST} =3D=3D *-winnt* ]]; then=20 + if [[ ${CHOST} =3D=3D *-winnt* ]]; then # disabling static libs, since ar on interix takes nearly # one hour per library, thanks to mico's monster objects. winopts=3D"${winopts} --disable-threads --disable-static --enable-fina= l"