projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58dbddd
)
app-admin/ngxtop: Remove Python 2
author
Michał Górny
<mgorny@gentoo.org>
Thu, 16 Jan 2020 05:44:11 +0000
(06:44 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Thu, 16 Jan 2020 06:04:56 +0000
(07:04 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
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 6b3bb5393128297b461df39c0e31fd435c5f8dfe..3b1214dbc2b68add276bad931c3ddb4ee7f233de 100644
(file)
--- 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=( python
3_6
)
PYTHON_REQ_USE="sqlite"
inherit distutils-r1