commit:     10020474e57e217e6f6eee1d6d0c0cda403849bd
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Tue Jun 29 21:03:48 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 29 21:22:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10020474

dev-lua/luaposix: add virtual/libcrypt:= to DEPEND

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 <azamat.hackimov <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/21459
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../luaposix/{luaposix-35.0-r102.ebuild => luaposix-35.0-r103.ebuild} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-lua/luaposix/luaposix-35.0-r102.ebuild 
b/dev-lua/luaposix/luaposix-35.0-r103.ebuild
similarity index 97%
rename from dev-lua/luaposix/luaposix-35.0-r102.ebuild
rename to dev-lua/luaposix/luaposix-35.0-r103.ebuild
index fa895e20763..a92fac063f8 100644
--- a/dev-lua/luaposix/luaposix-35.0-r102.ebuild
+++ b/dev-lua/luaposix/luaposix-35.0-r103.ebuild
@@ -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(-)] )

Reply via email to