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: Wed, 01 May 2019 04:32:30
Message-Id: 1556685134.cffa31cdaece68b785983aa5b6ae527e7fecc92c.mattst88@gentoo
1 commit: cffa31cdaece68b785983aa5b6ae527e7fecc92c
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 1 04:32:00 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed May 1 04:32:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cffa31cd
7
8 dev-libs/gjs-1.48.7: ppc64 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 05b6ca3ead4..7766348989c 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