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, 04 Jun 2019 14:45:30
Message-Id: 1559659454.1397eeb47aed2012e721a678415738420db4b2dc.whissi@gentoo
1 commit: 1397eeb47aed2012e721a678415738420db4b2dc
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 4 14:27:08 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 4 14:44:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1397eeb4
7
8 dev-lang/spidermonkey: x86 stable (bug #687072)
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.14
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-lang/spidermonkey/spidermonkey-1.8.5-r7.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-lang/spidermonkey/spidermonkey-1.8.5-r7.ebuild b/dev-lang/spidermonkey/spidermonkey-1.8.5-r7.ebuild
17 index 74694de9206..0d7531f7f03 100644
18 --- a/dev-lang/spidermonkey/spidermonkey-1.8.5-r7.ebuild
19 +++ b/dev-lang/spidermonkey/spidermonkey-1.8.5-r7.ebuild
20 @@ -19,7 +19,7 @@ SRC_URI="https://archive.mozilla.org/pub/js/${TARBALL_P}.tar.gz
21
22 LICENSE="NPL-1.1"
23 SLOT="0/mozjs185"
24 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos"
25 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-macos"
26 IUSE="debug minimal static-libs test"
27
28 S="${WORKDIR}/${MY_P}"