diff options
author | Yixun Lan <dlan@gentoo.org> | 2021-01-16 18:41:06 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-01-16 22:36:28 +0800 |
commit | 9398b77aade907eabcf5639aa7ccfd3489cfcd2d (patch) | |
tree | 0ac882ed06c6620d70d687b49d83527e7b876d21 /dev-vcs | |
parent | dev-lang/erlang: bump up to 23.2.2 (diff) | |
download | gentoo-9398b77aade907eabcf5639aa7ccfd3489cfcd2d.tar.gz gentoo-9398b77aade907eabcf5639aa7ccfd3489cfcd2d.tar.bz2 gentoo-9398b77aade907eabcf5639aa7ccfd3489cfcd2d.zip |
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 <dlan@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/stgit/stgit-0.23.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |