commit:     d2735534201b245da653e464e6faec5c46666e96
Author:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 17 17:05:20 2014 +0000
Commit:     Ian Stakenvicius <axs <AT> gentoo <DOT> 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"

Reply via email to