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 <gentoo-commits+bounces-419320-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1RoMvw-0008S7-1v
	for garchives@archives.gentoo.org; Fri, 20 Jan 2012 22:27:44 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2B29FE096C;
	Fri, 20 Jan 2012 22:27:22 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id F08C8E08ED
	for <gentoo-commits@lists.gentoo.org>; Fri, 20 Jan 2012 22:27:21 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 548AC1B400A
	for <gentoo-commits@lists.gentoo.org>; Fri, 20 Jan 2012 22:27:21 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id 5B57780051
	for <gentoo-commits@lists.gentoo.org>; Fri, 20 Jan 2012 22:27:20 +0000 (UTC)
From: "Matt Turner" <mattst88@gmail.com>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" <mattst88@gmail.com>
Message-ID: <d68fac91bf9f83ecb9fac9850aa9bf38ae90482e.mattst88@gentoo>
Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/
X-VCS-Repository: proj/x11
X-VCS-Files: media-libs/mesa/mesa-9999.ebuild
X-VCS-Directories: media-libs/mesa/
X-VCS-Committer: mattst88
X-VCS-Committer-Name: Matt Turner
X-VCS-Revision: d68fac91bf9f83ecb9fac9850aa9bf38ae90482e
Date: Fri, 20 Jan 2012 22:27:20 +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
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 1cfbce91-6683-4413-b6ff-89fb34163808
X-Archives-Hash: f003c9fe414d12888fc7371b5adddd5b

commit:     d68fac91bf9f83ecb9fac9850aa9bf38ae90482e
Author:     Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Fri Jan 20 21:57:32 2012 +0000
Commit:     Matt Turner <mattst88 <AT> gmail <DOT> com>
CommitDate: Fri Jan 20 21:57:32 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc=
ommit;h=3Dd68fac91

media-libs/mesa: remove gcc-4.2 workaround

---
 media-libs/mesa/mesa-9999.ebuild |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999=
.ebuild
index 42c7f99..d5b7a78 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -137,11 +137,6 @@ QA_WX_LOAD=3D"usr/lib*/opengl/xorg-x11/lib/libGL.so*=
"
 # Think about: ggi, fbcon, no-X configs
=20
 pkg_setup() {
-	# gcc 4.2 has buggy ivopts
-	if [[ $(gcc-version) =3D "4.2" ]]; then
-		append-flags -fno-ivopts
-	fi
-
 	# workaround toc-issue wrt #386545
 	use ppc64 && append-flags -mminimal-toc
 }