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 8A61D1382C5 for ; Thu, 4 Jan 2018 22:00:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E27A0E0ABA; Thu, 4 Jan 2018 22:00:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 BE9EAE0ABA for ; Thu, 4 Jan 2018 22:00:11 +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 7B52C335C3B for ; Thu, 4 Jan 2018 22:00:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD5B717B for ; Thu, 4 Jan 2018 22:00:07 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1515103163.7febe5af2ca0cc6370bf47d5c0d3ff733603ed85.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gjs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/gjs/gjs-1.48.7.ebuild X-VCS-Directories: dev-libs/gjs/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 7febe5af2ca0cc6370bf47d5c0d3ff733603ed85 X-VCS-Branch: master Date: Thu, 4 Jan 2018 22:00:07 +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: 6088eaec-4232-46ec-ace2-b359f77d6cf5 X-Archives-Hash: 5a20a00ea828b4e585cdcd30973f73b9 commit: 7febe5af2ca0cc6370bf47d5c0d3ff733603ed85 Author: Pacho Ramos gentoo org> AuthorDate: Thu Jan 4 21:59:23 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Jan 4 21:59:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7febe5af dev-libs/gjs: It will need to be rebuilt when readline subslot changes Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-libs/gjs/gjs-1.48.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/gjs/gjs-1.48.7.ebuild b/dev-libs/gjs/gjs-1.48.7.ebuild index a1e72ae1d19..cf678c8db0c 100644 --- a/dev-libs/gjs/gjs-1.48.7.ebuild +++ b/dev-libs/gjs/gjs-1.48.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ RDEPEND=" >=dev-libs/glib-2.52.1 >=dev-libs/gobject-introspection-1.52.1:= - sys-libs/readline:0 + sys-libs/readline:0= dev-lang/spidermonkey:38 virtual/libffi cairo? ( x11-libs/cairo[X] )