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 2EA31158012 for ; Fri, 24 Sep 2021 11:10:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 707A2E08DD; Fri, 24 Sep 2021 11:10:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51A91E08DD for ; Fri, 24 Sep 2021 11:10:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 322E2342D66 for ; Fri, 24 Sep 2021 11:10:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FA47E5 for ; Fri, 24 Sep 2021 11:10:25 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1632481767.a5726b74d497346b3281947eede0820d7b76be13.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/grs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/grs/grs-0.7.ebuild app-portage/grs/grs-9999.ebuild X-VCS-Directories: app-portage/grs/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: a5726b74d497346b3281947eede0820d7b76be13 X-VCS-Branch: master Date: Fri, 24 Sep 2021 11:10:25 +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: a006a5eb-6533-487d-9ae7-d53fe9a3cc73 X-Archives-Hash: d81546f8eb498c846edf85e6b7cacd71 commit: a5726b74d497346b3281947eede0820d7b76be13 Author: Anthony G. Basile gentoo org> AuthorDate: Fri Sep 24 11:09:27 2021 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Sep 24 11:09:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5726b74 app-portage/grs: set DISTUTILS_USE_SETUPTOOLS=no Closes: https://bugs.gentoo.org/746449 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Anthony G. Basile gentoo.org> app-portage/grs/grs-0.7.ebuild | 1 + app-portage/grs/grs-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/app-portage/grs/grs-0.7.ebuild b/app-portage/grs/grs-0.7.ebuild index 7d4700a6d76..d74d948f3be 100644 --- a/app-portage/grs/grs-0.7.ebuild +++ b/app-portage/grs/grs-0.7.ebuild @@ -3,6 +3,7 @@ EAPI="7" PYTHON_COMPAT=( python3_{8,9} ) +DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 linux-info diff --git a/app-portage/grs/grs-9999.ebuild b/app-portage/grs/grs-9999.ebuild index 33f52c59b46..4ed7aad6371 100644 --- a/app-portage/grs/grs-9999.ebuild +++ b/app-portage/grs/grs-9999.ebuild @@ -3,6 +3,7 @@ EAPI="7" PYTHON_COMPAT=( python3_{8,9} ) +DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 linux-info