commit:     3acb14fad25898657881117d29966ef8c20a11c5
Author:     Jay Faulkner <jay <AT> jvf <DOT> cc>
AuthorDate: Sat Apr 16 23:33:43 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 00:44:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3acb14fa

gnome-extra/gnome-contacts: Require >=dev-lang/vala-0.54

Despite the meson.build upstream stating a minimum vala API of 0.40,
any builds with that API or any lower that 0.54 fail.

Closes: https://bugs.gentoo.org/838727
Closes: https://github.com/gentoo/gentoo/pull/25052
Signed-off-by: Jay Faulkner <jay <AT> jvf.cc>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 gnome-extra/gnome-contacts/gnome-contacts-42.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnome-extra/gnome-contacts/gnome-contacts-42.0.ebuild 
b/gnome-extra/gnome-contacts/gnome-contacts-42.0.ebuild
index c324e25a1c75..aaadfc5e4004 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-42.0.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-42.0.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=8
 PYTHON_COMPAT=( python3_{8..10} )
+VALA_MIN_API_VERSION="0.54"
 
 inherit gnome.org gnome2-utils meson python-any-r1 vala xdg
 

Reply via email to