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 A4F15138824 for ; Wed, 22 Oct 2014 20:48:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCD8AE084F; Wed, 22 Oct 2014 20:48:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7ED72E084F for ; Wed, 22 Oct 2014 20:48:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED5A934059E for ; Wed, 22 Oct 2014 20:48:34 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2273) id A453E87DF; Wed, 22 Oct 2014 20:48:33 +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: gcc-4.8.3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gcc-4.8.3.ebuild ChangeLog X-VCS-Directories: sys-devel/gcc X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141022204833.A453E87DF@oystercatcher.gentoo.org> Date: Wed, 22 Oct 2014 20:48:33 +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: 0109688a-393f-48cf-be5e-a11b63830053 X-Archives-Hash: a1e529ffdc7d85fec454338a4a0b5526 blueness 14/10/22 20:48:33 Modified: gcc-4.8.3.ebuild ChangeLog Log: Stable on ppc and ppc64, bug #516152 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA) Revision Changes Path 1.6 sys-devel/gcc/gcc-4.8.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.8.3.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.8.3.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.8.3.ebuild?r1=1.5&r2=1.6 Index: gcc-4.8.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.3.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gcc-4.8.3.ebuild 22 Oct 2014 19:12:42 -0000 1.5 +++ gcc-4.8.3.ebuild 22 Oct 2014 20:48:33 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.3.ebuild,v 1.5 2014/10/22 19:12:42 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.3.ebuild,v 1.6 2014/10/22 20:48:33 blueness Exp $ EAPI="4" @@ -26,7 +26,7 @@ LICENSE="GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+" -KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" RDEPEND="" DEPEND="${RDEPEND} 1.1027 sys-devel/gcc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.1027&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.1027&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.1026&r2=1.1027 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v retrieving revision 1.1026 retrieving revision 1.1027 diff -u -r1.1026 -r1.1027 --- ChangeLog 22 Oct 2014 19:12:42 -0000 1.1026 +++ ChangeLog 22 Oct 2014 20:48:33 -0000 1.1027 @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1026 2014/10/22 19:12:42 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1027 2014/10/22 20:48:33 blueness Exp $ + + 22 Oct 2014; Anthony G. Basile gcc-4.8.3.ebuild: + Stable on ppc and ppc64, bug #516152 22 Oct 2014; Markus Meier gcc-4.8.3.ebuild: arm stable, bug #516152