diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 12:25:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 12:53:51 +0100 |
commit | ae729e62311e1999593b730664e34b4f09defb57 (patch) | |
tree | 0b3bcaf623085308dc16b0c1ae3f39ebefb3a7de /app-i18n/ibus-hangul | |
parent | app-i18n/ibus-anthy: Remove py2 (diff) | |
download | gentoo-ae729e62311e1999593b730664e34b4f09defb57.tar.gz gentoo-ae729e62311e1999593b730664e34b4f09defb57.tar.bz2 gentoo-ae729e62311e1999593b730664e34b4f09defb57.zip |
app-i18n/ibus-hangul: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-i18n/ibus-hangul')
-rw-r--r-- | app-i18n/ibus-hangul/ibus-hangul-1.5.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |