diff options
author | Sam James <sam@gentoo.org> | 2022-11-03 23:38:55 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-03 23:38:55 +0000 |
commit | 7cca70c40bd56fbded84f1fd910ad69b60ecfae1 (patch) | |
tree | 755d2f7af1cb0cbde0be219c6ae84e19b187d16f | |
parent | net-analyzer/rrdtool: fix missing dep (diff) | |
download | gentoo-7cca70c40bd56fbded84f1fd910ad69b60ecfae1.tar.gz gentoo-7cca70c40bd56fbded84f1fd910ad69b60ecfae1.tar.bz2 gentoo-7cca70c40bd56fbded84f1fd910ad69b60ecfae1.zip |
dev-lua/lua-utf8: Stabilize 0.1.4 ppc64, #879497
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-lua/lua-utf8/lua-utf8-0.1.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/lua-utf8/lua-utf8-0.1.4.ebuild b/dev-lua/lua-utf8/lua-utf8-0.1.4.ebuild index 34527a96652f..4b499bf4a7ff 100644 --- a/dev-lua/lua-utf8/lua-utf8-0.1.4.ebuild +++ b/dev-lua/lua-utf8/lua-utf8-0.1.4.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/${PN//-/}-${PV}" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc ~x86" IUSE="test" REQUIRED_USE="${LUA_REQUIRED_USE}" RESTRICT="!test? ( test )" |