Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cjs/
Date: Sat, 01 Oct 2016 00:55:15
Message-Id: 1475283231.bf51bad93df3577befaa3560ca7375c7d70176f0.pacho@gentoo
1 commit: bf51bad93df3577befaa3560ca7375c7d70176f0
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 22:51:08 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 1 00:53:51 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf51bad9
7
8 gnome-extra/cjs: x86 stable, bug 587010
9
10 Package-Manager: portage-2.3.0
11 RepoMan-Options: --include-arches="x86"
12
13 gnome-extra/cjs/cjs-3.0.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/gnome-extra/cjs/cjs-3.0.1.ebuild b/gnome-extra/cjs/cjs-3.0.1.ebuild
17 index c097b54..295ec2a 100644
18 --- a/gnome-extra/cjs/cjs-3.0.1.ebuild
19 +++ b/gnome-extra/cjs/cjs-3.0.1.ebuild
20 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/linuxmint/cjs/archive/${PV}.tar.gz -> ${P}.tar.gz"
21 LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
22 SLOT="0"
23 IUSE="+cairo examples gtk test"
24 -KEYWORDS="amd64 ~x86"
25 +KEYWORDS="amd64 x86"
26
27 RDEPEND="
28 dev-lang/spidermonkey:24