commit:     1d3a4f69c3b9e4c1746f12f8cdc84cfe5f4326c2
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 14:07:27 2023 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 14:24:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d3a4f69

net-analyzer/netdata: python 3.11 compatibility

Closes: https://bugs.gentoo.org/897066
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 net-analyzer/netdata/netdata-1.38.0.ebuild | 2 +-
 net-analyzer/netdata/netdata-9999.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/netdata/netdata-1.38.0.ebuild 
b/net-analyzer/netdata/netdata-1.38.0.ebuild
index 2b50034f9888..592170b449c3 100644
--- a/net-analyzer/netdata/netdata-1.38.0.ebuild
+++ b/net-analyzer/netdata/netdata-1.38.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python{3_9,3_10} )
+PYTHON_COMPAT=( python{3_9,3_10,3_11} )
 
 inherit autotools fcaps flag-o-matic linux-info python-single-r1 systemd 
toolchain-funcs
 

diff --git a/net-analyzer/netdata/netdata-9999.ebuild 
b/net-analyzer/netdata/netdata-9999.ebuild
index 3d8927777fee..e3eb6b84dca7 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=8
-PYTHON_COMPAT=( python{3_9,3_10} )
+PYTHON_COMPAT=( python{3_9,3_10,3_11} )
 
 inherit autotools fcaps flag-o-matic linux-info python-single-r1 systemd 
toolchain-funcs
 

Reply via email to