From 9398b77aade907eabcf5639aa7ccfd3489cfcd2d Mon Sep 17 00:00:00 2001 From: Yixun Lan Date: Sat, 16 Jan 2021 18:41:06 +0800 Subject: 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 --- dev-vcs/stgit/stgit-0.23.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dev-vcs') diff --git a/dev-vcs/stgit/stgit-0.23.ebuild b/dev-vcs/stgit/stgit-0.23.ebuild index a700e23fc3bc..c3c0dfccfec3 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 -- cgit v1.2.3-65-gdbad