summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-dns/dnsmasq/dnsmasq-2.84-r101.ebuild (renamed from net-dns/dnsmasq/dnsmasq-2.84-r100.ebuild)4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-dns/dnsmasq/dnsmasq-2.84-r100.ebuild b/net-dns/dnsmasq/dnsmasq-2.84-r101.ebuild
index a96c17c5fb2a..3ca7420ed504 100644
--- a/net-dns/dnsmasq/dnsmasq-2.84-r100.ebuild
+++ b/net-dns/dnsmasq/dnsmasq-2.84-r101.ebuild
@@ -92,6 +92,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."