diff options
author | Sam James <sam@gentoo.org> | 2021-08-11 01:51:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-11 01:51:35 +0100 |
commit | 7e576c6e064a15a803648f96dd299596dc20a8ef (patch) | |
tree | 211c6506727413c0ef294d0119ec79d8f4e42596 /dev-util/diffoscope | |
parent | dev-python/babelfish: sync live ebuild to fix build (diff) | |
download | gentoo-7e576c6e064a15a803648f96dd299596dc20a8ef.tar.gz gentoo-7e576c6e064a15a803648f96dd299596dc20a8ef.tar.bz2 gentoo-7e576c6e064a15a803648f96dd299596dc20a8ef.zip |
dev-util/diffoscope: fix DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/806977
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/diffoscope')
-rw-r--r-- | dev-util/diffoscope/diffoscope-180.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-util/diffoscope/diffoscope-180.ebuild b/dev-util/diffoscope/diffoscope-180.ebuild index ee2bed80f614..086eecc95294 100644 --- a/dev-util/diffoscope/diffoscope-180.ebuild +++ b/dev-util/diffoscope/diffoscope-180.ebuild @@ -5,7 +5,6 @@ EAPI=8 PYTHON_COMPAT=( python3_{8,9,10} ) PYTHON_REQ_USE="ncurses" -DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 |