summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2015-03-03 06:13:08 +0000
committerYixun Lan <dlan@gentoo.org>2015-03-03 06:13:08 +0000
commit9a0c8874b64084157f980b1fd697d7eecfd662e3 (patch)
tree9d1c5836c1cca15c53888588be0e927a453dde63 /dev-lang/spidermonkey
parentadd arm64 support, tested on A53 board (diff)
downloadgentoo-2-9a0c8874b64084157f980b1fd697d7eecfd662e3.tar.gz
gentoo-2-9a0c8874b64084157f980b1fd697d7eecfd662e3.tar.bz2
gentoo-2-9a0c8874b64084157f980b1fd697d7eecfd662e3.zip
add arm64 support, tested on A53 board
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'dev-lang/spidermonkey')
-rw-r--r--dev-lang/spidermonkey/ChangeLog7
-rw-r--r--dev-lang/spidermonkey/spidermonkey-1.8.5-r4.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lang/spidermonkey/ChangeLog b/dev-lang/spidermonkey/ChangeLog
index 470f13cc0995..371a8ec1f991 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.161 2014/09/30 17:13:36 axs Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v 1.162 2015/03/03 06:13:08 dlan Exp $
+
+ 02 Mar 2015; Yixun Lan <dlan@gentoo.org> spidermonkey-1.8.5-r4.ebuild:
+ add arm64 support, tested on A53 board
30 Sep 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org>
spidermonkey-24.2.0-r2.ebuild:
diff --git a/dev-lang/spidermonkey/spidermonkey-1.8.5-r4.ebuild b/dev-lang/spidermonkey/spidermonkey-1.8.5-r4.ebuild
index 730280d6d4d5..8d98a0a3644c 100644
--- a/dev-lang/spidermonkey/spidermonkey-1.8.5-r4.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-1.8.5-r4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 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-r4.ebuild,v 1.20 2013/08/30 17:28:21 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.8.5-r4.ebuild,v 1.21 2015/03/03 06:13:08 dlan Exp $
EAPI="5"
WANT_AUTOCONF="2.1"
@@ -18,7 +18,7 @@ SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/js/${TARBALL_P}.tar.gz"
LICENSE="NPL-1.1"
SLOT="0/mozjs185"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-macos"
IUSE="debug minimal static-libs test"
S="${WORKDIR}/${MY_P}"