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 B926F1381F3 for ; Sun, 3 May 2020 02:51:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA2F3E0950; Sun, 3 May 2020 02:51:39 +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 5763EE0951 for ; Sun, 3 May 2020 02:51:39 +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 37D2E34F291 for ; Sun, 3 May 2020 02:51:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28F7821E for ; Sun, 3 May 2020 02:51:36 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1588474190.c80d6c7c8a2b61f96e0ab4ec25faa2608dfcca5c.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ssl-fetch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ssl-fetch/ssl-fetch-0.4.ebuild dev-python/ssl-fetch/ssl-fetch-9999.ebuild X-VCS-Directories: dev-python/ssl-fetch/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: c80d6c7c8a2b61f96e0ab4ec25faa2608dfcca5c X-VCS-Branch: master Date: Sun, 3 May 2020 02:51:36 +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: c26bbaa6-8c3a-4ea0-bbbf-828df5a1c7ea X-Archives-Hash: 0fec38e9ab4749dea5faa32db71a7e4f commit: c80d6c7c8a2b61f96e0ab4ec25faa2608dfcca5c Author: Mike Gilbert gentoo org> AuthorDate: Sun May 3 02:49:50 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun May 3 02:49:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c80d6c7c dev-python/ssl-fetch: DISTUTILS_USE_SETUPTOOLS=no Signed-off-by: Mike Gilbert gentoo.org> dev-python/ssl-fetch/ssl-fetch-0.4.ebuild | 1 + dev-python/ssl-fetch/ssl-fetch-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild b/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild index 6014f57e3aa..adde725cad0 100644 --- a/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild +++ b/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild @@ -4,6 +4,7 @@ EAPI=5 PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 diff --git a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild b/dev-python/ssl-fetch/ssl-fetch-9999.ebuild index bd7d61998df..0cec3a3935e 100644 --- a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild +++ b/dev-python/ssl-fetch/ssl-fetch-9999.ebuild @@ -4,6 +4,7 @@ EAPI=6 PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=no EGIT_BRANCH="master"