app-i18n/ibus: limit max vala version, add python3.7
authorMikhail Pukhlikov <cynede@gentoo.org>
Thu, 14 Feb 2019 08:45:28 +0000 (12:45 +0400)
committerAkinori Hattori <hattya@gentoo.org>
Wed, 20 Feb 2019 14:18:55 +0000 (23:18 +0900)
Closes: https://bugs.gentoo.org/677972
Closes: https://github.com/gentoo/gentoo/pull/11048
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Package-Manager: Portage-2.3.60, Repoman-2.3.12

app-i18n/ibus/ibus-1.5.19.ebuild

index 5b5724779a5d21cc9a71462059658cee17411fa5..d39593776ec0e2868a731481c2380a75e7599e1b 100644 (file)
@@ -2,8 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
 VALA_MIN_API_VERSION="0.34"
+VALA_MAX_API_VERSION="0.36"
 VALA_USE_DEPEND="vapigen"
 
 inherit autotools bash-completion-r1 gnome2-utils python-r1 vala virtualx xdg-utils