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 ACB74138350 for ; Mon, 13 Jan 2020 09:39:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C305EE0BAA; Mon, 13 Jan 2020 09:39:23 +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 A2737E0B67 for ; Mon, 13 Jan 2020 09:39:23 +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 48E9A34E03D for ; Mon, 13 Jan 2020 09:39:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 118FAA5 for ; Mon, 13 Jan 2020 09:39:20 +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: <1578908355.0b8fb11d692a42d30bde85c72d4d6f409effb467.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/repoman/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/repoman/repoman-2.3.20.ebuild app-portage/repoman/repoman-9999.ebuild X-VCS-Directories: app-portage/repoman/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0b8fb11d692a42d30bde85c72d4d6f409effb467 X-VCS-Branch: master Date: Mon, 13 Jan 2020 09:39:20 +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: 3bc55e84-e970-4c1b-bdad-6039aac900e0 X-Archives-Hash: d8149183bb6cb13b24bf405ae7f07e2a commit: 0b8fb11d692a42d30bde85c72d4d6f409effb467 Author: Michał Górny gentoo org> AuthorDate: Mon Jan 13 07:38:25 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jan 13 09:39:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b8fb11d app-portage/repoman: Disable setuptools dep Signed-off-by: Michał Górny gentoo.org> app-portage/repoman/repoman-2.3.20.ebuild | 1 + app-portage/repoman/repoman-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/app-portage/repoman/repoman-2.3.20.ebuild b/app-portage/repoman/repoman-2.3.20.ebuild index 5ad8f8fa93e..c77f2d7f732 100644 --- a/app-portage/repoman/repoman-2.3.20.ebuild +++ b/app-portage/repoman/repoman-2.3.20.ebuild @@ -3,6 +3,7 @@ EAPI=6 +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) PYTHON_REQ_USE='bzip2(+)' diff --git a/app-portage/repoman/repoman-9999.ebuild b/app-portage/repoman/repoman-9999.ebuild index 8c76012cfb7..b19cdf42238 100644 --- a/app-portage/repoman/repoman-9999.ebuild +++ b/app-portage/repoman/repoman-9999.ebuild @@ -3,6 +3,7 @@ EAPI=6 +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python2_7 python3_{6,7} ) PYTHON_REQ_USE='bzip2(+)'