commit:     2aa942b300897f7c0e486e26ec94868a95bc6144
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  1 19:42:26 2023 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Thu Jun  1 19:43:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aa942b3

net-dns/pdns: move lua deps behind lua flag

Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>

 net-dns/pdns/pdns-4.7.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 )

Reply via email to