commit: daceb717f3b577a091b3d5f719ae197d60788eff Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com> AuthorDate: Sun May 30 05:16:01 2021 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Mon May 31 15:25:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daceb717
app-accessibility/caribou: Set vala max api version to fix build Pr: https://github.com/gentoo/gentoo/pull/21047 Closes: https://bugs.gentoo.org/784842 Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com> Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> app-accessibility/caribou/caribou-0.4.21-r3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-accessibility/caribou/caribou-0.4.21-r3.ebuild b/app-accessibility/caribou/caribou-0.4.21-r3.ebuild index 69622f67cff..db6f5706281 100644 --- a/app-accessibility/caribou/caribou-0.4.21-r3.ebuild +++ b/app-accessibility/caribou/caribou-0.4.21-r3.ebuild @@ -6,6 +6,8 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..9} ) PYTHON_REQ_USE="xml" +VALA_MAX_API_VERSION="0.50" + inherit gnome.org gnome2-utils python-single-r1 vala DESCRIPTION="Input assistive technology intended for switch and pointer users"
