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 17FE513835A for ; Wed, 7 Oct 2020 14:11:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3972BE088C; Wed, 7 Oct 2020 14:11:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 246D8E088C for ; Wed, 7 Oct 2020 14:11:44 +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 D38EE340EC4 for ; Wed, 7 Oct 2020 14:11:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FAE1395 for ; Wed, 7 Oct 2020 14:11:41 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1602079797.b2faa612e3a3ce892c9c5ddf75e0aa1b22a7effb.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/g-sorcery/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/g-sorcery/g-sorcery-0.2.1-r1.ebuild X-VCS-Directories: app-portage/g-sorcery/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: b2faa612e3a3ce892c9c5ddf75e0aa1b22a7effb X-VCS-Branch: master Date: Wed, 7 Oct 2020 14:11:41 +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: 9110befa-f817-4e03-8146-0d8a287e75c9 X-Archives-Hash: ec203c5a53e0a0615842957268b051b3 commit: b2faa612e3a3ce892c9c5ddf75e0aa1b22a7effb Author: Brian Dolbec gentoo org> AuthorDate: Wed Oct 7 13:38:50 2020 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Wed Oct 7 14:09:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2faa612 app-portage/g-sorcery: Set DISUTILS_USE_SETUPTOOLS=no Closes: https://bugs.gentoo.org/746455 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Brian Dolbec gentoo.org> app-portage/g-sorcery/g-sorcery-0.2.1-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-portage/g-sorcery/g-sorcery-0.2.1-r1.ebuild b/app-portage/g-sorcery/g-sorcery-0.2.1-r1.ebuild index a1e76e62e3d..b202581cd33 100644 --- a/app-portage/g-sorcery/g-sorcery-0.2.1-r1.ebuild +++ b/app-portage/g-sorcery/g-sorcery-0.2.1-r1.ebuild @@ -4,6 +4,7 @@ EAPI=6 PYTHON_COMPAT=( python{3_6,3_7,3_8} ) +DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 prefix