Gentoo Archives: gentoo-commits

From: Sergey Popov <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cx_Freeze/
Date: Thu, 26 Aug 2021 07:43:42
Message-Id: 1629963814.0788289dd8428322c03c051065c2cd55d8fc5e02.pinkbyte@gentoo
1 commit: 0788289dd8428322c03c051065c2cd55d8fc5e02
2 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 26 07:41:24 2021 +0000
4 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 26 07:43:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0788289d
7
8 dev-python/cx_Freeze: add missing dependency to virtual/libcrypt
9
10 Closes: https://bugs.gentoo.org/802570
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>
13
14 dev-python/cx_Freeze/cx_Freeze-6.6.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/dev-python/cx_Freeze/cx_Freeze-6.6.ebuild b/dev-python/cx_Freeze/cx_Freeze-6.6.ebuild
18 index bc5007f3419..31d8f78ef90 100644
19 --- a/dev-python/cx_Freeze/cx_Freeze-6.6.ebuild
20 +++ b/dev-python/cx_Freeze/cx_Freeze-6.6.ebuild
21 @@ -18,6 +18,7 @@ KEYWORDS="amd64 x86"
22 RDEPEND="
23 dev-python/importlib_metadata[${PYTHON_USEDEP}]
24 dev-util/patchelf
25 + virtual/libcrypt:=
26 "
27
28 PATCHES=(