From: Mart Raudsepp Date: Sun, 28 Jul 2019 06:02:29 +0000 (+0300) Subject: gnome-base/dconf-editor: restrict to <=vala-0.42 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bc9e21e2980e173ef3f68f10649ba414beba7a5f;p=gentoo.git gnome-base/dconf-editor: restrict to <=vala-0.42 vala:0.44 errors out if an odd minor version number glib is targeted and passed to valac. It could probably just be patched to the following glib stable version, which is probably done upstream later on, but just limit for now and will lift the restriction with 3.22 bump. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp --- diff --git a/gnome-base/dconf-editor/dconf-editor-3.30.2.ebuild b/gnome-base/dconf-editor/dconf-editor-3.30.2.ebuild index fb3643830b16..3e8674b6f053 100644 --- a/gnome-base/dconf-editor/dconf-editor-3.30.2.ebuild +++ b/gnome-base/dconf-editor/dconf-editor-3.30.2.ebuild @@ -3,6 +3,7 @@ EAPI=6 VALA_MIN_API_VERSION="0.40" +VALA_MAX_API_VERSION="0.42" inherit gnome.org gnome2-utils meson vala xdg