From bc9e21e2980e173ef3f68f10649ba414beba7a5f Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Sun, 28 Jul 2019 09:02:29 +0300 Subject: [PATCH] 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 --- gnome-base/dconf-editor/dconf-editor-3.30.2.ebuild | 1 + 1 file changed, 1 insertion(+) 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 -- 2.26.2