From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5831813826A for ; Tue, 24 May 2016 23:44:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F48F21C039; Tue, 24 May 2016 23:44:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F07F21C039 for ; Tue, 24 May 2016 23:44:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA95034087F for ; Tue, 24 May 2016 23:44:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C44C6336 for ; Tue, 24 May 2016 23:44:47 +0000 (UTC) From: "Chris Reffett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chris Reffett" Message-ID: <1464133468.f49f686064ce61d014b60d5a1d83db9925702524.creffett@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xiphos/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/xiphos/xiphos-4.0.4-r1.ebuild app-text/xiphos/xiphos-4.0.4.ebuild X-VCS-Directories: app-text/xiphos/ X-VCS-Committer: creffett X-VCS-Committer-Name: Chris Reffett X-VCS-Revision: f49f686064ce61d014b60d5a1d83db9925702524 X-VCS-Branch: master Date: Tue, 24 May 2016 23:44:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 551fb2ec-0d79-4062-abd5-af3d1175744d X-Archives-Hash: 7ad4e64d06f145a64a379c150c0c7b76 commit: f49f686064ce61d014b60d5a1d83db9925702524 Author: Chris Reffett gentoo org> AuthorDate: Tue May 24 23:43:18 2016 +0000 Commit: Chris Reffett gentoo 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