diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-07-28 09:02:29 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-07-28 09:42:09 +0300 |
commit | bc9e21e2980e173ef3f68f10649ba414beba7a5f (patch) | |
tree | c91f24aced2a8469d840d18618043f7a103a3148 /gnome-base | |
parent | app-i18n/ibus-1.5.19: restrict max vala (diff) | |
download | gentoo-bc9e21e2980e173ef3f68f10649ba414beba7a5f.tar.gz gentoo-bc9e21e2980e173ef3f68f10649ba414beba7a5f.tar.bz2 gentoo-bc9e21e2980e173ef3f68f10649ba414beba7a5f.zip |
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@gentoo.org>
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/dconf-editor/dconf-editor-3.30.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 |