diff options
author | Craig Andrews <candrews@gentoo.org> | 2024-05-17 09:43:47 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2024-05-17 09:43:47 -0400 |
commit | c44875f6b50da5a1ed9023e66e15171c86d885fc (patch) | |
tree | ea1001791de0d97088c903708b352c99f59a95c3 /net-analyzer/netdata | |
parent | net-misc/nyx: enable py3.12 (diff) | |
download | gentoo-c44875f6b50da5a1ed9023e66e15171c86d885fc.tar.gz gentoo-c44875f6b50da5a1ed9023e66e15171c86d885fc.tar.bz2 gentoo-c44875f6b50da5a1ed9023e66e15171c86d885fc.zip |
net-analyzer/netdata: enable py3.12
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'net-analyzer/netdata')
-rw-r--r-- | net-analyzer/netdata/netdata-1.45.4.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.45.4.ebuild b/net-analyzer/netdata/netdata-1.45.4.ebuild index 0d57f53917bc..725670699e12 100644 --- a/net-analyzer/netdata/netdata-1.45.4.ebuild +++ b/net-analyzer/netdata/netdata-1.45.4.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,3_11} ) +PYTHON_COMPAT=( python{3_9,3_10,3_11,3_12} ) inherit cmake fcaps flag-o-matic linux-info optfeature python-single-r1 systemd diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-9999.ebuild index 0d57f53917bc..725670699e12 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,3_11} ) +PYTHON_COMPAT=( python{3_9,3_10,3_11,3_12} ) inherit cmake fcaps flag-o-matic linux-info optfeature python-single-r1 systemd |