diff options
author | Craig Andrews <candrews@gentoo.org> | 2023-02-27 09:07:27 -0500 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2023-02-27 09:24:40 -0500 |
commit | 1d3a4f69c3b9e4c1746f12f8cdc84cfe5f4326c2 (patch) | |
tree | d2e7a5cf94115107164df6a3c0fa8a615e132785 /net-analyzer/netdata | |
parent | dev-util/lldb: keyword 16.0.0_rc3 for ~loong (diff) | |
download | gentoo-1d3a4f69c3b9e4c1746f12f8cdc84cfe5f4326c2.tar.gz gentoo-1d3a4f69c3b9e4c1746f12f8cdc84cfe5f4326c2.tar.bz2 gentoo-1d3a4f69c3b9e4c1746f12f8cdc84cfe5f4326c2.zip |
net-analyzer/netdata: python 3.11 compatibility
Closes: https://bugs.gentoo.org/897066
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'net-analyzer/netdata')
-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 |