Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-utf8/
Date: Wed, 02 Dec 2020 22:09:54
Message-Id: 1606946953.ed0b4ec75aefb0741e78a8aa59cbae47d4e9b246.sam@gentoo
1 commit: ed0b4ec75aefb0741e78a8aa59cbae47d4e9b246
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 2 22:09:13 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 22:09:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed0b4ec7
7
8 dev-lua/lua-utf8: Stabilize 0.1.3 arm64, #757528
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-lua/lua-utf8/lua-utf8-0.1.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-lua/lua-utf8/lua-utf8-0.1.3.ebuild b/dev-lua/lua-utf8/lua-utf8-0.1.3.ebuild
16 index 6ac8dd788d9..c7dc01e463d 100644
17 --- a/dev-lua/lua-utf8/lua-utf8-0.1.3.ebuild
18 +++ b/dev-lua/lua-utf8/lua-utf8-0.1.3.ebuild
19 @@ -12,7 +12,7 @@ S="${WORKDIR}/${PN//-/}-${PV}"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 ~x86"
24 +KEYWORDS="~amd64 ~arm arm64 ppc ppc64 ~x86"
25 IUSE="luajit test"
26 RESTRICT="!test? ( test )"