diff options
author | Sam James <sam@gentoo.org> | 2023-01-05 00:19:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-05 00:19:06 +0000 |
commit | 2a4b1c34ecb714fa53c29dc26428dfe077688644 (patch) | |
tree | 99d7004d02ad1877a849cf73143abe28f8783950 /dev-lua | |
parent | sys-devel/gcc-config: add 2.10 (diff) | |
download | gentoo-2a4b1c34ecb714fa53c29dc26428dfe077688644.tar.gz gentoo-2a4b1c34ecb714fa53c29dc26428dfe077688644.tar.bz2 gentoo-2a4b1c34ecb714fa53c29dc26428dfe077688644.zip |
dev-lua/lua-utf8: Stabilize 0.1.5 amd64, #889736
Signed-off-by: Sam James <sam@gentoo.org>
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 )" |