diff options
author | Jay Faulkner <jay@jvf.cc> | 2022-04-16 16:33:43 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-04-16 17:44:18 -0700 |
commit | 3acb14fad25898657881117d29966ef8c20a11c5 (patch) | |
tree | 62695d37a738226e3bf6acb27d6c1a97f43801b7 | |
parent | sys-apps/portage: Revision bumps without changes for bug 833582 (diff) | |
download | gentoo-3acb14fad25898657881117d29966ef8c20a11c5.tar.gz gentoo-3acb14fad25898657881117d29966ef8c20a11c5.tar.bz2 gentoo-3acb14fad25898657881117d29966ef8c20a11c5.zip |
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@jvf.cc>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r-- | gnome-extra/gnome-contacts/gnome-contacts-42.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 |