diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-07-28 08:40:43 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-07-28 09:42:08 +0300 |
commit | 5f860cdb7599eb450e300e46f7a80f5d2714a204 (patch) | |
tree | 803aedace96b51ed7f716f4e703529cc807053f8 /app-i18n | |
parent | app-backup/deja-dup: restrict to older vala (diff) | |
download | gentoo-5f860cdb7599eb450e300e46f7a80f5d2714a204.tar.gz gentoo-5f860cdb7599eb450e300e46f7a80f5d2714a204.tar.bz2 gentoo-5f860cdb7599eb450e300e46f7a80f5d2714a204.zip |
app-i18n/ibus-1.5.19: restrict max vala
Fails to compile with vala:0.44, upstream has it fixed for
1.5.20 already.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus/ibus-1.5.19.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-i18n/ibus/ibus-1.5.19.ebuild b/app-i18n/ibus/ibus-1.5.19.ebuild index 132efcba6083..d69062d99186 100644 --- a/app-i18n/ibus/ibus-1.5.19.ebuild +++ b/app-i18n/ibus/ibus-1.5.19.ebuild @@ -4,6 +4,7 @@ EAPI="6" PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) 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 |