commit: 1e2a493cac1ef48565dd17035f6a007fcb024cfe Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Oct 2 12:20:46 2021 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Oct 2 12:22:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e2a493c
app-shells/zsh-history-to-fish: fix DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/815790 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> app-shells/zsh-history-to-fish/zsh-history-to-fish-0.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/zsh-history-to-fish/zsh-history-to-fish-0.3.0.ebuild b/app-shells/zsh-history-to-fish/zsh-history-to-fish-0.3.0.ebuild index d3c296d67..86c98d89f 100644 --- a/app-shells/zsh-history-to-fish/zsh-history-to-fish-0.3.0.ebuild +++ b/app-shells/zsh-history-to-fish/zsh-history-to-fish-0.3.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -DISTUTILS_USE_SETUPTOOLS=rdepend + PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) inherit distutils-r1
