From 2aa942b300897f7c0e486e26ec94868a95bc6144 Mon Sep 17 00:00:00 2001 From: Sven Wegener Date: Thu, 1 Jun 2023 21:42:26 +0200 Subject: net-dns/pdns: move lua deps behind lua flag Signed-off-by: Sven Wegener --- net-dns/pdns/pdns-4.7.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-dns/pdns') diff --git a/net-dns/pdns/pdns-4.7.4.ebuild b/net-dns/pdns/pdns-4.7.4.ebuild index 43737fe0b89f..8bb4893a9c4b 100644 --- a/net-dns/pdns/pdns-4.7.4.ebuild +++ b/net-dns/pdns/pdns-4.7.4.ebuild @@ -23,9 +23,9 @@ KEYWORDS="~amd64 ~x86" IUSE="debug doc geoip ldap lmdb lua-records mysql postgres remote sodium sqlite systemd tools tinydns test" RESTRICT="!test? ( test )" -REQUIRED_USE="${LUA_REQUIRED_USE}" +REQUIRED_USE="lua-records? ( ${LUA_REQUIRED_USE} )" -DEPEND="${LUA_DEPS} +DEPEND="lua-records? ( ${LUA_DEPS} ) dev-libs/openssl:= dev-libs/boost:= lmdb? ( >=dev-db/lmdb-0.9.29 ) -- cgit v1.2.3-65-gdbad