net-analyzer/rrdtool: Support python3.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
Pacho Ramos
2018-06-26 21:18:22 +02:00
parent 6a2df9d15f
commit a8f6c1ca51

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_4,3_5} )
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit autotools perl-module distutils-r1 flag-o-matic multilib
MY_P=${P/_/-}