summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2006-09-23 15:40:54 +0000
committerMarkus Rothe <corsair@gentoo.org>2006-09-23 15:40:54 +0000
commitff1e8b1de4b8f8acb2d76f3914560c166937124a (patch)
tree7e1a7def8eefaea74f582241e5dd1b8e37794443 /x11-libs
parentAdd support for NFS ACLs #144845 by Christophe Saout. (diff)
downloadgentoo-2-ff1e8b1de4b8f8acb2d76f3914560c166937124a.tar.gz
gentoo-2-ff1e8b1de4b8f8acb2d76f3914560c166937124a.tar.bz2
gentoo-2-ff1e8b1de4b8f8acb2d76f3914560c166937124a.zip
Do not filter -mminimal-toc on ppc64, else it won't build
(Portage version: 2.1.1)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/gtk+/ChangeLog6
-rw-r--r--x11-libs/gtk+/gtk+-2.10.2.ebuild6
-rw-r--r--x11-libs/gtk+/gtk+-2.10.3.ebuild6
-rw-r--r--x11-libs/gtk+/gtk+-2.8.19.ebuild6
-rw-r--r--x11-libs/gtk+/gtk+-2.8.20-r1.ebuild6
5 files changed, 17 insertions, 13 deletions
diff --git a/x11-libs/gtk+/ChangeLog b/x11-libs/gtk+/ChangeLog
index a173b7ab79ac..c8b371947e05 100644
--- a/x11-libs/gtk+/ChangeLog
+++ b/x11-libs/gtk+/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/gtk+
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.264 2006/09/15 11:31:56 allanonjl Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.265 2006/09/23 15:40:54 corsair Exp $
+
+ 23 Sep 2006; Markus Rothe <corsair@gentoo.org> gtk+-2.8.19.ebuild,
+ gtk+-2.8.20-r1.ebuild, gtk+-2.10.2.ebuild, gtk+-2.10.3.ebuild:
+ Do not filter -mminimal-toc on ppc64, else it won't build
15 Sep 2006; John N. Laliberte <allanonjl@gentoo.org> Manifest:
fix digest, #147632
diff --git a/x11-libs/gtk+/gtk+-2.10.2.ebuild b/x11-libs/gtk+/gtk+-2.10.2.ebuild
index d2469cfb0a43..e6f42508f4ee 100644
--- a/x11-libs/gtk+/gtk+-2.10.2.ebuild
+++ b/x11-libs/gtk+/gtk+-2.10.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.10.2.ebuild,v 1.2 2006/09/13 15:11:05 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.10.2.ebuild,v 1.3 2006/09/23 15:40:54 corsair Exp $
inherit gnome.org flag-o-matic eutils debug autotools virtualx
@@ -82,12 +82,12 @@ src_unpack() {
epatch "${FILESDIR}"/${PN}-2.8.0-multilib.patch
fi
- use ppc64 && append-flags -mminimal-toc
-
# -O3 and company cause random crashes in applications. Bug #133469
replace-flags -O3 -O2
strip-flags
+ use ppc64 && append-flags -mminimal-toc
+
# remember, eautoreconf applies elibtoolize.
# if you remove this, you should manually run elibtoolize
export WANT_AUTOMAKE=1.7
diff --git a/x11-libs/gtk+/gtk+-2.10.3.ebuild b/x11-libs/gtk+/gtk+-2.10.3.ebuild
index c988ad2ec59f..626e5374b603 100644
--- a/x11-libs/gtk+/gtk+-2.10.3.ebuild
+++ b/x11-libs/gtk+/gtk+-2.10.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.10.3.ebuild,v 1.3 2006/09/13 15:11:05 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.10.3.ebuild,v 1.4 2006/09/23 15:40:54 corsair Exp $
inherit gnome.org flag-o-matic eutils debug autotools virtualx
@@ -78,12 +78,12 @@ src_unpack() {
epatch "${FILESDIR}"/${PN}-2.8.0-multilib.patch
fi
- use ppc64 && append-flags -mminimal-toc
-
# -O3 and company cause random crashes in applications. Bug #133469
replace-flags -O3 -O2
strip-flags
+ use ppc64 && append-flags -mminimal-toc
+
# remember, eautoreconf applies elibtoolize.
# if you remove this, you should manually run elibtoolize
export WANT_AUTOMAKE=1.7
diff --git a/x11-libs/gtk+/gtk+-2.8.19.ebuild b/x11-libs/gtk+/gtk+-2.8.19.ebuild
index cdd472068f2a..c65cdf89c8e3 100644
--- a/x11-libs/gtk+/gtk+-2.8.19.ebuild
+++ b/x11-libs/gtk+/gtk+-2.8.19.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.8.19.ebuild,v 1.12 2006/09/13 15:11:05 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.8.19.ebuild,v 1.13 2006/09/23 15:40:54 corsair Exp $
inherit gnome.org flag-o-matic eutils debug autotools virtualx
@@ -84,12 +84,12 @@ src_unpack() {
epatch "${FILESDIR}"/${PN}-2.8.0-multilib.patch
fi
- use ppc64 && append-flags -mminimal-toc
-
# -O3 and company cause random crashes in applications. Bug #133469
replace-flags -O3 -O2
strip-flags
+ use ppc64 && append-flags -mminimal-toc
+
# remember, eautoreconf applies elibtoolize.
# if you remove this, you should manually run elibtoolize
export WANT_AUTOMAKE=1.7
diff --git a/x11-libs/gtk+/gtk+-2.8.20-r1.ebuild b/x11-libs/gtk+/gtk+-2.8.20-r1.ebuild
index 5b61ef1ac83f..361bbb32e5a9 100644
--- a/x11-libs/gtk+/gtk+-2.8.20-r1.ebuild
+++ b/x11-libs/gtk+/gtk+-2.8.20-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.8.20-r1.ebuild,v 1.2 2006/09/13 15:11:05 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.8.20-r1.ebuild,v 1.3 2006/09/23 15:40:54 corsair Exp $
inherit gnome.org flag-o-matic eutils debug autotools virtualx
@@ -83,12 +83,12 @@ src_unpack() {
epatch "${FILESDIR}"/${PN}-2.8.0-multilib.patch
fi
- use ppc64 && append-flags -mminimal-toc
-
# -O3 and company cause random crashes in applications. Bug #133469
replace-flags -O3 -O2
strip-flags
+ use ppc64 && append-flags -mminimal-toc
+
# remember, eautoreconf applies elibtoolize.
# if you remove this, you should manually run elibtoolize
export WANT_AUTOMAKE=1.7