commit:     4c9a8689f358ac2f0a3bdba20b1c5e324130a03f
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 17 11:44:26 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 14:04:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c9a8689

gnome-base/gnome-shell: restrict to older gjs

3.28 and older crash without upstream commit e36ba874
"Stop using conditional catch statements
It is a mozilla extension that is going away in SpiderMonkey 60."

It trivially applies to 3.28, after which 3.28 appears to work
fine with newer gjs, but we'll be bumping gnome-shell to 3.30
very soon anyways. Plus there seem to be non-crashing issues from
using newer gjs with gnome-shell-3.28 (missing labels in GPG/SSH
password dialogs for example).

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 gnome-base/gnome-shell/gnome-shell-3.24.3.ebuild    | 3 ++-
 gnome-base/gnome-shell/gnome-shell-3.26.2-r4.ebuild | 3 ++-
 gnome-base/gnome-shell/gnome-shell-3.28.3.ebuild    | 1 +
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnome-base/gnome-shell/gnome-shell-3.24.3.ebuild 
b/gnome-base/gnome-shell/gnome-shell-3.24.3.ebuild
index d163df856f8..4639ca5f872 100644
--- a/gnome-base/gnome-shell/gnome-shell-3.24.3.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-3.24.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -27,6 +27,7 @@ COMMON_DEPEND="
        >=app-crypt/gcr-3.7.5[introspection]
        >=dev-libs/glib-2.45.3:2[dbus]
        >=dev-libs/gjs-1.47.0
+       <dev-libs/gjs-1.53
        >=dev-libs/gobject-introspection-1.49.1:=
        dev-libs/libical:=
        >=x11-libs/gtk+-3.15.0:3[introspection]

diff --git a/gnome-base/gnome-shell/gnome-shell-3.26.2-r4.ebuild 
b/gnome-base/gnome-shell/gnome-shell-3.26.2-r4.ebuild
index 6ebaf3f99c3..af185e103a1 100644
--- a/gnome-base/gnome-shell/gnome-shell-3.26.2-r4.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-3.26.2-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -29,6 +29,7 @@ COMMON_DEPEND="
        >=dev-libs/glib-2.53.0:2
        >=dev-libs/gobject-introspection-1.49.1:=
        >=dev-libs/gjs-1.47.0
+       <dev-libs/gjs-1.53
        >=x11-libs/gtk+-3.15.0:3[introspection]
        nsplugin? ( >=dev-libs/json-glib-0.13.2 )
        >=x11-wm/mutter-3.24.0:0/1[introspection]

diff --git a/gnome-base/gnome-shell/gnome-shell-3.28.3.ebuild 
b/gnome-base/gnome-shell/gnome-shell-3.28.3.ebuild
index a6c40a3bf61..42564e155a8 100644
--- a/gnome-base/gnome-shell/gnome-shell-3.28.3.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-3.28.3.ebuild
@@ -29,6 +29,7 @@ COMMON_DEPEND="
        >=dev-libs/glib-2.56.0:2
        >=dev-libs/gobject-introspection-1.49.1:=
        >=dev-libs/gjs-1.47.0
+       <dev-libs/gjs-1.53
        >=x11-libs/gtk+-3.15.0:3[introspection]
        nsplugin? ( >=dev-libs/json-glib-0.13.2 )
        >=x11-wm/mutter-3.28.0:0/2[introspection]

Reply via email to