diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-03-17 14:14:19 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-03-17 16:09:21 +0200 |
commit | 54b5a08adcbc9dc50829706d4efdec248b2ff911 (patch) | |
tree | 50e85c4f127e2d268173448b976f19fcd8fff5b7 /net-irc | |
parent | dev-libs/gjs: bump to 1.54.3 (diff) | |
download | gentoo-54b5a08adcbc9dc50829706d4efdec248b2ff911.tar.gz gentoo-54b5a08adcbc9dc50829706d4efdec248b2ff911.tar.bz2 gentoo-54b5a08adcbc9dc50829706d4efdec248b2ff911.zip |
net-irc/polari: restrict to older gjs
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>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/polari/polari-3.24.2.ebuild | 3 | ||||
-rw-r--r-- | net-irc/polari/polari-3.26.2.ebuild | 3 | ||||
-rw-r--r-- | net-irc/polari/polari-3.28.1.ebuild | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/polari/polari-3.24.2.ebuild b/net-irc/polari/polari-3.24.2.ebuild index 7b11a06be695..b97448ba44bc 100644 --- a/net-irc/polari/polari-3.24.2.ebuild +++ b/net-irc/polari/polari-3.24.2.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 @@ -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] diff --git a/net-irc/polari/polari-3.26.2.ebuild b/net-irc/polari/polari-3.26.2.ebuild index 1ee35718d2ab..3d053cc6159a 100644 --- a/net-irc/polari/polari-3.26.2.ebuild +++ b/net-irc/polari/polari-3.26.2.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 @@ -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] diff --git a/net-irc/polari/polari-3.28.1.ebuild b/net-irc/polari/polari-3.28.1.ebuild index 5c76f55dda85..f818799f5352 100644 --- a/net-irc/polari/polari-3.28.1.ebuild +++ b/net-irc/polari/polari-3.28.1.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 @@ -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] |