Skip to content

Commit

Permalink
dev-lua/lua-unbound: add missing deps
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/835633
Signed-off-by: Conrad Kostecki <[email protected]>
  • Loading branch information
ConiKost committed Mar 19, 2022
1 parent ca6cf07 commit 75dfc49
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dev-lua/lua-unbound/lua-unbound-1.0.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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" )
Expand Down

0 comments on commit 75dfc49

Please sign in to comment.