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 5D7F8139694 for ; Fri, 10 Feb 2017 18:48:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58813E0D65; Fri, 10 Feb 2017 18:48:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 35EA8E0D65 for ; Fri, 10 Feb 2017 18:48:00 +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 41B24341134 for ; Fri, 10 Feb 2017 18:47:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A28B3FEB for ; Fri, 10 Feb 2017 18:47:57 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1486752419.0fdbf838a0efff04dccf7b5d62b74cb4610b329e.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libproxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libproxy/libproxy-0.4.13-r1.ebuild X-VCS-Directories: net-libs/libproxy/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 0fdbf838a0efff04dccf7b5d62b74cb4610b329e X-VCS-Branch: master Date: Fri, 10 Feb 2017 18:47:57 +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: 91ea1179-73d4-4ced-ac68-14e67990e42d X-Archives-Hash: a868f00dbc89120f02295330e5ff3b15 commit: 0fdbf838a0efff04dccf7b5d62b74cb4610b329e Author: Pacho Ramos gentoo org> AuthorDate: Fri Feb 10 18:45:07 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri Feb 10 18:46:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fdbf838 net-libs/libproxy: Don't rdepend on old webkit-gtk automagically (#596194 by Mike Hiretsky) Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-libs/libproxy/libproxy-0.4.13-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-libs/libproxy/libproxy-0.4.13-r1.ebuild b/net-libs/libproxy/libproxy-0.4.13-r1.ebuild index 0ef1fd83d9..725f7d5c08 100644 --- a/net-libs/libproxy/libproxy-0.4.13-r1.ebuild +++ b/net-libs/libproxy/libproxy-0.4.13-r1.ebuild @@ -73,6 +73,7 @@ multilib_src_configure() { "-DWITH_PERL=$(multilib_is_native_abi && usex perl || echo 'OFF')" "-DWITH_PYTHON=$(multilib_is_native_abi && usex python || echo 'OFF')" "-DWITH_MOZJS=$(multilib_is_native_abi && usex spidermonkey || echo 'OFF')" + "-DWITH_WEBKIT=OFF" "-DWITH_WEBKIT3=$(multilib_is_native_abi && usex webkit || echo 'OFF')" "-DBUILD_TESTING=$(usex test)" )