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 9B76F13835A for ; Thu, 28 Jan 2021 19:26:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 900E5E0ACD; Thu, 28 Jan 2021 19:26:16 +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 75017E0ACD for ; Thu, 28 Jan 2021 19:26:16 +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 1D48A34072E for ; Thu, 28 Jan 2021 19:26:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FE914A6 for ; Thu, 28 Jan 2021 19:26:13 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1611861963.fedc6799e45674c992abb56a3701525e4f2efb60.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnsmasq/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/dnsmasq/dnsmasq-2.83-r101.ebuild X-VCS-Directories: net-dns/dnsmasq/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: fedc6799e45674c992abb56a3701525e4f2efb60 X-VCS-Branch: master Date: Thu, 28 Jan 2021 19:26:13 +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: 7a822698-05a2-4889-bfad-e29e6d9966ce X-Archives-Hash: ef8671b2e101369477bbdf73f04f6251 commit: fedc6799e45674c992abb56a3701525e4f2efb60 Author: Patrick McLean sony com> AuthorDate: Thu Jan 28 19:26:03 2021 +0000 Commit: Patrick McLean gentoo org> CommitDate: Thu Jan 28 19:26:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fedc6799 net-dns/dnsmasq-2.83-r101: no lua_setup on USE=-lua (bug #767766) Closes: https://bugs.gentoo.org/767766 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Patrick McLean gentoo.org> net-dns/dnsmasq/dnsmasq-2.83-r101.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net-dns/dnsmasq/dnsmasq-2.83-r101.ebuild b/net-dns/dnsmasq/dnsmasq-2.83-r101.ebuild index 791558dc116..d1c269b7660 100644 --- a/net-dns/dnsmasq/dnsmasq-2.83-r101.ebuild +++ b/net-dns/dnsmasq/dnsmasq-2.83-r101.ebuild @@ -88,6 +88,10 @@ use_have() { done } +pkg_setup() { + use lua && lua-single_pkg_setup +} + pkg_pretend() { if use static; then einfo "Only sys-libs/gmp and dev-libs/nettle are statically linked."