commit: 6ef4644be9da2358d12772ab10f3564d9596b37d
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 22 17:20:09 2020 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Jul 22 17:20:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ef4644b
net-analyzer/netdata: Python 3.9 compatibility
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
net-analyzer/netdata/netdata-1.23.2.ebuild | 2 +-
net-analyzer/netdata/netdata-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/netdata/netdata-1.23.2.ebuild
b/net-analyzer/netdata/netdata-1.23.2.ebuild
index 3b6458e2fb4..48231022d05 100644
--- a/net-analyzer/netdata/netdata-1.23.2.ebuild
+++ b/net-analyzer/netdata/netdata-1.23.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} )
inherit autotools fcaps linux-info python-single-r1 systemd
diff --git a/net-analyzer/netdata/netdata-9999.ebuild
b/net-analyzer/netdata/netdata-9999.ebuild
index 3b6458e2fb4..48231022d05 100644
--- a/net-analyzer/netdata/netdata-9999.ebuild
+++ b/net-analyzer/netdata/netdata-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} )
inherit autotools fcaps linux-info python-single-r1 systemd