diff options
author | Sven Wegener <swegener@gentoo.org> | 2023-06-01 21:42:26 +0200 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2023-06-01 21:43:04 +0200 |
commit | 2aa942b300897f7c0e486e26ec94868a95bc6144 (patch) | |
tree | b94f22a692dbdf3d9bb6822f75dbcc6dca82ec8c /net-dns | |
parent | app-office/libreoffice: Stabilize 7.5.3.2 arm64, #905701 (diff) | |
download | gentoo-2aa942b300897f7c0e486e26ec94868a95bc6144.tar.gz gentoo-2aa942b300897f7c0e486e26ec94868a95bc6144.tar.bz2 gentoo-2aa942b300897f7c0e486e26ec94868a95bc6144.zip |
net-dns/pdns: move lua deps behind lua flag
Signed-off-by: Sven Wegener <swegener@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/pdns/pdns-4.7.4.ebuild | 4 |
1 files 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 ) |