diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-10-08 18:04:14 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-10-08 18:05:00 +0200 |
commit | 80703664b62a4da575cf28c5ac0d1ef391e0d51a (patch) | |
tree | 7a3f3d8639cac16b66324f97a1724bf384469f48 /app-admin/ngxtop | |
parent | dev-python/tabulate: Support python 3.5 (diff) | |
download | gentoo-80703664b62a4da575cf28c5ac0d1ef391e0d51a.tar.gz gentoo-80703664b62a4da575cf28c5ac0d1ef391e0d51a.tar.bz2 gentoo-80703664b62a4da575cf28c5ac0d1ef391e0d51a.zip |
app-admin/ngxtop: Support python 3.5
Package-Manager: portage-2.3.1
Diffstat (limited to 'app-admin/ngxtop')
-rw-r--r-- | app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild b/app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild index 95389a72fffb..d21921a5c78d 100644 --- a/app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild +++ b/app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) PYTHON_REQ_USE="sqlite" inherit distutils-r1 |