app-misc/byobu: Remove py3.7 as dev-libs/newt is broken
authorMichał Górny <mgorny@gentoo.org>
Sat, 7 Dec 2019 16:44:46 +0000 (17:44 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 7 Dec 2019 16:58:52 +0000 (17:58 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-misc/byobu/byobu-5.129.ebuild

index 2284610ea606e7ebb00e43f9ede1ab42e13cb4cc..ccb44bcb8188ab1585896262caf3c7d94687a991 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,7} )
+PYTHON_COMPAT=( python2_7 python3_6 )
 
 inherit python-single-r1