diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-04-21 22:21:16 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-04-21 22:29:37 +0200 |
commit | f7f44809c7595d63a0faa643169fc0188e677f6a (patch) | |
tree | d65686124e60e537bc49756501f6a98b7cadd3fa /dev-lua | |
parent | dev-lua/lua-openssl: add ~ppc ~ppc64 keyword (diff) | |
download | gentoo-f7f44809c7595d63a0faa643169fc0188e677f6a.tar.gz gentoo-f7f44809c7595d63a0faa643169fc0188e677f6a.tar.bz2 gentoo-f7f44809c7595d63a0faa643169fc0188e677f6a.zip |
dev-lua/lua-zlib: add ~ppc ~ppc64 keyword
Bug: https://bugs.gentoo.org/783423
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/lua-zlib/lua-zlib-1.2-r100.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/lua-zlib/lua-zlib-1.2-r100.ebuild b/dev-lua/lua-zlib/lua-zlib-1.2-r100.ebuild index 66f100440d2a..ae3efd99edef 100644 --- a/dev-lua/lua-zlib/lua-zlib-1.2-r100.ebuild +++ b/dev-lua/lua-zlib/lua-zlib-1.2-r100.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/brimworks/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~sparc x86" +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" REQUIRED_USE="${LUA_REQUIRED_USE}" RDEPEND=" |