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 1PxY0b-00078h-Hh for garchives@archives.gentoo.org; Thu, 10 Mar 2011 05:01:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 815D9E07E6; Thu, 10 Mar 2011 05:01:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4D571E07E6 for ; Thu, 10 Mar 2011 05:01:50 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B92DE1B416C for ; Thu, 10 Mar 2011 05:01:49 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 559) id 7C82420054; Thu, 10 Mar 2011 05:01:47 +0000 (UTC) From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: multilib.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: multilib.eclass X-VCS-Directories: eclass X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Message-Id: <20110310050147.7C82420054@flycatcher.gentoo.org> Date: Thu, 10 Mar 2011 05:01:47 +0000 (UTC) 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: X-Archives-Hash: aa60b4e3855c7abc1b52b07376797c4a vapier 11/03/10 05:01:47 Modified: multilib.eclass Log: fix typo in new multilib_env export code pointed out by Ryan Revision Changes Path 1.84 eclass/multilib.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/multilib.ec= lass?rev=3D1.84&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/multilib.ec= lass?rev=3D1.84&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/multilib.ec= lass?r1=3D1.83&r2=3D1.84 Index: multilib.eclass =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/eclass/multilib.eclass,v retrieving revision 1.83 retrieving revision 1.84 diff -u -r1.83 -r1.84 --- multilib.eclass 10 Mar 2011 04:29:58 -0000 1.83 +++ multilib.eclass 10 Mar 2011 05:01:47 -0000 1.84 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.83 2011/03= /10 04:29:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.84 2011/03= /10 05:01:47 vapier Exp $ =20 # @ECLASS: multilib.eclass # @MAINTAINER: @@ -674,7 +674,7 @@ ;; esac =20 - export MULTILIB_ABIS MULTILIB_ABI + export MULTILIB_ABIS DEFAULT_ABI } =20 # @FUNCTION: multilib_toolchain_setup