Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gjs/
Date: Thu, 04 Jan 2018 22:00:12
Message-Id: 1515103163.7febe5af2ca0cc6370bf47d5c0d3ff733603ed85.pacho@gentoo
1 commit: 7febe5af2ca0cc6370bf47d5c0d3ff733603ed85
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 4 21:59:23 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 21:59:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7febe5af
7
8 dev-libs/gjs: It will need to be rebuilt when readline subslot changes
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-libs/gjs/gjs-1.48.7.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/gjs/gjs-1.48.7.ebuild b/dev-libs/gjs/gjs-1.48.7.ebuild
16 index a1e72ae1d19..cf678c8db0c 100644
17 --- a/dev-libs/gjs/gjs-1.48.7.ebuild
18 +++ b/dev-libs/gjs/gjs-1.48.7.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -16,7 +16,7 @@ RDEPEND="
26 >=dev-libs/glib-2.52.1
27 >=dev-libs/gobject-introspection-1.52.1:=
28
29 - sys-libs/readline:0
30 + sys-libs/readline:0=
31 dev-lang/spidermonkey:38
32 virtual/libffi
33 cairo? ( x11-libs/cairo[X] )