diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-12-13 20:06:56 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-12-13 20:47:42 +0200 |
commit | c03e21d1d3261e4217240eedc1d6e971ea11bbf6 (patch) | |
tree | b5baaaa9b77afa952e9e3f6366743a8e6414387b /gnome-extra | |
parent | gnome-extra/gnome-calendar: bump to 3.38.1 (diff) | |
download | gentoo-c03e21d1d3261e4217240eedc1d6e971ea11bbf6.tar.gz gentoo-c03e21d1d3261e4217240eedc1d6e971ea11bbf6.tar.bz2 gentoo-c03e21d1d3261e4217240eedc1d6e971ea11bbf6.zip |
gnome-extra/gnome-contacts-3.36: restrict to max vala:0.48
Fails to compile with vala:0.50
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/gnome-contacts/gnome-contacts-3.36.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.36.2.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.36.2.ebuild index 78a498c0a000..669b2a1ab433 100644 --- a/gnome-extra/gnome-contacts/gnome-contacts-3.36.2.ebuild +++ b/gnome-extra/gnome-contacts/gnome-contacts-3.36.2.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 +VALA_MAX_API_VERSION="0.48" inherit gnome.org gnome2-utils meson vala xdg |