projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1257c96
)
net-analyzer/flent: Remove Python 2
author
Michał Górny
<mgorny@gentoo.org>
Fri, 17 Jan 2020 09:55:21 +0000
(10:55 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Fri, 17 Jan 2020 10:02:02 +0000
(11:02 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-analyzer/flent/flent-1.0.1-r1.ebuild
patch
|
blob
|
history
diff --git
a/net-analyzer/flent/flent-1.0.1-r1.ebuild
b/net-analyzer/flent/flent-1.0.1-r1.ebuild
index 81ba7b9749a674a60e5d3f40b23f4bab59904f95..e9a575668ac465972a69d8b0f2a7e99c407915b0 100644
(file)
--- a/
net-analyzer/flent/flent-1.0.1-r1.ebuild
+++ b/
net-analyzer/flent/flent-1.0.1-r1.ebuild
@@
-3,7
+3,7
@@
EAPI=6
-PYTHON_COMPAT=( python
2_7 python
3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1