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 EBBCE138909 for ; Fri, 8 Feb 2013 10:32:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EB49E0478; Fri, 8 Feb 2013 10:32:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 267D5E0478 for ; Fri, 8 Feb 2013 10:32:17 +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 3D08733E10B for ; Fri, 8 Feb 2013 10:32:16 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id 0662D2171D; Fri, 8 Feb 2013 10:32:13 +0000 (UTC) From: "Agostino Sarubbo (ago)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ago@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gcc: gcc-4.6.3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gcc-4.6.3.ebuild ChangeLog X-VCS-Directories: sys-devel/gcc X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130208103215.0662D2171D@flycatcher.gentoo.org> Date: Fri, 8 Feb 2013 10:32:13 +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: fb576d47-186a-4b12-927d-54afd3b56850 X-Archives-Hash: eed40207abe7856a848d87f00fc8ac0b ago 13/02/08 10:32:13 Modified: gcc-4.6.3.ebuild ChangeLog Log: Stable for s390, wrt bug #418383 (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit) Revision Changes Path 1.30 sys-devel/gcc/gcc-4.6.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.3.ebuild?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.3.ebuild?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.3.ebuild?r1=1.29&r2=1.30 Index: gcc-4.6.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.3.ebuild,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- gcc-4.6.3.ebuild 7 Feb 2013 13:08:00 -0000 1.29 +++ gcc-4.6.3.ebuild 8 Feb 2013 10:32:13 -0000 1.30 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.3.ebuild,v 1.29 2013/02/07 13:08:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.3.ebuild,v 1.30 2013/02/08 10:32:13 ago Exp $ PATCH_VER="1.11" UCLIBC_VER="1.0" @@ -23,7 +23,7 @@ DESCRIPTION="The GNU Compiler Collection" LICENSE="GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.2" -KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" RDEPEND="" DEPEND="${RDEPEND} 1.937 sys-devel/gcc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.937&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.937&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.936&r2=1.937 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v retrieving revision 1.936 retrieving revision 1.937 diff -u -r1.936 -r1.937 --- ChangeLog 7 Feb 2013 13:08:00 -0000 1.936 +++ ChangeLog 8 Feb 2013 10:32:13 -0000 1.937 @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.936 2013/02/07 13:08:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.937 2013/02/08 10:32:13 ago Exp $ + + 08 Feb 2013; Agostino Sarubbo gcc-4.6.3.ebuild: + Stable for s390, wrt bug #418383 07 Feb 2013; Agostino Sarubbo gcc-4.6.3.ebuild: Stable for sh, wrt bug #418383