diff options
Diffstat (limited to 'dev-lua/lua-zlib/lua-zlib-1.1.ebuild')
-rw-r--r-- | dev-lua/lua-zlib/lua-zlib-1.1.ebuild | 5 |
1 files changed, 2 insertions, 3 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" |