commit: 255bd39eae11fa3e29ecd9dd00f83ab17786dc0e
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 26 19:15:13 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jun 26 19:21:47 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=255bd39e
net-analyzer/flent: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
net-analyzer/flent/flent-1.0.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/flent/flent-1.0.1-r1.ebuild
b/net-analyzer/flent/flent-1.0.1-r1.ebuild
index d90d41ace9b..d93d6849eaf 100644
--- a/net-analyzer/flent/flent-1.0.1-r1.ebuild
+++ b/net-analyzer/flent/flent-1.0.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
+PYTHON_COMPAT=( python2_7 python{3_4,3_5,3_6} )
inherit distutils-r1