commit: 0b3922b77df0d7042837081c111535252b189a4f Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Mon Oct 12 17:51:21 2020 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Tue Oct 13 01:21:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b3922b7
app-misc/binwalk: correct DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/746305 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Closes: https://github.com/gentoo/gentoo/pull/17905 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> app-misc/binwalk/binwalk-2.2.0.ebuild | 4 +++- app-misc/binwalk/binwalk-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app-misc/binwalk/binwalk-2.2.0.ebuild b/app-misc/binwalk/binwalk-2.2.0.ebuild index 63018b781dd..62d89035280 100644 --- a/app-misc/binwalk/binwalk-2.2.0.ebuild +++ b/app-misc/binwalk/binwalk-2.2.0.ebuild @@ -2,7 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7,3_8} ) + +DISTUTILS_USE_SETUPTOOLS=no +PYTHON_COMPAT=( python3_{6..8} ) inherit distutils-r1 diff --git a/app-misc/binwalk/binwalk-9999.ebuild b/app-misc/binwalk/binwalk-9999.ebuild index a32600fbb9e..7f094556433 100644 --- a/app-misc/binwalk/binwalk-9999.ebuild +++ b/app-misc/binwalk/binwalk-9999.ebuild @@ -2,7 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7,3_8} ) + +DISTUTILS_USE_SETUPTOOLS=no +PYTHON_COMPAT=( python3_{6..8} ) inherit distutils-r1