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 AD8721382C5 for ; Sat, 16 Jan 2021 14:37:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63AC5E082F; Sat, 16 Jan 2021 14:37:27 +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 4E824E082F for ; Sat, 16 Jan 2021 14:37:27 +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 6B914340F81 for ; Sat, 16 Jan 2021 14:37:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0D6B4B for ; Sat, 16 Jan 2021 14:37:22 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1610807788.9398b77aade907eabcf5639aa7ccfd3489cfcd2d.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/stgit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/stgit/stgit-0.23.ebuild X-VCS-Directories: dev-vcs/stgit/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 9398b77aade907eabcf5639aa7ccfd3489cfcd2d X-VCS-Branch: master Date: Sat, 16 Jan 2021 14:37:22 +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: ab78fda3-fc29-410b-8a30-8e036933e488 X-Archives-Hash: 877ffc0574a9da51907dc83fafe3d36c commit: 9398b77aade907eabcf5639aa7ccfd3489cfcd2d Author: Yixun Lan gentoo org> AuthorDate: Sat Jan 16 10:41:06 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sat Jan 16 14:36:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9398b77a dev-vcs/stgit: fix DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/750062 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Yixun Lan gentoo.org> dev-vcs/stgit/stgit-0.23.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-vcs/stgit/stgit-0.23.ebuild b/dev-vcs/stgit/stgit-0.23.ebuild index a700e23fc3b..c3c0dfccfec 100644 --- a/dev-vcs/stgit/stgit-0.23.ebuild +++ b/dev-vcs/stgit/stgit-0.23.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=no inherit bash-completion-r1 distutils-r1