diff options
Diffstat (limited to 'net-analyzer/carl')
-rw-r--r-- | net-analyzer/carl/carl-0.9-r5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-analyzer/carl/carl-0.9-r5.ebuild b/net-analyzer/carl/carl-0.9-r5.ebuild index a09144f6564f..c0eab0820f04 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 |