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 1SbJm3-0002la-Gl for garchives@archives.gentoo.org; Sun, 03 Jun 2012 22:59:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E793AE0845; Sun, 3 Jun 2012 22:59:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B24F9E0845 for ; Sun, 3 Jun 2012 22:59:43 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D5D71B4003 for ; Sun, 3 Jun 2012 22:59:43 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 559) id BF59920047; Sun, 3 Jun 2012 22:59:41 +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 sys-devel/gcc: gcc-4.7.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gcc-4.7.0.ebuild ChangeLog X-VCS-Directories: sys-devel/gcc X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Message-Id: <20120603225941.BF59920047@flycatcher.gentoo.org> Date: Sun, 3 Jun 2012 22:59:41 +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: ebb8ed87-7248-416e-a877-e3e48f3af5de X-Archives-Hash: 4a6c13743a4a69d8fd74cc0afe41b5ac vapier 12/06/03 22:59:41 Modified: gcc-4.7.0.ebuild ChangeLog Log: Apply x32 patch based on target ABIs. =20 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64) Revision Changes Path 1.4 sys-devel/gcc/gcc-4.7.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-= 4.7.0.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-= 4.7.0.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-= 4.7.0.ebuild?r1=3D1.3&r2=3D1.4 Index: gcc-4.7.0.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/sys-devel/gcc/gcc-4.7.0.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gcc-4.7.0.ebuild 2 Jun 2012 19:27:41 -0000 1.3 +++ gcc-4.7.0.ebuild 3 Jun 2012 22:59:41 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild,v 1.3 = 2012/06/02 19:27:41 zorry Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild,v 1.4 = 2012/06/03 22:59:41 vapier Exp $ =20 PATCH_VER=3D"1.1" UCLIBC_VER=3D"1.0" @@ -43,7 +43,7 @@ fi =20 # drop the x32 stuff once 4.7 goes stable - if [[ ${CTARGET} !=3D x86_64* ]] || ! has x32 $(get_all_abis) ; then + if [[ ${CTARGET} !=3D x86_64* ]] || ! has x32 $(get_all_abis TARGET) ; = then EPATCH_EXCLUDE+=3D" 90_all_gcc-4.7-x32.patch" fi =20 1.882 sys-devel/gcc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/Chan= geLog?rev=3D1.882&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/Chan= geLog?rev=3D1.882&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/Chan= geLog?r1=3D1.881&r2=3D1.882 Index: ChangeLog =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/sys-devel/gcc/ChangeLog,v retrieving revision 1.881 retrieving revision 1.882 diff -u -r1.881 -r1.882 --- ChangeLog 2 Jun 2012 19:27:41 -0000 1.881 +++ ChangeLog 3 Jun 2012 22:59:41 -0000 1.882 @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.881 2012/= 06/02 19:27:41 zorry Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.882 2012/= 06/03 22:59:41 vapier Exp $ + + 03 Jun 2012; Mike Frysinger gcc-4.7.0.ebuild: + Apply x32 patch based on target ABIs. =20 02 Jun 2012; Magnus Granberg gcc-4.6.3.ebuild, gcc-4.7.0.ebuild: