Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gjs/
Date: Fri, 24 Feb 2017 21:29:48
Message-Id: 1487971592.9b68cd4418367d957929c41799ad3664f0580944.xmw@gentoo
1 commit: 9b68cd4418367d957929c41799ad3664f0580944
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 24 21:26:32 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 24 21:26:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b68cd44
7
8 dev-libs/gjs: arm stable (bug 606818)
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 RepoMan-Options: --include-arches="ppc64"
12
13 dev-libs/gjs/gjs-1.46.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/gjs/gjs-1.46.0.ebuild b/dev-libs/gjs/gjs-1.46.0.ebuild
17 index 6901493585..2cf6bac477 100644
18 --- a/dev-libs/gjs/gjs-1.46.0.ebuild
19 +++ b/dev-libs/gjs/gjs-1.46.0.ebuild
20 @@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Gjs"
21 LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
22 SLOT="0"
23 IUSE="+cairo examples gtk test"
24 -KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86"
25 +KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86"
26
27 RDEPEND="
28 >=dev-libs/glib-2.36:2