From: Pacho Ramos Date: Tue, 26 Jun 2018 19:15:13 +0000 (+0200) Subject: net-analyzer/flent: Support python3.6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=255bd39eae11fa3e29ecd9dd00f83ab17786dc0e;p=gentoo.git net-analyzer/flent: Support python3.6 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/net-analyzer/flent/flent-1.0.1-r1.ebuild b/net-analyzer/flent/flent-1.0.1-r1.ebuild index d90d41ace9b5..d93d6849eaf8 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