diff options
Diffstat (limited to 'net-dns/dnsmasq')
-rw-r--r-- | net-dns/dnsmasq/dnsmasq-2.83-r101.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-dns/dnsmasq/dnsmasq-2.83-r101.ebuild b/net-dns/dnsmasq/dnsmasq-2.83-r101.ebuild index 791558dc116f..d1c269b7660c 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." |