From: Michał Górny Date: Thu, 7 May 2020 13:10:51 +0000 (+0200) Subject: app-misc/evemu: Remove py2.7 where possible X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=52830562c83a5f9d0dcd42b1daaefdc0e535e646;p=gentoo.git app-misc/evemu: Remove py2.7 where possible Signed-off-by: Michał Górny --- 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