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 B296413835B for ; Mon, 21 Jun 2021 02:52:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91545E0801; Mon, 21 Jun 2021 02:52:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 79FE8E0801 for ; Mon, 21 Jun 2021 02:52:26 +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 0EBBA340845 for ; Mon, 21 Jun 2021 02:52:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 890947A1 for ; Mon, 21 Jun 2021 02:52:23 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1624243845.51f8cfc567c4dc1a1fef9c27878b360072d74d68.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/gftools/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/gftools/gftools-0.6.2.ebuild X-VCS-Directories: dev-util/gftools/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 51f8cfc567c4dc1a1fef9c27878b360072d74d68 X-VCS-Branch: dev Date: Mon, 21 Jun 2021 02:52:23 +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: ce407d64-1a43-4227-abe8-15cdf4ff0ea3 X-Archives-Hash: f68ceae75ff70dd5f8a186ce10f66b01 commit: 51f8cfc567c4dc1a1fef9c27878b360072d74d68 Author: Alessandro Barbieri gmail com> AuthorDate: Mon Jun 21 02:50:45 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Mon Jun 21 02:50:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=51f8cfc5 dev-util/gftools: fix distutils setuptools Signed-off-by: Alessandro Barbieri gmail.com> dev-util/gftools/gftools-0.6.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/gftools/gftools-0.6.2.ebuild b/dev-util/gftools/gftools-0.6.2.ebuild index 580240739..55dbb3697 100644 --- a/dev-util/gftools/gftools-0.6.2.ebuild +++ b/dev-util/gftools/gftools-0.6.2.ebuild @@ -4,6 +4,7 @@ EAPI=7 COMMIT="0fe81a08dee6e7614c0f196e6668a9aafaad0d3e" +DISTUTILS_USE_SETUPTOOLS=rdepend DISTUTILS_SINGLE_IMPL=1 PYTHON_COMPAT=( python3_{8..9} )