diff options
author | Michael Palimaka <kensington@gentoo.org> | 2020-10-10 20:08:16 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2020-10-10 20:44:02 +1100 |
commit | 010c5a0151eec1850db22bffebd027a4b5248379 (patch) | |
tree | 1743a175a6e669276646cfa4f0d56a05f8f301cf /dev-util/howdoi | |
parent | dev-haskell/geniplate: update to EAPI=7 (diff) | |
download | gentoo-010c5a0151eec1850db22bffebd027a4b5248379.tar.gz gentoo-010c5a0151eec1850db22bffebd027a4b5248379.tar.bz2 gentoo-010c5a0151eec1850db22bffebd027a4b5248379.zip |
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@gentoo.org>
Diffstat (limited to 'dev-util/howdoi')
-rw-r--r-- | dev-util/howdoi/howdoi-2.0.7.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-util/howdoi/howdoi-2.0.7.ebuild b/dev-util/howdoi/howdoi-2.0.7.ebuild index c7dca4f4594c..ded420b714d1 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 |