diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-16 06:44:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-16 07:04:56 +0100 |
commit | 538149c9dfe47fff4b1976b27e8e3ff78caf123e (patch) | |
tree | 6dd9c2606512507195f5e21795d24aba818dad6b /app-admin | |
parent | app-admin/ngxtop: Remove old (diff) | |
download | gentoo-538149c9dfe47fff4b1976b27e8e3ff78caf123e.tar.gz gentoo-538149c9dfe47fff4b1976b27e8e3ff78caf123e.tar.bz2 gentoo-538149c9dfe47fff4b1976b27e8e3ff78caf123e.zip |
app-admin/ngxtop: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild | 2 |
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 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 |