From: Michał Górny Date: Thu, 7 May 2020 13:10:34 +0000 (+0200) Subject: app-misc/byobu: Remove py2.7 where possible X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=14e4aec9090c8ef3d273b12b697f84333b08b958;p=gentoo.git app-misc/byobu: Remove py2.7 where possible Signed-off-by: Michał Górny --- diff --git a/app-misc/byobu/byobu-5.129.ebuild b/app-misc/byobu/byobu-5.129.ebuild index 2719fbfec1c4..9529149bb4e5 100644 --- 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=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit python-single-r1