From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-839015-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 5ECDE13888F
	for <garchives@archives.gentoo.org>; Thu,  8 Oct 2015 18:39:42 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id AEFBBE0802;
	Thu,  8 Oct 2015 18:39:38 +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 09171E0802
	for <gentoo-commits@lists.gentoo.org>; Thu,  8 Oct 2015 18:39:38 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id F16AE341BE6
	for <gentoo-commits@lists.gentoo.org>; Thu,  8 Oct 2015 18:39:36 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 56836C45
	for <gentoo-commits@lists.gentoo.org>; Thu,  8 Oct 2015 18:39:33 +0000 (UTC)
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" <blueness@gentoo.org>
Message-ID: <1444329872.4fbaf715b42f4b1358ffcffca81fb58a383b6870.blueness@gentoo>
Subject: [gentoo-commits] proj/grs:desktop-amd64-hardened commit in: core/etc/grs/
X-VCS-Repository: proj/grs
X-VCS-Files: core/etc/grs/world.conf
X-VCS-Directories: core/etc/grs/
X-VCS-Committer: blueness
X-VCS-Committer-Name: Anthony G. Basile
X-VCS-Revision: 4fbaf715b42f4b1358ffcffca81fb58a383b6870
X-VCS-Branch: desktop-amd64-hardened
Date: Thu,  8 Oct 2015 18:39:33 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: f932acd5-cc99-4490-b7d9-25a4110c6fa1
X-Archives-Hash: 466372fa39ec5cc858944a939211cc53

commit:     4fbaf715b42f4b1358ffcffca81fb58a383b6870
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  8 18:44:32 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Oct  8 18:44:32 2015 +0000
URL:        https://gitweb.gentoo.org/proj/grs.git/commit/?id=4fbaf715

world.conf: bump gcc to 4.9

 core/etc/grs/world.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf
index a4f578d..1207bb7 100644
--- a/core/etc/grs/world.conf
+++ b/core/etc/grs/world.conf
@@ -7375,7 +7375,7 @@ package.use : sys-devel/bison:0 -nls -static
 [sys-devel/flex:0]
 package.use : sys-devel/flex:0 -nls -static -test
 
-[sys-devel/gcc:4.8]
+[sys-devel/gcc:4.9]
 package.use : sys-devel/gcc:4.8 -altivec -awt -debug -doc -fixed-point -go -libssp -mudflap -multilib -multislot -nls -nopie -nossp -regression-test -sanitize -vanilla cxx fortran gcj graphite hardened nptl objc objc++ objc-gc openmp
 
 [sys-devel/gdb:0]