diff options
author | 2014-06-23 15:11:36 +0000 | |
---|---|---|
committer | 2014-06-23 15:11:36 +0000 | |
commit | 39dcbdb14113991492fef181eb69c595912fc13c (patch) | |
tree | 3177da8fbd420012f38a3f877815ac305f981f6c /dev-lang | |
parent | amd64 stable, bug #512026 (diff) | |
download | gentoo-2-39dcbdb14113991492fef181eb69c595912fc13c.tar.gz gentoo-2-39dcbdb14113991492fef181eb69c595912fc13c.tar.bz2 gentoo-2-39dcbdb14113991492fef181eb69c595912fc13c.zip |
x86 stable, bug #512026
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/spidermonkey/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/spidermonkey/spidermonkey-24.2.0-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/spidermonkey/ChangeLog b/dev-lang/spidermonkey/ChangeLog index 164a761c2e98..1a9d4dd40aa5 100644 --- a/dev-lang/spidermonkey/ChangeLog +++ b/dev-lang/spidermonkey/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/spidermonkey # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v 1.155 2014/06/23 15:09:56 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v 1.156 2014/06/23 15:11:36 pacho Exp $ + + 23 Jun 2014; Pacho Ramos <pacho@gentoo.org> spidermonkey-24.2.0-r2.ebuild: + x86 stable, bug #512026 23 Jun 2014; Pacho Ramos <pacho@gentoo.org> spidermonkey-24.2.0-r2.ebuild: amd64 stable, bug #512026 diff --git a/dev-lang/spidermonkey/spidermonkey-24.2.0-r2.ebuild b/dev-lang/spidermonkey/spidermonkey-24.2.0-r2.ebuild index 26b1bc7aacf2..8c54c32eeb4e 100644 --- a/dev-lang/spidermonkey/spidermonkey-24.2.0-r2.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-24.2.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-24.2.0-r2.ebuild,v 1.6 2014/06/23 15:09:56 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-24.2.0-r2.ebuild,v 1.7 2014/06/23 15:11:36 pacho Exp $ EAPI="5" WANT_AUTOCONF="2.1" @@ -16,7 +16,7 @@ SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/js/${MY_P}.tar.bz2" LICENSE="NPL-1.1" SLOT="24" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="debug icu jit minimal static-libs +system-icu test" RESTRICT="ia64? ( test )" |