app-misc/byobu: Remove py2.7 where possible
authorMichał Górny <mgorny@gentoo.org>
Thu, 7 May 2020 13:10:34 +0000 (15:10 +0200)
committerMichał 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

index 2719fbfec1c45634be4d9a9af6325cf2ca336f7f..9529149bb4e54071d7a64b96908a9f2ae0554858 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit python-single-r1