diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-16 20:44:36 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-16 20:44:41 +0100 |
commit | b0b6e4bbdf09f5805f4903cbf48e6f0204ceeba5 (patch) | |
tree | 2c41fdf84ce1e9a57b355b3d07478456b5e6d7a5 /net-libs/libproxy | |
parent | net-libs/libproxy: Drop 0.4.15 (r0) (diff) | |
download | gentoo-b0b6e4bbdf09f5805f4903cbf48e6f0204ceeba5.tar.gz gentoo-b0b6e4bbdf09f5805f4903cbf48e6f0204ceeba5.tar.bz2 gentoo-b0b6e4bbdf09f5805f4903cbf48e6f0204ceeba5.zip |
net-libs/libproxy: Drop unused CMake variables
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs/libproxy')
-rw-r--r-- | net-libs/libproxy/libproxy-0.4.15-r1.ebuild | 2 |
1 files changed, 0 insertions, 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 36b6342d56c6..4dcab470c238 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) |