net-analyzer/rrdtool: Remove py2.7

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-05-07 17:09:14 +02:00
parent 5a87862a95
commit acf3dd2ba2
2 changed files with 2 additions and 2 deletions

View File

@@ -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/_/-}

View File

@@ -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/_/-}