commit: 4370640b7be90eb882284835a0c537f29203378f Author: Yixun Lan <dlan <AT> gentoo <DOT> org> AuthorDate: Thu Dec 23 13:59:51 2021 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Thu Dec 23 14:26:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4370640b
dev-vcs/stgit: fix DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/827137 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> dev-vcs/stgit/stgit-1.4.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-vcs/stgit/stgit-1.4.ebuild b/dev-vcs/stgit/stgit-1.4.ebuild index 06367525ebb8..fae3f3498df8 100644 --- a/dev-vcs/stgit/stgit-1.4.ebuild +++ b/dev-vcs/stgit/stgit-1.4.ebuild @@ -4,7 +4,6 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..10} ) -DISTUTILS_USE_SETUPTOOLS=no inherit bash-completion-r1 distutils-r1