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 936D51382C5 for ; Fri, 8 Jan 2021 12:40:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC82EE081E; Fri, 8 Jan 2021 12:40:36 +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 94AA6E081E for ; Fri, 8 Jan 2021 12:40:36 +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 8DA36340F5A for ; Fri, 8 Jan 2021 12:40:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E91DB493 for ; Fri, 8 Jan 2021 12:40:32 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1610109589.bcfb055499123fccc79cdad713e21dcfa37e190a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-distutils-extra/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild X-VCS-Directories: dev-python/python-distutils-extra/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bcfb055499123fccc79cdad713e21dcfa37e190a X-VCS-Branch: master Date: Fri, 8 Jan 2021 12:40:32 +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: 88a95e73-4bfc-4dba-9f2d-abbf9b05d966 X-Archives-Hash: 03f7a9b1fc64152dd97a8dcad9b2590c commit: bcfb055499123fccc79cdad713e21dcfa37e190a Author: Michał Górny gentoo org> AuthorDate: Fri Jan 8 12:39:05 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 8 12:39:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcfb0554 dev-python/python-distutils-extra: Update DISTUTILS_USE_SETUPTOOLS Signed-off-by: Michał Górny gentoo.org> dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild b/dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild index a802c7dfdba..224aca62611 100644 --- a/dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild +++ b/dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild @@ -1,11 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -DISTUTILS_USE_SETUPTOOLS="rdepend" PYTHON_COMPAT=( python3_{6..9} ) - inherit distutils-r1 DESCRIPTION="Gettext support, themed icons and scrollkeeper-based documentation in distutils"