commit: ef31f3ed83179749f48f32df27a57dbe14691b26 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sun Oct 11 23:27:16 2020 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Oct 11 23:27:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef31f3ed
dev-lua/lua-zlib: add ~arm64 keyword Tested on packet-at. All tests passed. Bug: https://bugs.gentoo.org/747907 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> dev-lua/lua-zlib/lua-zlib-1.1.ebuild | 5 ++--- dev-lua/lua-zlib/lua-zlib-1.2.ebuild | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-lua/lua-zlib/lua-zlib-1.1.ebuild b/dev-lua/lua-zlib/lua-zlib-1.1.ebuild index b51a835e97d..d64c4c3e799 100644 --- a/dev-lua/lua-zlib/lua-zlib-1.1.ebuild +++ b/dev-lua/lua-zlib/lua-zlib-1.1.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=6 @@ -11,8 +11,7 @@ SRC_URI="https://github.com/brimworks/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm x86" -IUSE="" +KEYWORDS="amd64 arm ~arm64 x86" RDEPEND="dev-lang/lua:0 sys-libs/zlib" diff --git a/dev-lua/lua-zlib/lua-zlib-1.2.ebuild b/dev-lua/lua-zlib/lua-zlib-1.2.ebuild index 243df12a0a0..7a46c1ab994 100644 --- a/dev-lua/lua-zlib/lua-zlib-1.2.ebuild +++ b/dev-lua/lua-zlib/lua-zlib-1.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/brimworks/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" RDEPEND="dev-lang/lua:0 sys-libs/zlib"