From 538149c9dfe47fff4b1976b27e8e3ff78caf123e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 16 Jan 2020 06:44:11 +0100 Subject: [PATCH] app-admin/ngxtop: Remove Python 2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2