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 B67F9138350 for ; Thu, 16 Jan 2020 19:44:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8194E0869; Thu, 16 Jan 2020 19:44:56 +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 872F2E0869 for ; Thu, 16 Jan 2020 19:44:56 +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 4646734E132 for ; Thu, 16 Jan 2020 19:44:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B03037 for ; Thu, 16 Jan 2020 19:44:53 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1579203881.b0b6e4bbdf09f5805f4903cbf48e6f0204ceeba5.asturm@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.15-r1.ebuild X-VCS-Directories: net-libs/libproxy/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b0b6e4bbdf09f5805f4903cbf48e6f0204ceeba5 X-VCS-Branch: master Date: Thu, 16 Jan 2020 19:44:53 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4412b39c-8d66-45d4-b8d4-ed2dde39f18f X-Archives-Hash: 8255ff638f7d235a2ba5eea9c63ce873 commit: b0b6e4bbdf09f5805f4903cbf48e6f0204ceeba5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jan 16 19:44:36 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jan 16 19:44:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0b6e4bb net-libs/libproxy: Drop unused CMake variables Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/libproxy/libproxy-0.4.15-r1.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/net-libs/libproxy/libproxy-0.4.15-r1.ebuild b/net-libs/libproxy/libproxy-0.4.15-r1.ebuild index 36b6342d56c..4dcab470c23 100644 --- a/net-libs/libproxy/libproxy-0.4.15-r1.ebuild +++ b/net-libs/libproxy/libproxy-0.4.15-r1.ebuild @@ -65,8 +65,6 @@ multilib_src_configure() { -DWITH_KDE=$(usex kde) -DWITH_DOTNET=$(multilib_is_native_abi && usex mono || echo OFF) -DWITH_NM=$(usex networkmanager) - -DWITH_NMold=$(usex networkmanager) - -DPERL_VENDORINSTALL=OFF -DWITH_PERL=OFF # bug 705410, uses reserved target name "test" -DWITH_PYTHON3=OFF # Major issue: https://github.com/libproxy/libproxy/issues/65 -DWITH_MOZJS=$(multilib_is_native_abi && usex spidermonkey || echo OFF)