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 5381C138334 for ; Mon, 10 Sep 2018 21:33:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4A15E0CD7; Mon, 10 Sep 2018 21:33:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 90444E0CD7 for ; Mon, 10 Sep 2018 21:33:56 +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 6437B335D1B for ; Mon, 10 Sep 2018 21:33:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B86223BB for ; Mon, 10 Sep 2018 21:33:53 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1536570802.f3b37ec99b666d2803b2574ab82f785a6094df74.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/gjs/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-libs/gjs/gjs-1.50.4.ebuild dev-libs/gjs/gjs-9999.ebuild X-VCS-Directories: dev-libs/gjs/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: f3b37ec99b666d2803b2574ab82f785a6094df74 X-VCS-Branch: master Date: Mon, 10 Sep 2018 21:33:53 +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-Archives-Salt: 0b6f20db-4077-4e99-8951-19c98d841400 X-Archives-Hash: d282f21aa8e3fa4945f47e532f2c49a0 commit: f3b37ec99b666d2803b2574ab82f785a6094df74 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Sep 10 09:11:21 2018 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon Sep 10 09:13:22 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=f3b37ec9 dev-libs/gjs: needs to be rebuilt on readline subslot changes See gentoo repository commit 7febe5af2ca0cc6370bf47d5c0d3ff733603ed85. Package-Manager: Portage-2.3.49, Repoman-2.3.10 Manifest-Sign-Key: 0x5A56C8CD0C13248A dev-libs/gjs/gjs-1.50.4.ebuild | 2 +- dev-libs/gjs/gjs-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/gjs/gjs-1.50.4.ebuild b/dev-libs/gjs/gjs-1.50.4.ebuild index e8b36619..44bd9b35 100644 --- a/dev-libs/gjs/gjs-1.50.4.ebuild +++ b/dev-libs/gjs/gjs-1.50.4.ebuild @@ -16,7 +16,7 @@ RDEPEND=" >=dev-libs/glib-2.52.1 >=dev-libs/gobject-introspection-1.53.4:= - sys-libs/readline:0 + sys-libs/readline:0= dev-lang/spidermonkey:52 virtual/libffi cairo? ( x11-libs/cairo[X] ) diff --git a/dev-libs/gjs/gjs-9999.ebuild b/dev-libs/gjs/gjs-9999.ebuild index 23f95c28..37bc4cd9 100644 --- a/dev-libs/gjs/gjs-9999.ebuild +++ b/dev-libs/gjs/gjs-9999.ebuild @@ -23,7 +23,7 @@ RDEPEND=" >=dev-libs/glib-2.52.1 >=dev-libs/gobject-introspection-1.53.4.1:= - sys-libs/readline:0 + sys-libs/readline:0= dev-lang/spidermonkey:52 virtual/libffi cairo? ( x11-libs/cairo[X] )