diff options
author | Craig Andrews <candrews@gentoo.org> | 2021-12-18 12:43:04 -0500 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2021-12-18 12:43:19 -0500 |
commit | 6347bda4091c0a1b4332a25372d0141d3bcc3910 (patch) | |
tree | f99f3532c589c4a0aa62675c958055cc3504cc51 /net-analyzer | |
parent | net-libs/stem: 1.8.0_p20211118 version bump (diff) | |
download | gentoo-6347bda4091c0a1b4332a25372d0141d3bcc3910.tar.gz gentoo-6347bda4091c0a1b4332a25372d0141d3bcc3910.tar.bz2 gentoo-6347bda4091c0a1b4332a25372d0141d3bcc3910.zip |
net-analyzer/netdata: Python 3.10 support
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/netdata/netdata-1.32.1.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.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 |