projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8252f46
)
app-portage/portpeek: Remove Python 2
author
Mike Pagano
<mpagano@gentoo.org>
Thu, 16 Jan 2020 13:32:15 +0000
(08:32 -0500)
committer
Mike Pagano
<mpagano@gentoo.org>
Thu, 16 Jan 2020 13:32:15 +0000
(08:32 -0500)
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
app-portage/portpeek/portpeek-2.1.27.ebuild
patch
|
blob
|
history
diff --git
a/app-portage/portpeek/portpeek-2.1.27.ebuild
b/app-portage/portpeek/portpeek-2.1.27.ebuild
index bc6c2290c0d5ca1712195e0591ac4a362270f5c6..87f1436ad32319932aeb6f4523665dc514dc4ab9 100644
(file)
--- a/
app-portage/portpeek/portpeek-2.1.27.ebuild
+++ b/
app-portage/portpeek/portpeek-2.1.27.ebuild
@@
-3,7
+3,7
@@
EAPI="6"
-PYTHON_COMPAT=( python
2_7 python
3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit python-r1