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/lua-bit32/
Date: Sat, 10 Oct 2020 15:31:35
Message-Id: 1602343834.40c1d8ffaa7fb77a67d9f02cdd21c01bfaf76de4.conikost@gentoo
1 commit: 40c1d8ffaa7fb77a67d9f02cdd21c01bfaf76de4
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 15:30:34 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 15:30:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40c1d8ff
7
8 dev-lua/lua-bit32: add ~arm and ~arm64 keywords
9
10 After fixing 32bit conversion, we can finally add ~arm and ~arm64
11 keywords for this packge. This makes possible to use it by
12 net-im/prosody.
13
14 Closes: https://bugs.gentoo.org/746836
15 Package-Manager: Portage-3.0.8, Repoman-3.0.1
16 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
17
18 dev-lua/lua-bit32/lua-bit32-5.3.5-r1.ebuild | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/dev-lua/lua-bit32/lua-bit32-5.3.5-r1.ebuild b/dev-lua/lua-bit32/lua-bit32-5.3.5-r1.ebuild
22 index 32d81d68f9f..23fec675521 100644
23 --- a/dev-lua/lua-bit32/lua-bit32-5.3.5-r1.ebuild
24 +++ b/dev-lua/lua-bit32/lua-bit32-5.3.5-r1.ebuild
25 @@ -18,7 +18,7 @@ S="${WORKDIR}/${LUA_COMPAT_PN}-${LUA_COMPAT_PV}"
26
27 LICENSE="MIT"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
30 +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
31 IUSE="test"
32
33 RESTRICT="!test? ( test )"