commit: 6347bda4091c0a1b4332a25372d0141d3bcc3910
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 18 17:43:04 2021 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Sat Dec 18 17:43:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6347bda4
net-analyzer/netdata: Python 3.10 support
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
net-analyzer/netdata/netdata-1.32.1.ebuild | 2 +-
net-analyzer/netdata/netdata-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/netdata/netdata-1.32.1.ebuild
b/net-analyzer/netdata/netdata-1.32.1.ebuild
index fb076449090c..97b373861b66 100644
--- a/net-analyzer/netdata/netdata-1.32.1.ebuild
+++ b/net-analyzer/netdata/netdata-1.32.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{3_8,3_9} )
+PYTHON_COMPAT=( python{3_8,3_9,3_10} )
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 d1b0ffa89e2f..3de159430f88 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_8,3_9} )
+PYTHON_COMPAT=( python{3_8,3_9,3_10} )
inherit autotools fcaps linux-info python-single-r1 systemd