diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-04-21 22:18:43 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-04-21 22:29:36 +0200 |
commit | 7fc2e0493d1258aab6002417568c650334a329a5 (patch) | |
tree | 710adfff842a93016ecbdb1a38373ab1ebcfd54f /dev-lua/lua-openssl | |
parent | dev-lua/lua-cjson: add ~ppc ~ppc64 keyword (diff) | |
download | gentoo-7fc2e0493d1258aab6002417568c650334a329a5.tar.gz gentoo-7fc2e0493d1258aab6002417568c650334a329a5.tar.bz2 gentoo-7fc2e0493d1258aab6002417568c650334a329a5.zip |
dev-lua/lua-openssl: 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/lua-openssl')
-rw-r--r-- | dev-lua/lua-openssl/lua-openssl-0.8.0_p6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/lua-openssl/lua-openssl-0.8.0_p6.ebuild b/dev-lua/lua-openssl/lua-openssl-0.8.0_p6.ebuild index d1e79376de01..76d3f21c3fce 100644 --- a/dev-lua/lua-openssl/lua-openssl-0.8.0_p6.ebuild +++ b/dev-lua/lua-openssl/lua-openssl-0.8.0_p6.ebuild @@ -23,7 +23,7 @@ S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="MIT openssl PHP-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" IUSE="libressl test" REQUIRED_USE="${LUA_REQUIRED_USE}" RESTRICT="!test? ( test )" |