diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-11-25 18:56:52 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-11-25 18:56:52 +0000 |
commit | 1230e517cdb978db312d5e580165d3d2f480af1d (patch) | |
tree | b13240717894d2c029d58045070243f51509bc30 /dev-lang | |
parent | Template for Sleepycat (Berkeley DB) license. (diff) | |
download | gentoo-2-1230e517cdb978db312d5e580165d3d2f480af1d.tar.gz gentoo-2-1230e517cdb978db312d5e580165d3d2f480af1d.tar.bz2 gentoo-2-1230e517cdb978db312d5e580165d3d2f480af1d.zip |
sparc stable wrt #438146
(Portage version: 2.1.11.31/cvs/Linux ia64, signed Manifest commit with key F6AD3240)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/spidermonkey/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/spidermonkey/spidermonkey-1.8.5-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/spidermonkey/ChangeLog b/dev-lang/spidermonkey/ChangeLog index 65872d16f29e..55b2b073f587 100644 --- a/dev-lang/spidermonkey/ChangeLog +++ b/dev-lang/spidermonkey/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/spidermonkey # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v 1.93 2012/11/25 13:09:41 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v 1.94 2012/11/25 18:56:52 armin76 Exp $ + + 25 Nov 2012; Raúl Porcel <armin76@gentoo.org> spidermonkey-1.8.5-r1.ebuild: + sparc stable wrt #438146 25 Nov 2012; <anarchy@gentoo.org> spidermonkey-1.8.5-r1.ebuild, spidermonkey-1.8.5-r2.ebuild, diff --git a/dev-lang/spidermonkey/spidermonkey-1.8.5-r1.ebuild b/dev-lang/spidermonkey/spidermonkey-1.8.5-r1.ebuild index c9d31ec10d5b..1420877463f9 100644 --- a/dev-lang/spidermonkey/spidermonkey-1.8.5-r1.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-1.8.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.8.5-r1.ebuild,v 1.20 2012/11/25 13:09:41 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.8.5-r1.ebuild,v 1.21 2012/11/25 18:56:52 armin76 Exp $ EAPI="3" WANT_AUTOCONF="2.1" @@ -16,7 +16,7 @@ SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/js/${TARBALL_P}.tar.gz" LICENSE="NPL-1.1" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="debug static-libs test" S="${WORKDIR}/${MY_P}" |