Diff netdata-1.47.5 with a netdata-9999

/usr/portage/net-analyzer/netdata/netdata-9999.ebuild 2025-11-06 18:18:08.501501274 +0300
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5
PYTHON_COMPAT=( python3_{11..13} )
5
PYTHON_COMPAT=( python{3_11,3_12} )
6 6

  
7 7
inherit cmake fcaps linux-info optfeature python-single-r1 systemd
8 8

  
Thank you!