diff options
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/netdata/netdata-1.38.0.ebuild | 2 | ||||
-rw-r--r-- | 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 |