diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2021-08-19 11:00:23 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2021-08-19 11:00:38 +0200 |
commit | 0e64bd7cc3c42cb93dedd6bf3e4fe48073715bab (patch) | |
tree | ed7d1170c9f4addca922198f1e4b9e80d5dc4c24 /net-analyzer | |
parent | app-portage/iwdevtools: add new pax-utils dep (diff) | |
download | gentoo-0e64bd7cc3c42cb93dedd6bf3e4fe48073715bab.tar.gz gentoo-0e64bd7cc3c42cb93dedd6bf3e4fe48073715bab.tar.bz2 gentoo-0e64bd7cc3c42cb93dedd6bf3e4fe48073715bab.zip |
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@gentoo.org>
Diffstat (limited to 'net-analyzer')
-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 |