diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2020-10-12 12:40:03 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-10-12 12:56:45 +0200 |
commit | 2fdc8f07d6c431e84259ce24227108c38fdb354e (patch) | |
tree | 325f4b670a668c9db5959bc9efc88344b45042b0 /dev-lua/busted | |
parent | dev-lua/mediator_lua: add ~arm64 keyword (diff) | |
download | gentoo-2fdc8f07d6c431e84259ce24227108c38fdb354e.tar.gz gentoo-2fdc8f07d6c431e84259ce24227108c38fdb354e.tar.bz2 gentoo-2fdc8f07d6c431e84259ce24227108c38fdb354e.zip |
dev-lua/busted: add ~arm64 keyword
Tested on packet-at.
All tests pass.
Closes: 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/busted')
-rw-r--r-- | dev-lua/busted/busted-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/busted/busted-2.0.0.ebuild b/dev-lua/busted/busted-2.0.0.ebuild index 72b120bd9650..0d4382fec075 100644 --- a/dev-lua/busted/busted-2.0.0.ebuild +++ b/dev-lua/busted/busted-2.0.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/Olivine-Labs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="test" RESTRICT="!test? ( test )" |