commit: 75dfc499f7cf6090fa034afb96d5aacd33915a05 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sat Mar 19 19:44:57 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Mar 19 19:45:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75dfc499
dev-lua/lua-unbound: add missing deps Closes: https://bugs.gentoo.org/835633 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> dev-lua/lua-unbound/lua-unbound-1.0.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-lua/lua-unbound/lua-unbound-1.0.0.ebuild b/dev-lua/lua-unbound/lua-unbound-1.0.0.ebuild index 0208b8cbb708..f1ce4c674a1e 100644 --- a/dev-lua/lua-unbound/lua-unbound-1.0.0.ebuild +++ b/dev-lua/lua-unbound/lua-unbound-1.0.0.ebuild @@ -19,7 +19,10 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" REQUIRED_USE="${LUA_REQUIRED_USE}" -RDEPEND="net-dns/unbound" +RDEPEND=" + ${LUA_DEPS} + net-dns/unbound +" DEPEND="${RDEPEND}" DOCS=( "README.markdown" )
