Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus/
Date: Sat, 02 Mar 2019 12:31:20
Message-Id: 1551529762.bc567f091355a2bb2376b5b07d00680a9cbe42e1.hattya@gentoo
1 commit: bc567f091355a2bb2376b5b07d00680a9cbe42e1
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 2 12:29:22 2019 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 2 12:29:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc567f09
7
8 app-i18n/ibus: restrict >=dev-lang/vala-0.44
9
10 Bug: https://bugs.gentoo.org/677972
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 app-i18n/ibus/ibus-1.5.18.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/app-i18n/ibus/ibus-1.5.18.ebuild b/app-i18n/ibus/ibus-1.5.18.ebuild
18 index 711a75dbc83..99eecac986f 100644
19 --- a/app-i18n/ibus/ibus-1.5.18.ebuild
20 +++ b/app-i18n/ibus/ibus-1.5.18.ebuild
21 @@ -1,9 +1,10 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="6"
27 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
28 VALA_MIN_API_VERSION="0.34"
29 +VALA_MAX_API_VERSION="0.42"
30 VALA_USE_DEPEND="vapigen"
31
32 inherit autotools bash-completion-r1 gnome2-utils python-r1 vala virtualx xdg-utils