net-irc/polari: restrict to older gjs
authorMart Raudsepp <leio@gentoo.org>
Sun, 17 Mar 2019 12:14:19 +0000 (14:14 +0200)
committerMart Raudsepp <leio@gentoo.org>
Sun, 17 Mar 2019 14:09:21 +0000 (16:09 +0200)
3.28 and older polari use conditional catch statements, which
were a mozilla extension that are dropped with mozjs60/gjs-1.54

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
net-irc/polari/polari-3.24.2.ebuild
net-irc/polari/polari-3.26.2.ebuild
net-irc/polari/polari-3.28.1.ebuild

index 7b11a06be695600b614dd893b51fcd5650aa839e..b97448ba44bc9522490bfd68a50535a0340787fb 100644 (file)
@@ -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
@@ -19,6 +19,7 @@ COMMON_DEPEND="
        >=dev-libs/glib-2.43.4:2
        >=dev-libs/gobject-introspection-1.50:=
        >=dev-libs/gjs-1.45.3
+       <dev-libs/gjs-1.53
        x11-libs/gdk-pixbuf:2[introspection]
        >=app-text/gspell-1.4.0[introspection]
        x11-libs/pango[introspection]
index 1ee35718d2ab01658a93c3a1139b9b75a963ef32..3d053cc6159a8a5af7d01d327c67984f37f9a0f9 100644 (file)
@@ -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
@@ -19,6 +19,7 @@ COMMON_DEPEND="
        net-libs/telepathy-glib[introspection]
        >=dev-libs/gobject-introspection-1.50:=
        >=dev-libs/gjs-1.50
+       <dev-libs/gjs-1.53
 
        x11-libs/gdk-pixbuf:2[introspection]
        >=app-text/gspell-1.4.0[introspection]
index 5c76f55dda852a8ac8c1bd084d8f2eeec5b200ce..f818799f5352ff7191bb1b6af22e0b2009acf788 100644 (file)
@@ -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
@@ -19,6 +19,7 @@ COMMON_DEPEND="
        net-libs/telepathy-glib[introspection]
        >=dev-libs/gobject-introspection-1.50:=
        >=dev-libs/gjs-1.50
+       <dev-libs/gjs-1.53
 
        x11-libs/gdk-pixbuf:2[introspection]
        >=app-text/gspell-1.4.0[introspection]