commit: a8f6c1ca512d31ff84956d31f041fb856d6aa22d
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 26 19:18:22 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jun 26 19:21:50 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8f6c1ca
net-analyzer/rrdtool: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
net-analyzer/rrdtool/rrdtool-1.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/rrdtool/rrdtool-1.7.0.ebuild
b/net-analyzer/rrdtool/rrdtool-1.7.0.ebuild
index 955b659434e..824cc09eb77 100644
--- a/net-analyzer/rrdtool/rrdtool-1.7.0.ebuild
+++ b/net-analyzer/rrdtool/rrdtool-1.7.0.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_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/_/-}