commit: acf3dd2ba2bb01eb1a17eb040c2d87f0f907e106
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 7 15:09:14 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 7 15:09:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acf3dd2b
net-analyzer/rrdtool: Remove py2.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-analyzer/rrdtool/rrdtool-1.7.1.ebuild | 2 +-
net-analyzer/rrdtool/rrdtool-1.7.2.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/rrdtool/rrdtool-1.7.1.ebuild
b/net-analyzer/rrdtool/rrdtool-1.7.1.ebuild
index c6feaa1b781..748d2b72a57 100644
--- a/net-analyzer/rrdtool/rrdtool-1.7.1.ebuild
+++ b/net-analyzer/rrdtool/rrdtool-1.7.1.ebuild
@@ -6,7 +6,7 @@ EAPI=6
DISTUTILS_OPTIONAL=true
DISTUTILS_SINGLE_IMPL=true
GENTOO_DEPEND_ON_PERL=no
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit autotools perl-module distutils-r1 flag-o-matic multilib
MY_P=${P/_/-}
diff --git a/net-analyzer/rrdtool/rrdtool-1.7.2.ebuild
b/net-analyzer/rrdtool/rrdtool-1.7.2.ebuild
index 1b3be31abc8..95596dfc78c 100644
--- a/net-analyzer/rrdtool/rrdtool-1.7.2.ebuild
+++ b/net-analyzer/rrdtool/rrdtool-1.7.2.ebuild
@@ -5,7 +5,7 @@ EAPI=6
DISTUTILS_OPTIONAL=true
DISTUTILS_SINGLE_IMPL=true
GENTOO_DEPEND_ON_PERL=no
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit autotools perl-module distutils-r1 flag-o-matic multilib
MY_P=${P/_/-}