Gentoo Archives: gentoo-commits

From: Chris Reffett <creffett@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xiphos/
Date: Tue, 24 May 2016 23:44:52
Message-Id: 1464133468.f49f686064ce61d014b60d5a1d83db9925702524.creffett@gentoo
1 commit: f49f686064ce61d014b60d5a1d83db9925702524
2 Author: Chris Reffett <creffett <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 24 23:43:18 2016 +0000
4 Commit: Chris Reffett <creffett <AT> gentoo <DOT> org>
5 CommitDate: Tue May 24 23:44:28 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f49f6860
7
8 app-text/xiphos: Revision bump. Use webkitgtk:4 to build, thanks to Derk W te Bokkel for pointing out the fix.
9
10 Gentoo-Bug: 572982
11
12 Package-Manager: portage-2.2.28
13
14 app-text/xiphos/{xiphos-4.0.4.ebuild => xiphos-4.0.4-r1.ebuild} | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/app-text/xiphos/xiphos-4.0.4.ebuild b/app-text/xiphos/xiphos-4.0.4-r1.ebuild
18 similarity index 97%
19 rename from app-text/xiphos/xiphos-4.0.4.ebuild
20 rename to app-text/xiphos/xiphos-4.0.4-r1.ebuild
21 index b5fbabd..18f485b 100644
22 --- a/app-text/xiphos/xiphos-4.0.4.ebuild
23 +++ b/app-text/xiphos/xiphos-4.0.4-r1.ebuild
24 @@ -26,7 +26,7 @@ RDEPEND="${PYTHON_DEPS}
25 gnome-base/gconf[${PYTHON_USEDEP}]
26 gnome-extra/gtkhtml:4.0
27 >=gnome-extra/libgsf-1.14
28 - net-libs/webkit-gtk:3
29 + net-libs/webkit-gtk:4
30 x11-libs/gtk+:3
31 dbus? ( dev-libs/dbus-glib )
32 "
33 @@ -63,6 +63,7 @@ src_configure() {
34 ./waf -v \
35 --prefix=/usr \
36 --gtk=3 \
37 + --enable-webkit2 \
38 --debug-level=$(use debug && echo debug || echo release) \
39 $(use dbus || echo --disable-dbus) \
40 configure || die