app-i18n/ibus-libpinyin: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 11:26:08 +0000 (12:26 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 11:53:52 +0000 (12:53 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-i18n/ibus-libpinyin/ibus-libpinyin-1.10.0-r1.ebuild
app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.1-r1.ebuild

index d66e92b25ef928e529b0511ee09adda65380ac69..3d7dd517debe755a1e25e1e53cc91838a1444ff6 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 PYTHON_REQ_USE="sqlite(+)"
 
 inherit autotools gnome2-utils python-single-r1
index f60c0c9f790403ed43fb3e43952a50e4385356e3..280d6386f779dd375175c375e5ae950de1169e38 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit autotools gnome2-utils python-single-r1