diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-04-17 07:48:10 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-04-17 07:48:10 +0000 |
commit | b06964d97b84d8bab1341bbb8538d23377172922 (patch) | |
tree | da0c40d0d737a0801da26aa5af6ee9acfef9c280 /dev-lang/spidermonkey | |
parent | Stable for ia64, wrt bug #507568 (diff) | |
download | gentoo-2-b06964d97b84d8bab1341bbb8538d23377172922.tar.gz gentoo-2-b06964d97b84d8bab1341bbb8538d23377172922.tar.bz2 gentoo-2-b06964d97b84d8bab1341bbb8538d23377172922.zip |
Stable for ia64, 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 f94c480a83ed..8c44939fb981 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.144 2014/04/16 07:46:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v 1.145 2014/04/17 07:48:10 ago Exp $ + + 17 Apr 2014; Agostino Sarubbo <ago@gentoo.org> spidermonkey-17.0.0-r3.ebuild: + Stable for ia64, wrt bug #507568 16 Apr 2014; Agostino Sarubbo <ago@gentoo.org> spidermonkey-17.0.0-r3.ebuild: Stable for ppc64, 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 a24ac47fd75a..42624cd6f870 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.3 2014/04/16 07:46:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-17.0.0-r3.ebuild,v 1.4 2014/04/17 07:48:10 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 )" |