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 846981580B9 for ; Thu, 26 Aug 2021 07:43:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0DB4E08F1; Thu, 26 Aug 2021 07:43:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 93937E08F1 for ; Thu, 26 Aug 2021 07:43:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 47F3A342BE4 for ; Thu, 26 Aug 2021 07:43:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 795435A0 for ; Thu, 26 Aug 2021 07:43:38 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1629963814.0788289dd8428322c03c051065c2cd55d8fc5e02.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cx_Freeze/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cx_Freeze/cx_Freeze-6.6.ebuild X-VCS-Directories: dev-python/cx_Freeze/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: 0788289dd8428322c03c051065c2cd55d8fc5e02 X-VCS-Branch: master Date: Thu, 26 Aug 2021 07:43:38 +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: f701559d-3926-46a7-aaa6-2358d3bd5798 X-Archives-Hash: 2c7e7d91fbc652372d9e87f25dde18fd commit: 0788289dd8428322c03c051065c2cd55d8fc5e02 Author: Sergey Popov gentoo org> AuthorDate: Thu Aug 26 07:41:24 2021 +0000 Commit: Sergey Popov gentoo 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 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=(