summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomáš Mózes <hydrapolic@gmail.com>2020-04-20 07:55:39 +0000
committerMichał Górny <mgorny@gentoo.org>2020-04-20 11:43:36 +0200
commit65c9fe71cee5ac486e3897f0bf0f7c6dd8bc4d9a (patch)
treeda8e9014e5fd71c796467ea7ccfa5d1eacd52ecc /app-admin/ngxtop
parentsys-power/iasl: Remove old (diff)
downloadgentoo-65c9fe71cee5ac486e3897f0bf0f7c6dd8bc4d9a.tar.gz
gentoo-65c9fe71cee5ac486e3897f0bf0f7c6dd8bc4d9a.tar.bz2
gentoo-65c9fe71cee5ac486e3897f0bf0f7c6dd8bc4d9a.zip
app-admin/ngxtop: enable python 3.{7,8}
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-admin/ngxtop')
-rw-r--r--app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild b/app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild
index 3b1214dbc2b6..1176eabdd31b 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=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1