commit: f49f686064ce61d014b60d5a1d83db9925702524
Author: Chris Reffett <creffett <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 23:43:18 2016 +0000
Commit: Chris Reffett <creffett <AT> gentoo <DOT> org>
CommitDate: Tue May 24 23:44:28 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f49f6860
app-text/xiphos: Revision bump. Use webkitgtk:4 to build, thanks to Derk W te
Bokkel for pointing out the fix.
Gentoo-Bug: 572982
Package-Manager: portage-2.2.28
app-text/xiphos/{xiphos-4.0.4.ebuild => xiphos-4.0.4-r1.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app-text/xiphos/xiphos-4.0.4.ebuild
b/app-text/xiphos/xiphos-4.0.4-r1.ebuild
similarity index 97%
rename from app-text/xiphos/xiphos-4.0.4.ebuild
rename to app-text/xiphos/xiphos-4.0.4-r1.ebuild
index b5fbabd..18f485b 100644
--- a/app-text/xiphos/xiphos-4.0.4.ebuild
+++ b/app-text/xiphos/xiphos-4.0.4-r1.ebuild
@@ -26,7 +26,7 @@ RDEPEND="${PYTHON_DEPS}
gnome-base/gconf[${PYTHON_USEDEP}]
gnome-extra/gtkhtml:4.0
>=gnome-extra/libgsf-1.14
- net-libs/webkit-gtk:3
+ net-libs/webkit-gtk:4
x11-libs/gtk+:3
dbus? ( dev-libs/dbus-glib )
"
@@ -63,6 +63,7 @@ src_configure() {
./waf -v \
--prefix=/usr \
--gtk=3 \
+ --enable-webkit2 \
--debug-level=$(use debug && echo debug || echo
release) \
$(use dbus || echo --disable-dbus) \
configure || die