From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6D2BD1387B1 for ; Tue, 22 Sep 2015 05:34:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C54421C002; Tue, 22 Sep 2015 05:34:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 355CE21C002 for ; Tue, 22 Sep 2015 05:34:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19A4734087F for ; Tue, 22 Sep 2015 05:34:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F04411FD for ; Tue, 22 Sep 2015 05:34:41 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1442900078.8cc7ac9d55709545f8b6e8ded6c382ab594be3ef.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/spidermonkey/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/spidermonkey/spidermonkey-1.7.0-r3.ebuild X-VCS-Directories: dev-lang/spidermonkey/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 8cc7ac9d55709545f8b6e8ded6c382ab594be3ef X-VCS-Branch: master Date: Tue, 22 Sep 2015 05:34:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a345d90c-1924-4000-bfe3-b074f20abd4e X-Archives-Hash: 2ed1d9b993a0461ab7dbb0ac986868af commit: 8cc7ac9d55709545f8b6e8ded6c382ab594be3ef Author: Jeroen Roovers gentoo org> AuthorDate: Tue Sep 22 05:34:38 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Sep 22 05:34:38 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cc7ac9d dev-lang/spidermonkey: Stable for PPC64 (bug #555086). Package-Manager: portage-2.2.20.1 RepoMan-Options: --ignore-arches dev-lang/spidermonkey/spidermonkey-1.7.0-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/spidermonkey/spidermonkey-1.7.0-r3.ebuild b/dev-lang/spidermonkey/spidermonkey-1.7.0-r3.ebuild index 354fadc..0f11d08 100644 --- a/dev-lang/spidermonkey/spidermonkey-1.7.0-r3.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-1.7.0-r3.ebuild @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.mozilla.org/pub/mozilla.org/js/${MY_P}.tar.gz" LICENSE="NPL-1.1" SLOT="0/js" -KEYWORDS="alpha amd64 ~arm ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ppc ppc64 sparc x86 ~x86-fbsd" IUSE="threadsafe unicode" S="${WORKDIR}/js/src"