diff options
author | Matthew S. Turnbull <sparky@bluefang-logic.com> | 2021-05-30 01:16:01 -0400 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-05-31 08:25:40 -0700 |
commit | daceb717f3b577a091b3d5f719ae197d60788eff (patch) | |
tree | ecd89ba449b76ea7992a64c7a680a6f041b2e77b /app-accessibility/caribou | |
parent | dev-util/uftrace: fix calling of gcc directly (diff) | |
download | gentoo-daceb717f3b577a091b3d5f719ae197d60788eff.tar.gz gentoo-daceb717f3b577a091b3d5f719ae197d60788eff.tar.bz2 gentoo-daceb717f3b577a091b3d5f719ae197d60788eff.zip |
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@bluefang-logic.com>
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-accessibility/caribou')
-rw-r--r-- | app-accessibility/caribou/caribou-0.4.21-r3.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-accessibility/caribou/caribou-0.4.21-r3.ebuild b/app-accessibility/caribou/caribou-0.4.21-r3.ebuild index 69622f67cffb..db6f57062819 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" |