diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-04-16 07:46:54 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-04-16 07:46:54 +0000 |
commit | 4c3b9682d8c42a3765a40ef8f277ae26dac3cae2 (patch) | |
tree | 8851812f77ab3573586c7993a5fa15167d649975 /dev-lang/spidermonkey | |
parent | Stable for ppc64, wrt bug #507568 (diff) | |
download | gentoo-2-4c3b9682d8c42a3765a40ef8f277ae26dac3cae2.tar.gz gentoo-2-4c3b9682d8c42a3765a40ef8f277ae26dac3cae2.tar.bz2 gentoo-2-4c3b9682d8c42a3765a40ef8f277ae26dac3cae2.zip |
Stable for ppc64, wrt bug #507568
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-lang/spidermonkey')
-rw-r--r-- | dev-lang/spidermonkey/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/spidermonkey/spidermonkey-17.0.0-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/spidermonkey/ChangeLog b/dev-lang/spidermonkey/ChangeLog index f427b4b2c2c1..f94c480a83ed 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.143 2014/04/14 20:33:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v 1.144 2014/04/16 07:46:54 ago Exp $ + + 16 Apr 2014; Agostino Sarubbo <ago@gentoo.org> spidermonkey-17.0.0-r3.ebuild: + Stable for ppc64, wrt bug #507568 14 Apr 2014; Agostino Sarubbo <ago@gentoo.org> spidermonkey-17.0.0-r3.ebuild: Stable for ppc, wrt bug #507568 diff --git a/dev-lang/spidermonkey/spidermonkey-17.0.0-r3.ebuild b/dev-lang/spidermonkey/spidermonkey-17.0.0-r3.ebuild index ec9b0da7e3d3..a24ac47fd75a 100644 --- a/dev-lang/spidermonkey/spidermonkey-17.0.0-r3.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-17.0.0-r3.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-17.0.0-r3.ebuild,v 1.2 2014/04/14 20:33:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-17.0.0-r3.ebuild,v 1.3 2014/04/16 07:46:54 ago Exp $ EAPI="5" WANT_AUTOCONF="2.1" @@ -17,7 +17,7 @@ SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/js/${MY_PN}${PV}.tar.gz" LICENSE="NPL-1.1" SLOT="17" # "MIPS, MacroAssembler is not supported" wrt #491294 for -mips -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 jit minimal static-libs test" REQUIRED_USE="debug? ( jit )" |