commit: 691af81f3e8a26d389ccee8dd0ec43887f3c0e6b
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon May 25 09:01:47 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon May 25 09:18:56 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=691af81f
net-libs/webkit-gtk: 2.8.1 → 2.8.3
.../webkit-gtk/{webkit-gtk-2.8.1.ebuild => webkit-gtk-2.8.3.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-libs/webkit-gtk/webkit-gtk-2.8.1.ebuild
b/net-libs/webkit-gtk/webkit-gtk-2.8.3.ebuild
similarity index 98%
rename from net-libs/webkit-gtk/webkit-gtk-2.8.1.ebuild
rename to net-libs/webkit-gtk/webkit-gtk-2.8.3.ebuild
index c11510c..3f0be82 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.8.1.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.8.3.ebuild
@@ -47,7 +47,7 @@ RDEPEND="
>=x11-libs/cairo-1.10.2:=
>=x11-libs/gtk+-3.14:3[introspection?]
x11-libs/libnotify
- >=x11-libs/pango-1.30.0.0
+ >=x11-libs/pango-1.30.0
>=x11-libs/gtk+-2.24.10:2
@@ -145,7 +145,7 @@ src_configure() {
# Arches without JIT support also need this to really disable it in all
places
use jit || append-cppflags -DENABLE_JIT=0 -DENABLE_YARR_JIT=0
-DENABLE_ASSEMBLER=0
- # It doesn't compile on alpha without this in LDFLAGS
+ # It does not compile on alpha without this in LDFLAGS
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648761
use alpha && append-ldflags "-Wl,--no-relax"