From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 80842138334 for ; Sun, 17 Mar 2019 14:09:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74921E08F6; Sun, 17 Mar 2019 14:09:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4BF17E08F6 for ; Sun, 17 Mar 2019 14:09:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E81B5335C31 for ; Sun, 17 Mar 2019 14:09:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F12CE56C for ; Sun, 17 Mar 2019 14:09:50 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1552831763.546bff6bd170f7f9c8e7bf29630231418c9059b6.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-documents/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-documents/gnome-documents-3.24.3.ebuild gnome-extra/gnome-documents/gnome-documents-3.26.3.ebuild X-VCS-Directories: gnome-extra/gnome-documents/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 546bff6bd170f7f9c8e7bf29630231418c9059b6 X-VCS-Branch: master Date: Sun, 17 Mar 2019 14:09:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ecd2cf96-f448-4f3e-a8d4-1be2f24d41fa X-Archives-Hash: 1dda1e966d07ec9313b19a626fc89641 commit: 546bff6bd170f7f9c8e7bf29630231418c9059b6 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Mar 17 13:25:16 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Mar 17 14:09:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=546bff6b gnome-extra/gnome-documents: restrict to older gjs Older gnome-documents 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 gentoo.org> gnome-extra/gnome-documents/gnome-documents-3.24.3.ebuild | 2 +- gnome-extra/gnome-documents/gnome-documents-3.26.3.ebuild | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gnome-extra/gnome-documents/gnome-documents-3.24.3.ebuild b/gnome-extra/gnome-documents/gnome-documents-3.24.3.ebuild index 7c9f445132f..fa54ce00c12 100644 --- a/gnome-extra/gnome-documents/gnome-documents-3.24.3.ebuild +++ b/gnome-extra/gnome-documents/gnome-documents-3.24.3.ebuild @@ -16,7 +16,7 @@ KEYWORDS="amd64 x86" COMMON_DEPEND=" >=app-text/evince-3.13.3[introspection] >=net-libs/webkit-gtk-2.6:4[introspection] - dev-libs/gjs + =dev-libs/glib-2.39.3:2 >=dev-libs/gobject-introspection-1.31.6:= >=x11-libs/gtk+-3.22.10:3[introspection] diff --git a/gnome-extra/gnome-documents/gnome-documents-3.26.3.ebuild b/gnome-extra/gnome-documents/gnome-documents-3.26.3.ebuild index 5200a6d762e..21b069891be 100644 --- a/gnome-extra/gnome-documents/gnome-documents-3.26.3.ebuild +++ b/gnome-extra/gnome-documents/gnome-documents-3.26.3.ebuild @@ -17,6 +17,7 @@ COMMON_DEPEND=" >=app-text/evince-3.13.3[introspection] >=net-libs/webkit-gtk-2.6:4[introspection] >=dev-libs/gjs-1.48.0 + =dev-libs/glib-2.39.3:2 >=dev-libs/gobject-introspection-1.31.6:= >=x11-libs/gtk+-3.22.15:3[introspection]