commit: 0e64bd7cc3c42cb93dedd6bf3e4fe48073715bab Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org> AuthorDate: Thu Aug 19 09:00:23 2021 +0000 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org> CommitDate: Thu Aug 19 09:00:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e64bd7c
net-analyzer/carl: set DISTUTILS_USE_SETUPTOOLS and bump EAPI Fixes: https://bugs.gentoo.org/show_bug.cgi?id=808875 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Tobias Klausmann <klausman <AT> gentoo.org> net-analyzer/carl/carl-0.9-r5.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-analyzer/carl/carl-0.9-r5.ebuild b/net-analyzer/carl/carl-0.9-r5.ebuild index a09144f6564..c0eab0820f0 100644 --- a/net-analyzer/carl/carl-0.9-r5.ebuild +++ b/net-analyzer/carl/carl-0.9-r5.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python3_7 python3_8 python3_9 pypy3) +DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1
