Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/caribou/
Date: Mon, 31 May 2021 15:27:31
Message-Id: 1622474740.daceb717f3b577a091b3d5f719ae197d60788eff.gyakovlev@gentoo
1 commit: daceb717f3b577a091b3d5f719ae197d60788eff
2 Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
3 AuthorDate: Sun May 30 05:16:01 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 15:25:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daceb717
7
8 app-accessibility/caribou: Set vala max api version to fix build
9
10 Pr: https://github.com/gentoo/gentoo/pull/21047
11 Closes: https://bugs.gentoo.org/784842
12 Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
13 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
14
15 app-accessibility/caribou/caribou-0.4.21-r3.ebuild | 2 ++
16 1 file changed, 2 insertions(+)
17
18 diff --git a/app-accessibility/caribou/caribou-0.4.21-r3.ebuild b/app-accessibility/caribou/caribou-0.4.21-r3.ebuild
19 index 69622f67cff..db6f5706281 100644
20 --- a/app-accessibility/caribou/caribou-0.4.21-r3.ebuild
21 +++ b/app-accessibility/caribou/caribou-0.4.21-r3.ebuild
22 @@ -6,6 +6,8 @@ EAPI=7
23 PYTHON_COMPAT=( python3_{7..9} )
24 PYTHON_REQ_USE="xml"
25
26 +VALA_MAX_API_VERSION="0.50"
27 +
28 inherit gnome.org gnome2-utils python-single-r1 vala
29
30 DESCRIPTION="Input assistive technology intended for switch and pointer users"