diff options
author | 2021-04-05 19:09:10 +0000 | |
---|---|---|
committer | 2021-04-05 21:53:32 +0000 | |
commit | 5b35c9e6a1e76be7fcbcb60fc82e1700597ecd3a (patch) | |
tree | a17ea872a73ca2409912e6b2b772d16256c9da47 /dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r4.ebuild | |
parent | dev-lang/ruby: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-5b35c9e6a1e76be7fcbcb60fc82e1700597ecd3a.tar.gz gentoo-5b35c9e6a1e76be7fcbcb60fc82e1700597ecd3a.tar.bz2 gentoo-5b35c9e6a1e76be7fcbcb60fc82e1700597ecd3a.zip |
dev-lang/spidermonkey: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r4.ebuild')
-rw-r--r-- | dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r4.ebuild b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r4.ebuild index 52f96f09936..4404665f45e 100644 --- a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r4.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ SRC_URI="https://dev.gentoo.org/~axs/distfiles/${MY_P}.tar.bz2 LICENSE="NPL-1.1" SLOT="60" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" IUSE="debug +jit minimal +system-icu test" # Disable tests: |