commit: bc9e21e2980e173ef3f68f10649ba414beba7a5f Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Sun Jul 28 06:02:29 2019 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Sun Jul 28 06:42:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc9e21e2
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 <leio <AT> gentoo.org> 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 fb3643830b1..3e8674b6f05 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
