Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus/
Date: Sun, 11 Oct 2020 20:26:35
Message-Id: 1602447886.f3e472222b1c2088d1254d2d98aa6be9e0d3af78.leio@gentoo
1 commit: f3e472222b1c2088d1254d2d98aa6be9e0d3af78
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 20:24:32 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 20:24:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3e47222
7
8 app-i18n/ibus-1.5.22: restrict max vala
9
10 Fails to compile with vala:0.50, should work with backported patch
11 or in upcoming 1.5.24 release:
12 https://github.com/ibus/ibus/issues/2265
13
14 Package-Manager: Portage-2.3.103, Repoman-2.3.20
15 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
16
17 app-i18n/ibus/ibus-1.5.22.ebuild | 1 +
18 1 file changed, 1 insertion(+)
19
20 diff --git a/app-i18n/ibus/ibus-1.5.22.ebuild b/app-i18n/ibus/ibus-1.5.22.ebuild
21 index 5eae573dbe9..f7c9f747cdd 100644
22 --- a/app-i18n/ibus/ibus-1.5.22.ebuild
23 +++ b/app-i18n/ibus/ibus-1.5.22.ebuild
24 @@ -4,6 +4,7 @@
25 EAPI=7
26 PYTHON_COMPAT=( python{3_6,3_7,3_8} )
27 VALA_MIN_API_VERSION="0.34"
28 +VALA_MAX_API_VERSION="0.48"
29 VALA_USE_DEPEND="vapigen"
30
31 inherit autotools bash-completion-r1 gnome2-utils python-r1 vala virtualx xdg-utils