dev-lua/lua-bit32: add ~arm and ~arm64 keywords

After fixing 32bit conversion, we can finally add ~arm and ~arm64
keywords for this packge. This makes possible to use it by
net-im/prosody.

Closes: https://bugs.gentoo.org/746836
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Conrad Kostecki
2020-10-10 17:30:34 +02:00
parent e8422e6baf
commit 40c1d8ffaa

View File

@@ -18,7 +18,7 @@ S="${WORKDIR}/${LUA_COMPAT_PN}-${LUA_COMPAT_PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"