app-shells/zsh-history-to-fish: fix DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/815790
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2021-10-02 15:20:46 +03:00
parent 0cafa24ad6
commit 1e2a493cac

View File

@@ -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