commit: 538149c9dfe47fff4b1976b27e8e3ff78caf123e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 16 05:44:11 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 16 06:04:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=538149c9
app-admin/ngxtop: Remove Python 2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
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 6b3bb539312..3b1214dbc2b 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