Skip to content

Commit

Permalink
dev-lua/luaposix: add virtual/libcrypt:= to DEPEND
Browse files Browse the repository at this point in the history
Fix Portage QA warning.
Closes: https://bugs.gentoo.org/799050
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Azamat H. Hackimov <[email protected]>
Closes: gentoo#21459
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
winterheart authored and thesamesam committed Jun 29, 2021
1 parent 2181c80 commit 1002047
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ REQUIRED_USE="${LUA_REQUIRED_USE}"
# Requires specl, which is not in the tree yet
RESTRICT="test"

DEPEND="${LUA_DEPS}"
DEPEND="${LUA_DEPS}
virtual/libcrypt:=
"
RDEPEND="${DEPEND}
lua_targets_lua5-1? ( dev-lua/lua-bit32[lua_targets_lua5-1(-)] )
lua_targets_luajit? ( dev-lua/lua-bit32[lua_targets_luajit(-)] )
Expand Down

0 comments on commit 1002047

Please sign in to comment.