commit: 7e576c6e064a15a803648f96dd299596dc20a8ef Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Aug 11 00:51:35 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Aug 11 00:51:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e576c6e
dev-util/diffoscope: fix DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/806977 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/diffoscope/diffoscope-180.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-util/diffoscope/diffoscope-180.ebuild b/dev-util/diffoscope/diffoscope-180.ebuild index ee2bed80f61..086eecc9529 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
