diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2024-01-14 03:34:01 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-01-14 03:34:01 +0100 |
commit | e7a10802b6c83c703da84f3fcaf1d68f7032d94f (patch) | |
tree | 65a3af34085c685017de7847a6c21b900627e98e /dev-lua | |
parent | app-misc/ebusd: new package, add 23.3 (diff) | |
download | gentoo-e7a10802b6c83c703da84f3fcaf1d68f7032d94f.tar.gz gentoo-e7a10802b6c83c703da84f3fcaf1d68f7032d94f.tar.bz2 gentoo-e7a10802b6c83c703da84f3fcaf1d68f7032d94f.zip |
dev-lua/luacheck: stable all-arches
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/luacheck/luacheck-1.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/luacheck/luacheck-1.1.2.ebuild b/dev-lua/luacheck/luacheck-1.1.2.ebuild index dc87175879bb..e7f6b7200caa 100644 --- a/dev-lua/luacheck/luacheck-1.1.2.ebuild +++ b/dev-lua/luacheck/luacheck-1.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/lunarmodules/luacheck/archive/refs/tags/v${PV}.tar.g 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="doc test" RESTRICT="!test? ( test )" |