diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 22:06:54 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 22:24:49 +0100 |
commit | 630880af20572605f7f5a87cb46e7319f0287ecd (patch) | |
tree | 00d8880e59ed08d2c6fe39c8315ae9f8915301cf /net-analyzer/netdata | |
parent | media-libs/gstreamer-editing-services: Remove py2 (diff) | |
download | gentoo-630880af20572605f7f5a87cb46e7319f0287ecd.tar.gz gentoo-630880af20572605f7f5a87cb46e7319f0287ecd.tar.bz2 gentoo-630880af20572605f7f5a87cb46e7319f0287ecd.zip |
net-analyzer/netdata: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer/netdata')
-rw-r--r-- | net-analyzer/netdata/netdata-1.19.0-r2.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.19.0-r2.ebuild b/net-analyzer/netdata/netdata-1.19.0-r2.ebuild index 322bebf5a280..41c6f9ef672d 100644 --- a/net-analyzer/netdata/netdata-1.19.0-r2.ebuild +++ b/net-analyzer/netdata/netdata-1.19.0-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit autotools fcaps linux-info python-r1 systemd diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-9999.ebuild index ba797abab3c0..2e1eb0f4a276 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{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit autotools fcaps linux-info python-r1 systemd |