diff options
author | Yixun Lan <dlan@gentoo.org> | 2021-12-23 21:59:51 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-12-23 22:26:05 +0800 |
commit | 4370640b7be90eb882284835a0c537f29203378f (patch) | |
tree | 62998cb4f9b7eda135e4aa5cd3900fb0f0fed355 /dev-vcs | |
parent | tree-sitter-grammar.eclass: Fix compatibility with lld (diff) | |
download | gentoo-4370640b7be90eb882284835a0c537f29203378f.tar.gz gentoo-4370640b7be90eb882284835a0c537f29203378f.tar.bz2 gentoo-4370640b7be90eb882284835a0c537f29203378f.zip |
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@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/stgit/stgit-1.4.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
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 |