commit: a7e7aa4eb2a7b7ab4a72b5fa20c75f767783dade Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Tue Apr 19 05:43:02 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Tue Apr 19 05:46:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7e7aa4e
mail-client/geary: Set VALA_MAX_API_VERSION="0.54" Closes: https://bugs.gentoo.org/837713 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> mail-client/geary/geary-40.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/mail-client/geary/geary-40.0-r1.ebuild b/mail-client/geary/geary-40.0-r1.ebuild index d0abb5b348fa..9b3196a2df32 100644 --- a/mail-client/geary/geary-40.0-r1.ebuild +++ b/mail-client/geary/geary-40.0-r1.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) VALA_MIN_API_VERSION="0.48" +VALA_MAX_API_VERSION="0.54" inherit gnome.org gnome2-utils meson python-any-r1 vala virtualx xdg
