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 BB7C5158041 for ; Tue, 7 Sep 2021 06:15:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 139ECE0930; Tue, 7 Sep 2021 06:15:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 ECA5BE0930 for ; Tue, 7 Sep 2021 06:15:50 +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 6CEFB342A5E for ; Tue, 7 Sep 2021 06:15:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95CE37A for ; Tue, 7 Sep 2021 06:15:47 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1630995291.62a625f802acc03aa1fa2b67ac47040dedc3f165.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sarge/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sarge/sarge-0.1.5.ebuild X-VCS-Directories: dev-python/sarge/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 62a625f802acc03aa1fa2b67ac47040dedc3f165 X-VCS-Branch: master Date: Tue, 7 Sep 2021 06:15:47 +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: 0a8feca4-005c-41b9-be3e-a57ab10d632e X-Archives-Hash: 81c4a4afe3c24cb266544f6f9129f093 commit: 62a625f802acc03aa1fa2b67ac47040dedc3f165 Author: Arthur Zamarin gentoo org> AuthorDate: Tue Sep 7 06:14:51 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Sep 7 06:14:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62a625f8 dev-python/sarge: fix DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/748873 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/sarge/sarge-0.1.5.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/sarge/sarge-0.1.5.ebuild b/dev-python/sarge/sarge-0.1.5.ebuild index c0a010b0eae..a568169d55f 100644 --- a/dev-python/sarge/sarge-0.1.5.ebuild +++ b/dev-python/sarge/sarge-0.1.5.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7,8} ) +DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 MY_PN="${PN}"