summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-03-03 07:47:45 +0000
committerMike Frysinger <vapier@gentoo.org>2013-03-03 07:47:45 +0000
commit75288f65df7db9333afe3a4938485807f570ff48 (patch)
treec930976fb6927b96c21ac886755330f44279c4f9 /dev-lang/spidermonkey/spidermonkey-1.8.5-r4.ebuild
parentVersion bump (diff)
downloadhistorical-75288f65df7db9333afe3a4938485807f570ff48.tar.gz
historical-75288f65df7db9333afe3a4938485807f570ff48.tar.bz2
historical-75288f65df7db9333afe3a4938485807f570ff48.zip
Add s390 keywords #457078 by Michael Palimaka.
Package-Manager: portage-2.2.0_alpha164/cvs/Linux x86_64 Manifest-Sign-Key: 0xFB7C4156
Diffstat (limited to 'dev-lang/spidermonkey/spidermonkey-1.8.5-r4.ebuild')
-rw-r--r--dev-lang/spidermonkey/spidermonkey-1.8.5-r4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/spidermonkey/spidermonkey-1.8.5-r4.ebuild b/dev-lang/spidermonkey/spidermonkey-1.8.5-r4.ebuild
index be1f58969f27..ea2ad4f5473d 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
# 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.6 2013/01/28 14:44:52 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.8.5-r4.ebuild,v 1.7 2013/03/03 07:47:36 vapier Exp $
EAPI="5"
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/mozjs185"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="debug minimal static-libs test"
S="${WORKDIR}/${MY_P}"