From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1215292-garchives=archives.gentoo.org@lists.gentoo.org> 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 1C518138359 for <garchives@archives.gentoo.org>; Fri, 16 Oct 2020 07:30:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 453D4E0835; Fri, 16 Oct 2020 07:30:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 1147EE0835 for <gentoo-commits@lists.gentoo.org>; Fri, 16 Oct 2020 07:30:00 +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 BC88D340FF4 for <gentoo-commits@lists.gentoo.org>; Fri, 16 Oct 2020 07:29:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 682B13A6 for <gentoo-commits@lists.gentoo.org>; Fri, 16 Oct 2020 07:29:57 +0000 (UTC) From: "Sergey Popov" <pinkbyte@gentoo.org> 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" <pinkbyte@gentoo.org> Message-ID: <1602833393.b91f438d7606e8cdd6e89fe53e069375b9153c03.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.1.ebuild X-VCS-Directories: dev-python/cx_Freeze/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: b91f438d7606e8cdd6e89fe53e069375b9153c03 X-VCS-Branch: master Date: Fri, 16 Oct 2020 07:29:57 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 93c7edd1-eb41-40b7-9627-785cdefe2ccd X-Archives-Hash: 86d60bb1c504c8a3abfb1887b131754b commit: b91f438d7606e8cdd6e89fe53e069375b9153c03 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org> AuthorDate: Fri Oct 16 07:28:18 2020 +0000 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org> CommitDate: Fri Oct 16 07:29:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b91f438d dev-python/cx_Freeze: correct setuptools dependency Reported-by: Agostino Sarubbo <ago <AT> gentoo.org> Closes: https://bugs.gentoo.org/748075 Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org> dev-python/cx_Freeze/cx_Freeze-6.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/cx_Freeze/cx_Freeze-6.1.ebuild b/dev-python/cx_Freeze/cx_Freeze-6.1.ebuild index 4485813b91b..492ab456cb9 100644 --- a/dev-python/cx_Freeze/cx_Freeze-6.1.ebuild +++ b/dev-python/cx_Freeze/cx_Freeze-6.1.ebuild @@ -3,6 +3,7 @@ EAPI=6 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python{3_6,3_7,3_8} ) inherit distutils-r1