commit:     0788289dd8428322c03c051065c2cd55d8fc5e02
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 26 07:41:24 2021 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Thu Aug 26 07:43:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0788289d

dev-python/cx_Freeze: add missing dependency to virtual/libcrypt

Closes: https://bugs.gentoo.org/802570
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>

 dev-python/cx_Freeze/cx_Freeze-6.6.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/cx_Freeze/cx_Freeze-6.6.ebuild 
b/dev-python/cx_Freeze/cx_Freeze-6.6.ebuild
index bc5007f3419..31d8f78ef90 100644
--- a/dev-python/cx_Freeze/cx_Freeze-6.6.ebuild
+++ b/dev-python/cx_Freeze/cx_Freeze-6.6.ebuild
@@ -18,6 +18,7 @@ KEYWORDS="amd64 x86"
 RDEPEND="
        dev-python/importlib_metadata[${PYTHON_USEDEP}]
        dev-util/patchelf
+       virtual/libcrypt:=
 "
 
 PATCHES=(

Reply via email to