From: Michał Górny Date: Thu, 7 May 2020 13:10:06 +0000 (+0200) Subject: app-i18n/nkf: Remove py2.7 where possible X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6ed5a4da703db158a0bb04008174c32f20dc3079;p=gentoo.git app-i18n/nkf: Remove py2.7 where possible Signed-off-by: Michał Górny --- diff --git a/app-i18n/nkf/nkf-2.1.4.ebuild b/app-i18n/nkf/nkf-2.1.4.ebuild index 313a6e04ac42..25f4cbcc3d49 100644 --- a/app-i18n/nkf/nkf-2.1.4.ebuild +++ b/app-i18n/nkf/nkf-2.1.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 perl-module toolchain-funcs vcs-snapshot