projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7759dcf
)
app-admin/ngxtop: Support python 3.5
author
Pacho Ramos
<pacho@gentoo.org>
Sat, 8 Oct 2016 16:04:14 +0000
(18:04 +0200)
committer
Pacho Ramos
<pacho@gentoo.org>
Sat, 8 Oct 2016 16:05:00 +0000
(18:05 +0200)
Package-Manager: portage-2.3.1
app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild
patch
|
blob
|
history
diff --git
a/app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild
b/app-admin/ngxtop/ngxtop-0.0.3_pre141201.ebuild
index 95389a72fffbc466b1455bd0494ebdefc44e388e..d21921a5c78d43ab72337d436a5c540ef579bc1e 100644
(file)
--- 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-201
4
Gentoo Foundation
+# Copyright 1999-201
6
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