From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BCFC413800E for ; Wed, 1 Aug 2012 15:52:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACEF4E07C5; Wed, 1 Aug 2012 15:51:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6E4B0E07C5 for ; Wed, 1 Aug 2012 15:51:57 +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 A15891B4011 for ; Wed, 1 Aug 2012 15:51:56 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2273) id 473732004B; Wed, 1 Aug 2012 15:51:55 +0000 (UTC) From: "Anthony G. Basile (blueness)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, blueness@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gcc-config: gcc-config-1.7.3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gcc-config-1.7.3.ebuild ChangeLog X-VCS-Directories: sys-devel/gcc-config X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120801155155.473732004B@flycatcher.gentoo.org> Date: Wed, 1 Aug 2012 15:51:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 63e4b1ae-f272-4682-ab2c-37d9121ef84f X-Archives-Hash: 2e5cff872b56e87a17c632044ed4ffd9 blueness 12/08/01 15:51:55 Modified: gcc-config-1.7.3.ebuild ChangeLog Log: Stable ppc ppc64, bug #429212 (Portage version: 2.1.10.65/cvs/Linux x86_64) Revision Changes Path 1.3 sys-devel/gcc-config/gcc-config-1.7.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-config/gcc-config-1.7.3.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-config/gcc-config-1.7.3.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-config/gcc-config-1.7.3.ebuild?r1=1.2&r2=1.3 Index: gcc-config-1.7.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.7.3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gcc-config-1.7.3.ebuild 1 Aug 2012 06:38:44 -0000 1.2 +++ gcc-config-1.7.3.ebuild 1 Aug 2012 15:51:55 -0000 1.3 @@ -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-config/gcc-config-1.7.3.ebuild,v 1.2 2012/08/01 06:38:44 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.7.3.ebuild,v 1.3 2012/08/01 15:51:55 blueness Exp $ inherit unpacker toolchain-funcs multilib @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="" src_compile() { 1.222 sys-devel/gcc-config/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-config/ChangeLog?rev=1.222&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-config/ChangeLog?rev=1.222&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-config/ChangeLog?r1=1.221&r2=1.222 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v retrieving revision 1.221 retrieving revision 1.222 diff -u -r1.221 -r1.222 --- ChangeLog 1 Aug 2012 06:38:44 -0000 1.221 +++ ChangeLog 1 Aug 2012 15:51:55 -0000 1.222 @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gcc-config # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.221 2012/08/01 06:38:44 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.222 2012/08/01 15:51:55 blueness Exp $ + + 01 Aug 2012; Anthony G. Basile gcc-config-1.7.3.ebuild: + Stable ppc ppc64, bug #429212 01 Aug 2012; Jeff Horelick gcc-config-1.7.3.ebuild: marked x86 per bug 429212