Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/spidermonkey/
Date: Tue, 04 Jun 2019 16:47:15
Message-Id: 1559666825.9671372ccfce24797f82ecd5f6a35b7da4627214.ago@gentoo
1 commit: 9671372ccfce24797f82ecd5f6a35b7da4627214
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 4 16:46:49 2019 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 4 16:47:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9671372c
7
8 dev-lang/spidermonkey: ppc64 stable wrt bug #687072
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12 RepoMan-Options: --include-arches="ppc64"
13
14 dev-lang/spidermonkey/spidermonkey-1.8.5-r7.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-lang/spidermonkey/spidermonkey-1.8.5-r7.ebuild b/dev-lang/spidermonkey/spidermonkey-1.8.5-r7.ebuild
18 index 0d7531f7f03..66b145fb5e4 100644
19 --- a/dev-lang/spidermonkey/spidermonkey-1.8.5-r7.ebuild
20 +++ b/dev-lang/spidermonkey/spidermonkey-1.8.5-r7.ebuild
21 @@ -19,7 +19,7 @@ SRC_URI="https://archive.mozilla.org/pub/js/${TARBALL_P}.tar.gz
22
23 LICENSE="NPL-1.1"
24 SLOT="0/mozjs185"
25 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-macos"
26 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-macos"
27 IUSE="debug minimal static-libs test"
28
29 S="${WORKDIR}/${MY_P}"