diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2021-03-07 10:56:01 +0100 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2021-03-07 10:56:01 +0100 |
commit | b9409788dc27750915cd063639d86b34cbcc7526 (patch) | |
tree | 883367181e3e927388fd16f8da6c3f4b66424f09 /net-analyzer | |
parent | dev-python/pymetar: Add 1.2-r1 with Python 3.9 support (diff) | |
download | gentoo-b9409788dc27750915cd063639d86b34cbcc7526.tar.gz gentoo-b9409788dc27750915cd063639d86b34cbcc7526.tar.bz2 gentoo-b9409788dc27750915cd063639d86b34cbcc7526.zip |
net-analyzer/carl: Add 0.9-r5 with Python 3.9 support
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Tobias Klausmann <klausman@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/carl/carl-0.9-r5.ebuild (renamed from net-analyzer/carl/carl-0.9-r4.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/carl/carl-0.9-r4.ebuild b/net-analyzer/carl/carl-0.9-r5.ebuild index 00fe1c36dbdd..46201a6d42cd 100644 --- a/net-analyzer/carl/carl-0.9-r4.ebuild +++ b/net-analyzer/carl/carl-0.9-r5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_7 python3_8 pypy3) +PYTHON_COMPAT=( python3_7 python3_8 python3_9 pypy3) inherit distutils-r1 |