diff options
author | Akinori Hattori <hattya@gentoo.org> | 2019-03-02 21:29:22 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2019-03-02 21:29:22 +0900 |
commit | bc567f091355a2bb2376b5b07d00680a9cbe42e1 (patch) | |
tree | 5d0ab072b2f3bfb8a5b842c205350faadcdfb7ea /app-i18n | |
parent | kde-misc/latte-dock: Drop 0.8.6-r1 (diff) | |
download | gentoo-bc567f091355a2bb2376b5b07d00680a9cbe42e1.tar.gz gentoo-bc567f091355a2bb2376b5b07d00680a9cbe42e1.tar.bz2 gentoo-bc567f091355a2bb2376b5b07d00680a9cbe42e1.zip |
app-i18n/ibus: restrict >=dev-lang/vala-0.44
Bug: https://bugs.gentoo.org/677972
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus/ibus-1.5.18.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-i18n/ibus/ibus-1.5.18.ebuild b/app-i18n/ibus/ibus-1.5.18.ebuild index 711a75dbc83f..99eecac986fa 100644 --- a/app-i18n/ibus/ibus-1.5.18.ebuild +++ b/app-i18n/ibus/ibus-1.5.18.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) VALA_MIN_API_VERSION="0.34" +VALA_MAX_API_VERSION="0.42" VALA_USE_DEPEND="vapigen" inherit autotools bash-completion-r1 gnome2-utils python-r1 vala virtualx xdg-utils |