From 3bf1a5fb20ea2723aa2e5bd7e400fff0bc772040 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Thu, 10 Feb 2022 18:37:00 +0100 Subject: [PATCH] sys-auth/polkit: remove `-Dwith-duktape` this option is superseeds by `js_engine` which defaults to duktape. Signed-off-by: Mathieu Tortuyaux --- .../coreos-overlay/sys-auth/polkit/polkit-0.120-r2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-auth/polkit/polkit-0.120-r2.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-auth/polkit/polkit-0.120-r2.ebuild index 5677f5b041..d67f0082af 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-auth/polkit/polkit-0.120-r2.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-auth/polkit/polkit-0.120-r2.ebuild @@ -86,7 +86,6 @@ src_configure() { -Dos_type=gentoo -Dsession_tracking="$(usex systemd libsystemd-login libelogind)" -Dsystemdsystemunitdir="$(systemd_get_systemunitdir)" - -Dwith-duktape=yes $(meson_use introspection) $(meson_use test tests) $(usex pam "-Dpam_module_dir=$(getpam_mod_dir)" '')