From 52830562c83a5f9d0dcd42b1daaefdc0e535e646 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 7 May 2020 15:10:51 +0200 Subject: app-misc/evemu: Remove py2.7 where possible MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- app-misc/evemu/evemu-2.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/evemu/evemu-2.7.0.ebuild b/app-misc/evemu/evemu-2.7.0.ebuild index 68ce761f6232..64f996d75f11 100644 --- a/app-misc/evemu/evemu-2.7.0.ebuild +++ b/app-misc/evemu/evemu-2.7.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit ltprune python-single-r1 -- cgit v1.2.3-65-gdbad