From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DC5EC1382C5 for ; Mon, 14 May 2018 09:18:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6E23E0894; Mon, 14 May 2018 09:18:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B97A0E0894 for ; Mon, 14 May 2018 09:18:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C68EB335CB0 for ; Mon, 14 May 2018 09:18:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24A032E for ; Mon, 14 May 2018 09:18:17 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1526289481.5deada5cf4a80695c51e8ee8d5c8223fdb7a054c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/midori/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/midori/midori-0.5.11-r2.ebuild X-VCS-Directories: www-client/midori/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5deada5cf4a80695c51e8ee8d5c8223fdb7a054c X-VCS-Branch: master Date: Mon, 14 May 2018 09:18:17 +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: 11e85b11-0094-4cd8-97bf-2588976575f8 X-Archives-Hash: cd5f9822ccfcfde13f55ad3cb14d3afc commit: 5deada5cf4a80695c51e8ee8d5c8223fdb7a054c Author: Michał Górny gentoo org> AuthorDate: Mon May 14 07:57:51 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 14 09:18:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5deada5c www-client/midori: Fix disabling zeitgeist Reported-by: gmail.com> www-client/midori/midori-0.5.11-r2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/www-client/midori/midori-0.5.11-r2.ebuild b/www-client/midori/midori-0.5.11-r2.ebuild index 84149ddb07e..eb390a4bfd2 100644 --- a/www-client/midori/midori-0.5.11-r2.ebuild +++ b/www-client/midori/midori-0.5.11-r2.ebuild @@ -60,6 +60,7 @@ src_configure() { -DUSE_APIDOCS="$(usex doc)" -DUSE_GRANITE="$(usex granite)" -DUSE_XSCREENSAVER="$(usex xscreensaver)" + -DUSE_ZEITGEIST=OFF -DVALA_EXECUTABLE="${VALAC}" -DUSE_GTK3=ON -DHALF_BRO_INCOM_WEBKIT2=ON