diff options
author | Mikhail Pukhlikov <cynede@gentoo.org> | 2019-02-14 12:45:28 +0400 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2019-02-20 23:18:55 +0900 |
commit | b0c9ca2ac13b429d571a52becd533b73f7035cab (patch) | |
tree | 0c538aa372d8a8cb61158192b91aaf72a88bdf4f /app-i18n | |
parent | sys-kernel/gentoo-sources: Linuxpatch 4.9.159 (diff) | |
download | gentoo-b0c9ca2ac13b429d571a52becd533b73f7035cab.tar.gz gentoo-b0c9ca2ac13b429d571a52becd533b73f7035cab.tar.bz2 gentoo-b0c9ca2ac13b429d571a52becd533b73f7035cab.zip |
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 <cynede@gentoo.org>
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Package-Manager: Portage-2.3.60, Repoman-2.3.12
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus/ibus-1.5.19.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |