diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2020-10-12 12:13:34 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-10-12 12:56:44 +0200 |
commit | bd6e8f0da0a54f49fa0724c37358c3a140ab4458 (patch) | |
tree | 891c6663ca30fff57c34723764bf7586c473666e /dev-lua/mediator_lua | |
parent | dev-lua/penlight: add ~arm64 keyword (diff) | |
download | gentoo-bd6e8f0da0a54f49fa0724c37358c3a140ab4458.tar.gz gentoo-bd6e8f0da0a54f49fa0724c37358c3a140ab4458.tar.bz2 gentoo-bd6e8f0da0a54f49fa0724c37358c3a140ab4458.zip |
dev-lua/mediator_lua: 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/mediator_lua')
-rw-r--r-- | dev-lua/mediator_lua/mediator_lua-1.1.2_p0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/mediator_lua/mediator_lua-1.1.2_p0.ebuild b/dev-lua/mediator_lua/mediator_lua-1.1.2_p0.ebuild index 4e8abcb12deb..6ef744723156 100644 --- a/dev-lua/mediator_lua/mediator_lua-1.1.2_p0.ebuild +++ b/dev-lua/mediator_lua/mediator_lua-1.1.2_p0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/Olivine-Labs/${PN}/archive/v${MY_PV}.tar.gz -> ${P}. LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm ppc ppc64 x86" +KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86" IUSE="" COMMON_DEPEND=">=dev-lang/lua-5.1:=" |