diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2018-06-06 11:51:22 +0100 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-06-09 17:14:56 +0300 |
commit | 7c4ef8a91250f917e2cb7174a9e8e26c4cc748d8 (patch) | |
tree | 55aa2810d23aaa57632e88b8f0c4aadcb8d2b39d /dev-lang/spidermonkey | |
parent | x11-misc/virtualgl: add ~arm64 keyword (diff) | |
download | gentoo-7c4ef8a91250f917e2cb7174a9e8e26c4cc748d8.tar.gz gentoo-7c4ef8a91250f917e2cb7174a9e8e26c4cc748d8.tar.bz2 gentoo-7c4ef8a91250f917e2cb7174a9e8e26c4cc748d8.zip |
dev-lang/spidermonkey: add ~arm64 keyword to 52
This is needed for unmasking sys-auth/polkit-0.114
Diffstat (limited to 'dev-lang/spidermonkey')
-rw-r--r-- | dev-lang/spidermonkey/spidermonkey-52.4.0_pre20171003-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/spidermonkey/spidermonkey-52.4.0_pre20171003-r1.ebuild b/dev-lang/spidermonkey/spidermonkey-52.4.0_pre20171003-r1.ebuild index 7c80ac01c86e..7e1b059c44aa 100644 --- a/dev-lang/spidermonkey/spidermonkey-52.4.0_pre20171003-r1.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-52.4.0_pre20171003-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://dev.gentoo.org/~axs/distfiles/${MY_P}.tar.bz2 LICENSE="NPL-1.1" SLOT="52" -KEYWORDS="~alpha ~amd64 ~arm ~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 +jit minimal +system-icu test" RESTRICT="ia64? ( test )" |