summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2021-06-30 00:03:48 +0300
committerSam James <sam@gentoo.org>2021-06-29 22:22:57 +0100
commit10020474e57e217e6f6eee1d6d0c0cda403849bd (patch)
treec447a2a64bee978bac3b1c75823bb03b31f4d17b
parentapp-backup/cdbkup: fix installation path, EAPI 8 (diff)
downloadgentoo-10020474.tar.gz
gentoo-10020474.tar.bz2
gentoo-10020474.zip
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@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/21459 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-lua/luaposix/luaposix-35.0-r103.ebuild (renamed from dev-lua/luaposix/luaposix-35.0-r102.ebuild)4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-lua/luaposix/luaposix-35.0-r102.ebuild b/dev-lua/luaposix/luaposix-35.0-r103.ebuild
index fa895e20763b..a92fac063f8e 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(-)] )