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 4A5741387CA for ; Fri, 17 Oct 2014 17:11:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8FFFE0854; Fri, 17 Oct 2014 17:11:12 +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 443EFE0854 for ; Fri, 17 Oct 2014 17:11:12 +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 144723401CA for ; Fri, 17 Oct 2014 17:11:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B39B881A6 for ; Fri, 17 Oct 2014 17:11:08 +0000 (UTC) From: "Ian Stakenvicius" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Stakenvicius" Message-ID: <1413565862.d2735534201b245da653e464e6faec5c46666e96.axs@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: dev-lang/spidermonkey/ X-VCS-Repository: proj/mozilla X-VCS-Files: dev-lang/spidermonkey/spidermonkey-31.2.0_rc0.ebuild X-VCS-Directories: dev-lang/spidermonkey/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: d2735534201b245da653e464e6faec5c46666e96 X-VCS-Branch: master Date: Fri, 17 Oct 2014 17:11:08 +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: e49b6ca6-61fd-49e0-a376-bf86a21df53a X-Archives-Hash: fd0e99d706b3c7052f4bc69d1f90cad5 commit: d2735534201b245da653e464e6faec5c46666e96 Author: Ian Stakenvicius gentoo org> AuthorDate: Fri Oct 17 17:05:20 2014 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Fri Oct 17 17:11:02 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=d2735534 dev-lang/spidermonkey: enabled USE="jit" by default, added keywords Other mozilla packages default to having USE="jit" enabled, and profiles where it doesn't work (ie hardened) already default to USE="-jit". --- dev-lang/spidermonkey/spidermonkey-31.2.0_rc0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-lang/spidermonkey/spidermonkey-31.2.0_rc0.ebuild b/dev-lang/spidermonkey/spidermonkey-31.2.0_rc0.ebuild index 3f1b4d8..61a1c37 100644 --- a/dev-lang/spidermonkey/spidermonkey-31.2.0_rc0.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-31.2.0_rc0.ebuild @@ -19,11 +19,11 @@ SRC_URI="http://people.mozilla.org/~sstangl/${MY_P}.tar.bz2" LICENSE="NPL-1.1" SLOT="31" -#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -KEYWORDS="" -IUSE="debug jit icu minimal static-libs +system-icu test" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="debug +jit icu minimal static-libs +system-icu test" RESTRICT="ia64? ( test )" +REQUIRED_USE="debug? ( jit )" S="${WORKDIR}/${MY_P%.rc*}" BUILDDIR="${WORKDIR}/jsbuild"