diff options
author | Craig Andrews <candrews@gentoo.org> | 2020-04-17 09:03:16 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2020-04-17 09:05:32 -0400 |
commit | 611fbdb7ac282bf86765bf4a7cda0bf21590ec48 (patch) | |
tree | dce6652535e482e5fdfc055d2088d72d2c5639b7 /net-analyzer/netdata | |
parent | sys-kernel/gentoo-sources: Linux patch 5.4.33 and update to gentoo config (diff) | |
download | gentoo-611fbdb7ac282bf86765bf4a7cda0bf21590ec48.tar.gz gentoo-611fbdb7ac282bf86765bf4a7cda0bf21590ec48.tar.bz2 gentoo-611fbdb7ac282bf86765bf4a7cda0bf21590ec48.zip |
net-analyzer/netdata: Add Python 3.8 support
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'net-analyzer/netdata')
-rw-r--r-- | net-analyzer/netdata/netdata-1.21.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.21.1.ebuild b/net-analyzer/netdata/netdata-1.21.1.ebuild index 05058d2b9921..c8663a7dd456 100644 --- a/net-analyzer/netdata/netdata-1.21.1.ebuild +++ b/net-analyzer/netdata/netdata-1.21.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) 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 05058d2b9921..c8663a7dd456 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_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) inherit autotools fcaps linux-info python-single-r1 systemd |