summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-10-06 13:49:14 +0000
committerAnthony G. Basile <blueness@gentoo.org>2012-10-06 13:49:14 +0000
commit0dfe381bce2943df564baad948342e5b9c8c5554 (patch)
treee945670ca5907a144b517a19ba09fad1ee99358b /dev-lang/spidermonkey
parentChange package license from as-is to HPND (diff)
downloadgentoo-2-0dfe381bce2943df564baad948342e5b9c8c5554.tar.gz
gentoo-2-0dfe381bce2943df564baad948342e5b9c8c5554.tar.bz2
gentoo-2-0dfe381bce2943df564baad948342e5b9c8c5554.zip
stable ppc ppc64, bug #436670
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/spidermonkey')
-rw-r--r--dev-lang/spidermonkey/ChangeLog6
-rw-r--r--dev-lang/spidermonkey/spidermonkey-1.8.5-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/spidermonkey/ChangeLog b/dev-lang/spidermonkey/ChangeLog
index 4793d7f78fb0..e9e5a66795b7 100644
--- a/dev-lang/spidermonkey/ChangeLog
+++ b/dev-lang/spidermonkey/ChangeLog
@@ -1,6 +1,10 @@
# 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.80 2012/10/04 17:13:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v 1.81 2012/10/06 13:49:14 blueness Exp $
+
+ 06 Oct 2012; Anthony G. Basile <blueness@gentoo.org>
+ spidermonkey-1.8.5-r1.ebuild:
+ stable ppc ppc64, bug #436670
04 Oct 2012; Agostino Sarubbo <ago@gentoo.org> spidermonkey-1.8.5-r1.ebuild:
Stable for amd64, wrt bug #436670
diff --git a/dev-lang/spidermonkey/spidermonkey-1.8.5-r1.ebuild b/dev-lang/spidermonkey/spidermonkey-1.8.5-r1.ebuild
index 9aa7c98ef92b..a7c23ae40c41 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.10 2012/10/04 17:13:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.8.5-r1.ebuild,v 1.11 2012/10/06 13:49:14 blueness 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}"