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 6D51C138334 for ; Sat, 30 Mar 2019 22:21:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40724E0870; Sat, 30 Mar 2019 22:21:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 179BEE0870 for ; Sat, 30 Mar 2019 22:21:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7E684335CFF for ; Sat, 30 Mar 2019 22:21:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D61D0581 for ; Sat, 30 Mar 2019 22:21:06 +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: <1553983557.6c5d3069a3bd894d84b88bd649f3e8fa3aa9dba5.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-shell/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome-shell/gnome-shell-3.30.2.ebuild X-VCS-Directories: gnome-base/gnome-shell/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 6c5d3069a3bd894d84b88bd649f3e8fa3aa9dba5 X-VCS-Branch: master Date: Sat, 30 Mar 2019 22:21:06 +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: 98045c52-66c9-4124-807f-f14bfceeaf74 X-Archives-Hash: b7faa0b96e2fde466332a5919404f4d1 commit: 6c5d3069a3bd894d84b88bd649f3e8fa3aa9dba5 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Mar 30 22:05:40 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Mar 30 22:05:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c5d3069 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 gentoo.org> gnome-base/gnome-shell/gnome-shell-3.30.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 49ce9e97ba3..54d8d3fd4fc 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]