projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24ec596
)
dev-python/os-ken: Remove Python 2 support
author
Michał Górny
<mgorny@gentoo.org>
Sun, 12 Jan 2020 21:17:06 +0000
(22:17 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 13 Jan 2020 09:45:15 +0000
(10:45 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/os-ken/os-ken-0.3.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/os-ken/os-ken-0.3.1.ebuild
b/dev-python/os-ken/os-ken-0.3.1.ebuild
index d02479f2e7977a87f04e45fe8a42a85e8e55a8e9..2239b731e389ae3a73e12d0bc441784637dc44ed 100644
(file)
--- a/
dev-python/os-ken/os-ken-0.3.1.ebuild
+++ b/
dev-python/os-ken/os-ken-0.3.1.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python
2_7 python
3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1