summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2014-02-11 22:43:12 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2014-02-11 22:43:12 +0000
commit036c448ce8d04d760f894d7caefdb1d2d290770a (patch)
tree2b96b24f8844ddbec29fc92adb73e65c1b1c6d38 /net-libs
parentMasked www-client/htmlview as deprecated due to xdg-open and co (bug #480522) (diff)
downloadgentoo-2-036c448ce8d04d760f894d7caefdb1d2d290770a.tar.gz
gentoo-2-036c448ce8d04d760f894d7caefdb1d2d290770a.tar.bz2
gentoo-2-036c448ce8d04d760f894d7caefdb1d2d290770a.zip
Really drop unsupported LDFLAG for ld.gold.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/webkit-gtk/ChangeLog6
-rw-r--r--net-libs/webkit-gtk/webkit-gtk-2.2.4-r200.ebuild6
-rw-r--r--net-libs/webkit-gtk/webkit-gtk-2.2.4.ebuild4
3 files changed, 9 insertions, 7 deletions
diff --git a/net-libs/webkit-gtk/ChangeLog b/net-libs/webkit-gtk/ChangeLog
index f4170e9327e0..e98af491c0ea 100644
--- a/net-libs/webkit-gtk/ChangeLog
+++ b/net-libs/webkit-gtk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/webkit-gtk
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.241 2014/02/11 21:25:12 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.242 2014/02/11 22:43:12 eva Exp $
+
+ 11 Feb 2014; Gilles Dartiguelongue <eva@gentoo.org> webkit-gtk-2.2.4.ebuild,
+ webkit-gtk-2.2.4-r200.ebuild:
+ Really drop unsupported LDFLAG for ld.gold.
11 Feb 2014; Pacho Ramos <pacho@gentoo.org> webkit-gtk-2.2.4-r200.ebuild,
webkit-gtk-2.2.4.ebuild:
diff --git a/net-libs/webkit-gtk/webkit-gtk-2.2.4-r200.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.2.4-r200.ebuild
index 2855cc802544..7da6aff44138 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.2.4-r200.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.2.4-r200.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.2.4-r200.ebuild,v 1.8 2014/02/11 21:25:12 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.2.4-r200.ebuild,v 1.9 2014/02/11 22:43:12 eva Exp $
EAPI="5"
@@ -187,7 +187,7 @@ src_configure() {
# It doesn't compile on alpha without this in LDFLAGS, bug #???
use alpha && append-ldflags "-Wl,--no-relax"
- # Sigbuses on SPARC with mcpu and co., bug #????
+ # Sigbuses on SPARC with mcpu and co., bug #???
use sparc && filter-flags "-mvis"
# https://bugs.webkit.org/show_bug.cgi?id=42070 , #301634
@@ -199,8 +199,6 @@ src_configure() {
append-ldflags "-Wl,--reduce-memory-overheads"
fi
- append-ldflags "-Wl,--reduce-memory-overheads"
-
local myconf=""
if has_version "virtual/rubygems[ruby_targets_ruby21]"; then
diff --git a/net-libs/webkit-gtk/webkit-gtk-2.2.4.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.2.4.ebuild
index 399cbacb0be9..eab101fdc0a2 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.2.4.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.2.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.2.4.ebuild,v 1.8 2014/02/11 21:25:12 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-2.2.4.ebuild,v 1.9 2014/02/11 22:43:12 eva Exp $
EAPI="5"
@@ -192,7 +192,7 @@ src_configure() {
# It doesn't compile on alpha without this in LDFLAGS, bug #???
use alpha && append-ldflags "-Wl,--no-relax"
- # Sigbuses on SPARC with mcpu and co., bug #????
+ # Sigbuses on SPARC with mcpu and co., bug #???
use sparc && filter-flags "-mvis"
# https://bugs.webkit.org/show_bug.cgi?id=42070 , #301634