commit: 185ee277a96d3e82a5245f2083a199b274a242f3
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 07:57:02 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri May 26 07:57:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=185ee277
net-analyzer/rrdtool: Add python3 support (bug #619420 by Oleg).
Package-Manager: Portage-2.3.6, Repoman-2.3.2
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 ea4b9932cc7..b3ac1148702 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=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
inherit autotools perl-module distutils-r1 flag-o-matic multilib
DESCRIPTION="A system to store and display time-series data"