summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2020-10-12 11:54:30 +0200
committerConrad Kostecki <conikost@gentoo.org>2020-10-12 12:56:40 +0200
commit8fbdf38bf7fca07bd53f0728661dda581fc06545 (patch)
treeaff4901cec28118ea384cce72a73d8b684dbcd0c /dev-lua
parentdev-lua/lua_cliargs: add ~arm64 keyword (diff)
downloadgentoo-8fbdf38bf7fca07bd53f0728661dda581fc06545.tar.gz
gentoo-8fbdf38bf7fca07bd53f0728661dda581fc06545.tar.bz2
gentoo-8fbdf38bf7fca07bd53f0728661dda581fc06545.zip
dev-lua/luasystem: add ~arm64 keyword
Tested on packet-at. All tests pass. Bug: https://bugs.gentoo.org/747484 Package-Manager: Portage-3.0.8, Repoman-3.0.1 RepoMan-Options: --force Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua')
-rw-r--r--dev-lua/luasystem/luasystem-0.2.1_p0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/luasystem/luasystem-0.2.1_p0.ebuild b/dev-lua/luasystem/luasystem-0.2.1_p0.ebuild
index 416161626135..aba36542171d 100644
--- a/dev-lua/luasystem/luasystem-0.2.1_p0.ebuild
+++ b/dev-lua/luasystem/luasystem-0.2.1_p0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/LuaDist2/luasystem/archive/${MY_PV}.tar.gz ->
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE="luajit test"
RESTRICT="!test? ( test )"