diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-11-15 16:13:29 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-11-15 16:13:29 +0300 |
commit | a38ca583df8229c92380c0e52ad81831329f3802 (patch) | |
tree | dc2488771776f52e4f65869216fd01003ecdcc01 /dev-lang/spidermonkey | |
parent | profiles: net-vpn/strongswan: enable padlock and rdrand plugin only for amd64... (diff) | |
download | gentoo-a38ca583df8229c92380c0e52ad81831329f3802.tar.gz gentoo-a38ca583df8229c92380c0e52ad81831329f3802.tar.bz2 gentoo-a38ca583df8229c92380c0e52ad81831329f3802.zip |
dev-lang/spidermonkey: amd64 stable wrt bug #661470
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-lang/spidermonkey')
-rw-r--r-- | dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild b/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild index a0bc863ec2ec..2480fbe3a02e 100644 --- a/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ SRC_URI="http://ftp.mozilla.org/pub/spidermonkey/prereleases/52/pre1/mozjs-52.9. LICENSE="NPL-1.1" SLOT="52" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="debug minimal +system-icu test" RESTRICT="ia64? ( test )" |