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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DBB93158087 for ; Sun, 23 Jan 2022 22:08:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CF6E2BC004; Sun, 23 Jan 2022 22:08:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 870112BC004 for ; Sun, 23 Jan 2022 22:07:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5717E343015 for ; Sun, 23 Jan 2022 22:07:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8983F275 for ; Sun, 23 Jan 2022 22:07:56 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1642975580.f9d59ae0c90db9b9ceb1edcc9b9ed199cfa1d38f.anarchy@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: sys-auth/polkit/ X-VCS-Repository: proj/musl X-VCS-Files: sys-auth/polkit/polkit-0.120-r1.ebuild X-VCS-Directories: sys-auth/polkit/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: f9d59ae0c90db9b9ceb1edcc9b9ed199cfa1d38f X-VCS-Branch: master Date: Sun, 23 Jan 2022 22:07:56 +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: 8aa634f2-4754-42ba-a49d-8a4969aedce9 X-Archives-Hash: 5a18ddec7f6f9c80f1b933f451629e5b commit: f9d59ae0c90db9b9ceb1edcc9b9ed199cfa1d38f Author: yemou Hannam protonmail com> AuthorDate: Thu Jan 20 19:17:22 2022 +0000 Commit: Jory Pratt gentoo org> CommitDate: Sun Jan 23 22:06:20 2022 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=f9d59ae0 sys-auth/polkit: fix build with -duktape correctly set `-Djs_engine` when the duktape useflag is or is not set Closes: https://github.com/gentoo/musl/issues/458 Closes: https://github.com/gentoo/musl/pull/459 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: yemou Hannam protonmail.com> Signed-off-by: Jory Pratt gentoo.org> sys-auth/polkit/polkit-0.120-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-auth/polkit/polkit-0.120-r1.ebuild b/sys-auth/polkit/polkit-0.120-r1.ebuild index c0b033db..a75f950a 100644 --- a/sys-auth/polkit/polkit-0.120-r1.ebuild +++ b/sys-auth/polkit/polkit-0.120-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -88,6 +88,7 @@ src_configure() { $(meson_use introspection) $(meson_use test tests) $(usex pam "-Dpam_module_dir=$(getpam_mod_dir)" '') + -Djs_engine="$(usex duktape duktape mozjs)" ) meson_src_configure }