commit: 7ab61ec2a0e2e8f784bba6e48c68bef5d997d39c Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> AuthorDate: Sun Nov 8 15:15:23 2020 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Sun Nov 8 15:30:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ab61ec2
net-analyzer/wapiti: set DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/751688 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org> net-analyzer/wapiti/wapiti-3.0.3.ebuild | 1 + net-analyzer/wapiti/wapiti-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-analyzer/wapiti/wapiti-3.0.3.ebuild b/net-analyzer/wapiti/wapiti-3.0.3.ebuild index b74bc61781c..4537e62437a 100644 --- a/net-analyzer/wapiti/wapiti-3.0.3.ebuild +++ b/net-analyzer/wapiti/wapiti-3.0.3.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE='xml' diff --git a/net-analyzer/wapiti/wapiti-9999.ebuild b/net-analyzer/wapiti/wapiti-9999.ebuild index ef1480dd21e..95af12c83a0 100644 --- a/net-analyzer/wapiti/wapiti-9999.ebuild +++ b/net-analyzer/wapiti/wapiti-9999.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE='xml'
