From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9B75C139335 for ; Tue, 29 Jun 2021 21:23:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDA6DE0824; Tue, 29 Jun 2021 21:23:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CABE4E0824 for ; Tue, 29 Jun 2021 21:23:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1963335D5E for ; Tue, 29 Jun 2021 21:23:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6A287C0 for ; Tue, 29 Jun 2021 21:23:22 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1625001777.10020474e57e217e6f6eee1d6d0c0cda403849bd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luaposix/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/luaposix/luaposix-35.0-r102.ebuild dev-lua/luaposix/luaposix-35.0-r103.ebuild X-VCS-Directories: dev-lua/luaposix/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 10020474e57e217e6f6eee1d6d0c0cda403849bd X-VCS-Branch: master Date: Tue, 29 Jun 2021 21:23:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a150597f-a372-48c6-827d-742a77780aa2 X-Archives-Hash: 15e8ef74df641233e3f229b240b4be54 commit: 10020474e57e217e6f6eee1d6d0c0cda403849bd Author: Azamat H. Hackimov gmail com> AuthorDate: Tue Jun 29 21:03:48 2021 +0000 Commit: Sam James gentoo 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 gmail.com> Closes: https://github.com/gentoo/gentoo/pull/21459 Signed-off-by: Sam James 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(-)] )