projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ed5a4d
)
app-misc/byobu: Remove py2.7 where possible
author
Michał Górny
<mgorny@gentoo.org>
Thu, 7 May 2020 13:10:34 +0000
(15:10 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Thu, 7 May 2020 13:18:02 +0000
(15:18 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-misc/byobu/byobu-5.129.ebuild
patch
|
blob
|
history
diff --git
a/app-misc/byobu/byobu-5.129.ebuild
b/app-misc/byobu/byobu-5.129.ebuild
index 2719fbfec1c45634be4d9a9af6325cf2ca336f7f..9529149bb4e54071d7a64b96908a9f2ae0554858 100644
(file)
--- a/
app-misc/byobu/byobu-5.129.ebuild
+++ b/
app-misc/byobu/byobu-5.129.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 )
+PYTHON_COMPAT=( python3_6 )
inherit python-single-r1