diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2020-10-12 01:27:16 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-10-12 01:27:16 +0200 |
commit | ef31f3ed83179749f48f32df27a57dbe14691b26 (patch) | |
tree | e27a2585dccb47df422014cf592e9012935788ce /dev-lua | |
parent | dev-lua/luasec: add ~arm64 keyword (diff) | |
download | gentoo-ef31f3ed83179749f48f32df27a57dbe14691b26.tar.gz gentoo-ef31f3ed83179749f48f32df27a57dbe14691b26.tar.bz2 gentoo-ef31f3ed83179749f48f32df27a57dbe14691b26.zip |
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@gentoo.org>
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/lua-zlib/lua-zlib-1.1.ebuild | 5 | ||||
-rw-r--r-- | 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 b51a835e97de..d64c4c3e799e 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 243df12a0a09..7a46c1ab994b 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" |