diff options
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/lua-utf8/lua-utf8-0.1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/lua-utf8/lua-utf8-0.1.5.ebuild b/dev-lua/lua-utf8/lua-utf8-0.1.5.ebuild index 34527a96652f..0372d711f29a 100644 --- a/dev-lua/lua-utf8/lua-utf8-0.1.5.ebuild +++ b/dev-lua/lua-utf8/lua-utf8-0.1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2022 Gentoo Authors +# Copyright 2020-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 )" |