From 14e4aec9090c8ef3d273b12b697f84333b08b958 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 7 May 2020 15:10:34 +0200 Subject: [PATCH] app-misc/byobu: Remove py2.7 where possible MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- app-misc/byobu/byobu-5.129.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2