From b0c9ca2ac13b429d571a52becd533b73f7035cab Mon Sep 17 00:00:00 2001 From: Mikhail Pukhlikov Date: Thu, 14 Feb 2019 12:45:28 +0400 Subject: app-i18n/ibus: limit max vala version, add python3.7 Closes: https://bugs.gentoo.org/677972 Closes: https://github.com/gentoo/gentoo/pull/11048 Signed-off-by: Mikhail Pukhlikov Signed-off-by: Akinori Hattori Package-Manager: Portage-2.3.60, Repoman-2.3.12 --- app-i18n/ibus/ibus-1.5.19.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app-i18n') diff --git a/app-i18n/ibus/ibus-1.5.19.ebuild b/app-i18n/ibus/ibus-1.5.19.ebuild index 5b5724779a5d..d39593776ec0 100644 --- a/app-i18n/ibus/ibus-1.5.19.ebuild +++ b/app-i18n/ibus/ibus-1.5.19.ebuild @@ -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 -- cgit v1.2.3-65-gdbad