diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-05-23 15:16:26 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-05-23 15:18:03 +0200 |
commit | bd70ceb840f1e2f87ba2a2d725addc7b6ae6500e (patch) | |
tree | bea4114e13d2ba8139e74ff8df188c6d562d7387 /dev-lang/spidermonkey | |
parent | net-libs/quiche: 0.14.0 version bump (diff) | |
download | gentoo-bd70ceb840f1e2f87ba2a2d725addc7b6ae6500e.tar.gz gentoo-bd70ceb840f1e2f87ba2a2d725addc7b6ae6500e.tar.bz2 gentoo-bd70ceb840f1e2f87ba2a2d725addc7b6ae6500e.zip |
dev-lang/spidermonkey: Stabilize 91.9.1 arm64, #847028
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-lang/spidermonkey')
-rw-r--r-- | dev-lang/spidermonkey/spidermonkey-91.9.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/spidermonkey/spidermonkey-91.9.1.ebuild b/dev-lang/spidermonkey/spidermonkey-91.9.1.ebuild index eea8eead0200..4f0988ba35ec 100644 --- a/dev-lang/spidermonkey/spidermonkey-91.9.1.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-91.9.1.ebuild @@ -61,7 +61,7 @@ SRC_URI="${MOZ_SRC_BASE_URI}/source/${MOZ_P}.source.tar.xz -> ${MOZ_P_DISTFILES} DESCRIPTION="SpiderMonkey is Mozilla's JavaScript engine written in C and C++" HOMEPAGE="https://spidermonkey.dev https://firefox-source-docs.mozilla.org/js/index.html " -KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ppc64 ~riscv x86" +KEYWORDS="amd64 ~arm arm64 ~mips ~ppc ppc64 ~riscv x86" SLOT="91" LICENSE="MPL-2.0" |