From: Michał Górny Date: Mon, 10 Feb 2020 11:25:53 +0000 (+0100) Subject: app-i18n/ibus-hangul: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ae729e62311e1999593b730664e34b4f09defb57;p=gentoo.git app-i18n/ibus-hangul: Remove py2 Signed-off-by: Michał Górny --- diff --git a/app-i18n/ibus-hangul/ibus-hangul-1.5.1-r1.ebuild b/app-i18n/ibus-hangul/ibus-hangul-1.5.1-r1.ebuild index a916c7db5b8c..87d78aa62e74 100644 --- a/app-i18n/ibus-hangul/ibus-hangul-1.5.1-r1.ebuild +++ b/app-i18n/ibus-hangul/ibus-hangul-1.5.1-r1.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 gnome2-utils python-single-r1