Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/luajit/
Date: Sun, 19 Mar 2023 17:36:32
Message-Id: 1679247322.a5767d6f38a43f9f21d41d320888ab2c3585b967.arthurzam@gentoo
1 commit: a5767d6f38a43f9f21d41d320888ab2c3585b967
2 Author: Matoro Mahri <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
3 AuthorDate: Thu Mar 16 17:31:23 2023 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 19 17:35:22 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5767d6f
7
8 dev-lang/luajit: Keyword 2.1.0_beta3_p20220613 mips, #900437
9
10 Signed-off-by: Matoro Mahri <matoro <AT> users.noreply.github.com>
11 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
12
13 dev-lang/luajit/luajit-2.1.0_beta3_p20220613.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-lang/luajit/luajit-2.1.0_beta3_p20220613.ebuild b/dev-lang/luajit/luajit-2.1.0_beta3_p20220613.ebuild
17 index b3acc0d0871b..50473d2a29c6 100644
18 --- a/dev-lang/luajit/luajit-2.1.0_beta3_p20220613.ebuild
19 +++ b/dev-lang/luajit/luajit-2.1.0_beta3_p20220613.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 +# Copyright 1999-2023 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -18,7 +18,7 @@ SRC_URI="https://github.com/LuaJIT/LuaJIT/archive/${GIT_COMMIT}.tar.gz -> ${P}.t
27 LICENSE="MIT"
28 # this should probably be pkgmoved to 2.0 for sake of consistency.
29 SLOT="2/${PV}"
30 -KEYWORDS="~amd64 ~arm ~arm64 -hppa ~ppc -riscv -sparc ~x86 ~amd64-linux ~x86-linux"
31 +KEYWORDS="~amd64 ~arm ~arm64 -hppa ~mips ~ppc -riscv -sparc ~x86 ~amd64-linux ~x86-linux"
32 IUSE="lua52compat static-libs"
33
34 S="${WORKDIR}/LuaJIT-${GIT_COMMIT}"