commit: 010c5a0151eec1850db22bffebd027a4b5248379 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Sat Oct 10 09:08:16 2020 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Sat Oct 10 09:44:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=010c5a01
dev-util/howdoi: suppress bogus qa warning Closes: https://bugs.gentoo.org/747532 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org> dev-util/howdoi/howdoi-2.0.7.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/howdoi/howdoi-2.0.7.ebuild b/dev-util/howdoi/howdoi-2.0.7.ebuild index c7dca4f4594..ded420b714d 100644 --- a/dev-util/howdoi/howdoi-2.0.7.ebuild +++ b/dev-util/howdoi/howdoi-2.0.7.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS="manual" PYTHON_COMPAT=( python3_7 ) inherit distutils-r1
