Gentoo Archives: gentoo-commits

From: Priit Laes <plaes@×××××.org>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: www-client/epiphany/
Date: Wed, 26 Feb 2014 15:01:06
Message-Id: 1393427080.f83ba4e1eade50a780c7f094d4bda400f4139f2b.plaes@gentoo
1 commit: f83ba4e1eade50a780c7f094d4bda400f4139f2b
2 Author: Priit Laes <plaes <AT> plaes <DOT> org>
3 AuthorDate: Wed Feb 26 15:04:40 2014 +0000
4 Commit: Priit Laes <plaes <AT> plaes <DOT> org>
5 CommitDate: Wed Feb 26 15:04:40 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f83ba4e1
7
8 www-client/epiphany: Sync 9999 version
9
10 ---
11 www-client/epiphany/epiphany-9999.ebuild | 9 ++++++---
12 1 file changed, 6 insertions(+), 3 deletions(-)
13
14 diff --git a/www-client/epiphany/epiphany-9999.ebuild b/www-client/epiphany/epiphany-9999.ebuild
15 index edc4549..6924f26 100644
16 --- a/www-client/epiphany/epiphany-9999.ebuild
17 +++ b/www-client/epiphany/epiphany-9999.ebuild
18 @@ -28,14 +28,14 @@ RDEPEND="
19 >=app-crypt/gcr-3.5.5
20 >=app-crypt/libsecret-0.14
21 >=app-text/iso-codes-0.35
22 - >=dev-libs/glib-2.35.6:2
23 + >=dev-libs/glib-2.38.0:2
24 >=dev-libs/libxml2-2.6.12:2
25 >=dev-libs/libxslt-1.1.7
26 >=gnome-base/gsettings-desktop-schemas-0.0.1
27 >=net-dns/avahi-0.6.22[dbus]
28 - >=net-libs/webkit-gtk-2.2.2:3[jit?]
29 + >=net-libs/webkit-gtk-2.3.90:3[jit?]
30 >=net-libs/libsoup-2.42.1:2.4
31 - >=x11-libs/gtk+-3.9.12:3
32 + >=x11-libs/gtk+-3.11.6:3
33 >=x11-libs/libnotify-0.5.1:=
34 gnome-base/gnome-desktop:3=
35
36 @@ -60,6 +60,9 @@ if [[ ${PV} == 9999 ]]; then
37 DEPEND="${DEPEND} app-text/yelp-tools"
38 fi
39
40 +# Tests refuse to run with the gsettings trick for some reason
41 +RESTRICT="test"
42 +
43 src_configure() {
44 local myconf=""
45 [[ ${PV} != 9999 ]] && myconf="ITSTOOL=$(type -P true)"