Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/spidermonkey/
Date: Tue, 09 Jan 2018 02:04:48
Message-Id: 1515455864.3382b9546b09bba6137cbb886633d3b0ebe9c5d7.whissi@gentoo
1 commit: 3382b9546b09bba6137cbb886633d3b0ebe9c5d7
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 8 23:53:03 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 8 23:57:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3382b954
7
8 dev-lang/spidermonkey: x86 stable (bug #619820)
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-lang/spidermonkey/spidermonkey-38.2.1_rc0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-lang/spidermonkey/spidermonkey-38.2.1_rc0.ebuild b/dev-lang/spidermonkey/spidermonkey-38.2.1_rc0.ebuild
16 index c55476923b0..476c5c40b78 100644
17 --- a/dev-lang/spidermonkey/spidermonkey-38.2.1_rc0.ebuild
18 +++ b/dev-lang/spidermonkey/spidermonkey-38.2.1_rc0.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 @@ -14,7 +14,7 @@ SRC_URI="https://people.mozilla.org/~sstangl/${MY_P}.tar.bz2
26
27 LICENSE="NPL-1.1"
28 SLOT="38"
29 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
30 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
31 IUSE="debug +jit minimal static-libs +system-icu test"
32
33 RESTRICT="ia64? ( test )"