diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-03-31 00:05:40 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-03-31 00:05:57 +0200 |
commit | 6c5d3069a3bd894d84b88bd649f3e8fa3aa9dba5 (patch) | |
tree | 5db6128ce2c544b49ebf792cad7388947cbb317d /gnome-base/gnome-shell | |
parent | gnome-base/gnome-settings-daemon: remove old (diff) | |
download | gentoo-6c5d3069a3bd894d84b88bd649f3e8fa3aa9dba5.tar.gz gentoo-6c5d3069a3bd894d84b88bd649f3e8fa3aa9dba5.tar.bz2 gentoo-6c5d3069a3bd894d84b88bd649f3e8fa3aa9dba5.zip |
gnome-base/gnome-shell: raise gjs requirement
3.30 needs at least gjs-1.49.4 for Object.values() methods, probably
more. Just bump the req to 1.54.0, released in the same cycle as
gnome-shell-3.30, as there may be other runtime requirements.
gnome-shell-3.32 has the req bumped to 1.54.0 already, so nothing to
upstream.
Closes: https://bugs.gentoo.org/681712
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'gnome-base/gnome-shell')
-rw-r--r-- | gnome-base/gnome-shell/gnome-shell-3.30.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-base/gnome-shell/gnome-shell-3.30.2.ebuild b/gnome-base/gnome-shell/gnome-shell-3.30.2.ebuild index 49ce9e97ba32..54d8d3fd4fc6 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.30.2.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.30.2.ebuild @@ -28,7 +28,7 @@ COMMON_DEPEND=" >=gnome-base/gnome-desktop-3.7.90:3=[introspection] >=dev-libs/glib-2.57.2:2 >=dev-libs/gobject-introspection-1.49.1:= - >=dev-libs/gjs-1.47.0 + >=dev-libs/gjs-1.54.0 >=x11-libs/gtk+-3.15.0:3[introspection] nsplugin? ( >=dev-libs/json-glib-0.13.2 ) >=x11-wm/mutter-3.30.1:0/3[introspection] |