diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2020-10-12 11:50:11 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-10-12 12:56:31 +0200 |
commit | 43811794471f80b3cbf326b76e32c58849f445d9 (patch) | |
tree | 2ac114a12d544cca75e7f5f136c9465c22e950e7 /dev-lua/lua_cliargs | |
parent | dev-libs/libp11: Bump to version 0.4.11 (diff) | |
download | gentoo-43811794471f80b3cbf326b76e32c58849f445d9.tar.gz gentoo-43811794471f80b3cbf326b76e32c58849f445d9.tar.bz2 gentoo-43811794471f80b3cbf326b76e32c58849f445d9.zip |
dev-lua/lua_cliargs: 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
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua/lua_cliargs')
-rw-r--r-- | dev-lua/lua_cliargs/lua_cliargs-3.0_p2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/lua_cliargs/lua_cliargs-3.0_p2.ebuild b/dev-lua/lua_cliargs/lua_cliargs-3.0_p2.ebuild index b124dace5b77..bf387869f91e 100644 --- a/dev-lua/lua_cliargs/lua_cliargs-3.0_p2.ebuild +++ b/dev-lua/lua_cliargs/lua_cliargs-3.0_p2.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/amireh/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="doc" BDEPEND="virtual/pkgconfig" |