Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luasystem/
Date: Mon, 12 Oct 2020 10:57:06
Message-Id: 1602500200.8fbdf38bf7fca07bd53f0728661dda581fc06545.conikost@gentoo
1 commit: 8fbdf38bf7fca07bd53f0728661dda581fc06545
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 12 09:54:30 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 12 10:56:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fbdf38b
7
8 dev-lua/luasystem: add ~arm64 keyword
9
10 Tested on packet-at.
11 All tests pass.
12
13 Bug: https://bugs.gentoo.org/747484
14 Package-Manager: Portage-3.0.8, Repoman-3.0.1
15 RepoMan-Options: --force
16 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
17
18 dev-lua/luasystem/luasystem-0.2.1_p0.ebuild | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/dev-lua/luasystem/luasystem-0.2.1_p0.ebuild b/dev-lua/luasystem/luasystem-0.2.1_p0.ebuild
22 index 41616162613..aba36542171 100644
23 --- a/dev-lua/luasystem/luasystem-0.2.1_p0.ebuild
24 +++ b/dev-lua/luasystem/luasystem-0.2.1_p0.ebuild
25 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/LuaDist2/luasystem/archive/${MY_PV}.tar.gz ->
26
27 LICENSE="MIT"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
30 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
31 IUSE="luajit test"
32
33 RESTRICT="!test? ( test )"