summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2011-11-06 12:33:57 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2011-11-06 12:33:57 +0000
commitc8c140da2710363272dd73fd4710ccaf86da5e75 (patch)
treed1c7a6c5e4db4451186bfe766b78b877d160249f /media-libs/mesa
parentReadd jruby support. Work around ruby19 test failures. (diff)
downloadgentoo-2-c8c140da2710363272dd73fd4710ccaf86da5e75.tar.gz
gentoo-2-c8c140da2710363272dd73fd4710ccaf86da5e75.tar.bz2
gentoo-2-c8c140da2710363272dd73fd4710ccaf86da5e75.zip
Workaround TOC issues wrt #386545 by Stephen Lewis
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/mesa')
-rw-r--r--media-libs/mesa/ChangeLog5
-rw-r--r--media-libs/mesa/mesa-7.11.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog
index 0d52fd8f8df8..4831a2cbff06 100644
--- a/media-libs/mesa/ChangeLog
+++ b/media-libs/mesa/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/mesa
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.369 2011/10/03 17:47:54 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.370 2011/11/06 12:33:57 xarthisius Exp $
+
+ 06 Nov 2011; Kacper Kowalik <xarthisius@gentoo.org> mesa-7.11.ebuild:
+ Workaround TOC issues wrt #386545 by Stephen Lewis
03 Oct 2011; Joseph Jezak <josejx@gentoo.org> mesa-7.11.ebuild:
Marked ppc/ppc64 stable for bug #380421.
diff --git a/media-libs/mesa/mesa-7.11.ebuild b/media-libs/mesa/mesa-7.11.ebuild
index b9f1ac454f32..8ab580e69ab4 100644
--- a/media-libs/mesa/mesa-7.11.ebuild
+++ b/media-libs/mesa/mesa-7.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.11.ebuild,v 1.12 2011/10/03 17:47:54 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.11.ebuild,v 1.13 2011/11/06 12:33:57 xarthisius Exp $
EAPI=3
@@ -118,6 +118,8 @@ pkg_setup() {
# recommended by upstream
append-flags -ffast-math
+ # workaround toc-issue wrt #386545
+ use ppc64 && append-flags -mminimal-toc
python_set_active_version 2
python_pkg_setup