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 65D24138359 for ; Sun, 4 Oct 2020 18:40:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEAFDE085E; Sun, 4 Oct 2020 18:40:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 A899EE085E for ; Sun, 4 Oct 2020 18:40:53 +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 970AC335D51 for ; Sun, 4 Oct 2020 18:40:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E229373 for ; Sun, 4 Oct 2020 18:40:51 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1601836844.3cc0b0745c14888facf825c93d454217b94a2b70.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/esearch/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/esearch/esearch-1.3-r3.ebuild app-portage/esearch/esearch-9999.ebuild X-VCS-Directories: app-portage/esearch/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 3cc0b0745c14888facf825c93d454217b94a2b70 X-VCS-Branch: master Date: Sun, 4 Oct 2020 18:40:51 +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: 6f3216e1-9b7d-4551-939a-14bea701c4fe X-Archives-Hash: bc6dea2861336defaa1f727d02f89876 commit: 3cc0b0745c14888facf825c93d454217b94a2b70 Author: Zac Medico gentoo org> AuthorDate: Sun Oct 4 18:39:55 2020 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun Oct 4 18:40:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cc0b074 app-portage/esearch: Remove setuptools dep Closes: https://bugs.gentoo.org/746452 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Zac Medico gentoo.org> app-portage/esearch/esearch-1.3-r3.ebuild | 1 + app-portage/esearch/esearch-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/app-portage/esearch/esearch-1.3-r3.ebuild b/app-portage/esearch/esearch-1.3-r3.ebuild index 026f4017bec..4fd4c76d3ac 100644 --- a/app-portage/esearch/esearch-1.3-r3.ebuild +++ b/app-portage/esearch/esearch-1.3-r3.ebuild @@ -5,6 +5,7 @@ EAPI=7 PYTHON_COMPAT=(python3_{6..9}) PYTHON_REQ_USE="readline(+)" +DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 diff --git a/app-portage/esearch/esearch-9999.ebuild b/app-portage/esearch/esearch-9999.ebuild index cb46da61322..48967f995b5 100644 --- a/app-portage/esearch/esearch-9999.ebuild +++ b/app-portage/esearch/esearch-9999.ebuild @@ -5,6 +5,7 @@ EAPI=7 PYTHON_COMPAT=(python3_{6..9}) PYTHON_REQ_USE="readline(+)" +DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 git-r3