From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1223147-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 7650C138359
	for <garchives@archives.gentoo.org>; Tue, 17 Nov 2020 16:30:39 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 8E705E0978;
	Tue, 17 Nov 2020 16:30:38 +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 6EAEAE0978
	for <gentoo-commits@lists.gentoo.org>; Tue, 17 Nov 2020 16:30:38 +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 CC2A9335DA9
	for <gentoo-commits@lists.gentoo.org>; Tue, 17 Nov 2020 16:30:36 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 20B9B3A9
	for <gentoo-commits@lists.gentoo.org>; Tue, 17 Nov 2020 16:30:35 +0000 (UTC)
From: "Joonas Niilola" <juippis@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, "Joonas Niilola" <juippis@gentoo.org>
Message-ID: <1605630628.311a530f1cbf3d97a74cd7fb58d8e9b81fd6749c.juippis@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/spyder/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/spyder/spyder-4.2.0.ebuild
X-VCS-Directories: dev-python/spyder/
X-VCS-Committer: juippis
X-VCS-Committer-Name: Joonas Niilola
X-VCS-Revision: 311a530f1cbf3d97a74cd7fb58d8e9b81fd6749c
X-VCS-Branch: master
Date: Tue, 17 Nov 2020 16:30:35 +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: b20b10cd-cf9e-450c-aeb8-8ff1013531e5
X-Archives-Hash: de32cd47def6e088d1b902ab8c725f50

commit:     311a530f1cbf3d97a74cd7fb58d8e9b81fd6749c
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 17 16:29:56 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Nov 17 16:30:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=311a530f

dev-python/spyder: false-positive with DISTUTILS_USE_SETUPTOOLS

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-python/spyder/spyder-4.2.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/spyder/spyder-4.2.0.ebuild b/dev-python/spyder/spyder-4.2.0.ebuild
index b3a6f68c30b..7a013fecdd6 100644
--- a/dev-python/spyder/spyder-4.2.0.ebuild
+++ b/dev-python/spyder/spyder-4.2.0.ebuild
@@ -4,7 +4,6 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{7,8} )
-DISTUTILS_USE_SETUPTOOLS=no
 
 inherit optfeature xdg distutils-r1