From: Michał Górny Date: Thu, 16 Jan 2020 05:44:11 +0000 (+0100) Subject: app-admin/ngxtop: Remove Python 2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=538149c9dfe47fff4b1976b27e8e3ff78caf123e;p=gentoo.git app-admin/ngxtop: Remove Python 2 Signed-off-by: Michał Górny --- diff --git a/app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild b/app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild index 6b3bb5393128..3b1214dbc2b6 100644 --- a/app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild +++ b/app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="sqlite" inherit distutils-r1