Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luaposix/
Date: Tue, 29 Jun 2021 21:23:27
Message-Id: 1625001777.10020474e57e217e6f6eee1d6d0c0cda403849bd.sam@gentoo
1 commit: 10020474e57e217e6f6eee1d6d0c0cda403849bd
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Tue Jun 29 21:03:48 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 29 21:22:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10020474
7
8 dev-lua/luaposix: add virtual/libcrypt:= to DEPEND
9
10 Fix Portage QA warning.
11 Closes: https://bugs.gentoo.org/799050
12 Package-Manager: Portage-3.0.20, Repoman-3.0.2
13 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
14 Closes: https://github.com/gentoo/gentoo/pull/21459
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 .../luaposix/{luaposix-35.0-r102.ebuild => luaposix-35.0-r103.ebuild} | 4 +++-
18 1 file changed, 3 insertions(+), 1 deletion(-)
19
20 diff --git a/dev-lua/luaposix/luaposix-35.0-r102.ebuild b/dev-lua/luaposix/luaposix-35.0-r103.ebuild
21 similarity index 97%
22 rename from dev-lua/luaposix/luaposix-35.0-r102.ebuild
23 rename to dev-lua/luaposix/luaposix-35.0-r103.ebuild
24 index fa895e20763..a92fac063f8 100644
25 --- a/dev-lua/luaposix/luaposix-35.0-r102.ebuild
26 +++ b/dev-lua/luaposix/luaposix-35.0-r103.ebuild
27 @@ -20,7 +20,9 @@ REQUIRED_USE="${LUA_REQUIRED_USE}"
28 # Requires specl, which is not in the tree yet
29 RESTRICT="test"
30
31 -DEPEND="${LUA_DEPS}"
32 +DEPEND="${LUA_DEPS}
33 + virtual/libcrypt:=
34 +"
35 RDEPEND="${DEPEND}
36 lua_targets_lua5-1? ( dev-lua/lua-bit32[lua_targets_lua5-1(-)] )
37 lua_targets_luajit? ( dev-lua/lua-bit32[lua_targets_luajit(-)] )