diff options
author | Priit Laes <plaes@plaes.org> | 2014-02-26 17:04:40 +0200 |
---|---|---|
committer | Priit Laes <plaes@plaes.org> | 2014-02-26 17:04:40 +0200 |
commit | f83ba4e1eade50a780c7f094d4bda400f4139f2b (patch) | |
tree | d5458881d4adb9d4d92b6fa1bc743777c63082a1 /www-client | |
parent | gnome-extra/evolution-data-server: 3.11.5 → 3.11.90 (diff) | |
download | gnome-f83ba4e1eade50a780c7f094d4bda400f4139f2b.tar.gz gnome-f83ba4e1eade50a780c7f094d4bda400f4139f2b.tar.bz2 gnome-f83ba4e1eade50a780c7f094d4bda400f4139f2b.zip |
www-client/epiphany: Sync 9999 version
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/epiphany/epiphany-9999.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/www-client/epiphany/epiphany-9999.ebuild b/www-client/epiphany/epiphany-9999.ebuild index edc45497..6924f26a 100644 --- a/www-client/epiphany/epiphany-9999.ebuild +++ b/www-client/epiphany/epiphany-9999.ebuild @@ -28,14 +28,14 @@ RDEPEND=" >=app-crypt/gcr-3.5.5 >=app-crypt/libsecret-0.14 >=app-text/iso-codes-0.35 - >=dev-libs/glib-2.35.6:2 + >=dev-libs/glib-2.38.0:2 >=dev-libs/libxml2-2.6.12:2 >=dev-libs/libxslt-1.1.7 >=gnome-base/gsettings-desktop-schemas-0.0.1 >=net-dns/avahi-0.6.22[dbus] - >=net-libs/webkit-gtk-2.2.2:3[jit?] + >=net-libs/webkit-gtk-2.3.90:3[jit?] >=net-libs/libsoup-2.42.1:2.4 - >=x11-libs/gtk+-3.9.12:3 + >=x11-libs/gtk+-3.11.6:3 >=x11-libs/libnotify-0.5.1:= gnome-base/gnome-desktop:3= @@ -60,6 +60,9 @@ if [[ ${PV} == 9999 ]]; then DEPEND="${DEPEND} app-text/yelp-tools" fi +# Tests refuse to run with the gsettings trick for some reason +RESTRICT="test" + src_configure() { local myconf="" [[ ${PV} != 9999 ]] && myconf="ITSTOOL=$(type -P true)" |