diff options
author | 2014-06-07 20:33:45 +0000 | |
---|---|---|
committer | 2014-06-07 20:33:45 +0000 | |
commit | f773647200afe1d79c406662505bb9b36dfc3d85 (patch) | |
tree | a2f485c750a13cd30cbd69a3663b71e97323fc59 /app-admin/ngxtop/ngxtop-0.0.2-r1.ebuild | |
parent | Version bump, fixes bug #512322. Also adds a postinstallation message with US... (diff) | |
download | historical-f773647200afe1d79c406662505bb9b36dfc3d85.tar.gz historical-f773647200afe1d79c406662505bb9b36dfc3d85.tar.bz2 historical-f773647200afe1d79c406662505bb9b36dfc3d85.zip |
app-admin/ngxtop: Add py3 compatibility, #512380
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0xB9D4F231BD1558AB!
Diffstat (limited to 'app-admin/ngxtop/ngxtop-0.0.2-r1.ebuild')
-rw-r--r-- | app-admin/ngxtop/ngxtop-0.0.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/ngxtop/ngxtop-0.0.2-r1.ebuild b/app-admin/ngxtop/ngxtop-0.0.2-r1.ebuild index 70cf22c382cb..2146ea9e6162 100644 --- a/app-admin/ngxtop/ngxtop-0.0.2-r1.ebuild +++ b/app-admin/ngxtop/ngxtop-0.0.2-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/ngxtop/ngxtop-0.0.2-r1.ebuild,v 1.3 2014/06/05 06:40:23 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/ngxtop/ngxtop-0.0.2-r1.ebuild,v 1.4 2014/06/07 20:33:40 jlec Exp $ EAPI=5 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) PYTHON_REQ_USE="sqlite" inherit distutils-r1 |