diff options
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/webkit-gtk/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/webkit-gtk/webkit-gtk-2.2.4-r200.ebuild | 6 | ||||
-rw-r--r-- | net-libs/webkit-gtk/webkit-gtk-2.2.4.ebuild | 4 |
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 |