net-analyzer/flent: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 19:15:13 +0000 (21:15 +0200)
committerPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 19:21:47 +0000 (21:21 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

net-analyzer/flent/flent-1.0.1-r1.ebuild

index d90d41ace9b5376ba529faa98ecddabf02ec8d67..d93d6849eaf88cd6d977c95915277562c81063fc 100644 (file)
@@ -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