From: Michał Górny Date: Fri, 17 Jan 2020 09:55:21 +0000 (+0100) Subject: net-analyzer/flent: Remove Python 2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=789d15d5e412341753d61e1cff17b4538fc09acf;p=gentoo.git net-analyzer/flent: Remove Python 2 Signed-off-by: Michał Górny --- diff --git a/net-analyzer/flent/flent-1.0.1-r1.ebuild b/net-analyzer/flent/flent-1.0.1-r1.ebuild index 81ba7b9749a6..e9a575668ac4 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 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1