commit: fec7bf19572c35f94754843ae7b82e5032ea83e7 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Mon Oct 12 10:07:55 2020 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Mon Oct 12 10:56:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec7bf19
dev-lua/lua-term: 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 <AT> gentoo.org> dev-lua/lua-term/lua-term-0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/lua-term/lua-term-0.7.ebuild b/dev-lua/lua-term/lua-term-0.7.ebuild index e9c4c9e672c..dc2f8e98222 100644 --- a/dev-lua/lua-term/lua-term-0.7.ebuild +++ b/dev-lua/lua-term/lua-term-0.7.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://github.com/hoelzro/lua-term/archive/${MY_PV}.tar.gz -> ${P}.tar LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="" BDEPEND="virtual/pkgconfig"
