Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gjs/
Date: Sun, 07 Oct 2018 00:16:28
Message-Id: 1538871373.da472b6cc5489a29a4d2dae7fd236e3eb6091582.mattst88@gentoo
1 commit: da472b6cc5489a29a4d2dae7fd236e3eb6091582
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 7 00:15:25 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 7 00:16:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da472b6c
7
8 dev-libs/gjs-1.48.7: ppc stable, bug 660314
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-libs/gjs/gjs-1.48.7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/gjs/gjs-1.48.7.ebuild b/dev-libs/gjs/gjs-1.48.7.ebuild
16 index 36fbc7bb093..257b11cc961 100644
17 --- a/dev-libs/gjs/gjs-1.48.7.ebuild
18 +++ b/dev-libs/gjs/gjs-1.48.7.ebuild
19 @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Gjs"
20 LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
21 SLOT="0"
22 IUSE="+cairo examples gtk test"
23 -KEYWORDS="alpha amd64 ~arm ia64 ~ppc ~ppc64 sparc x86"
24 +KEYWORDS="alpha amd64 ~arm ia64 ppc ~ppc64 sparc x86"
25
26 RDEPEND="
27 >=dev-libs/glib-2.52.1