From 86505622a7c6cb163fc6ec9f3485c31d15793167 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Tue, 20 Dec 2022 22:50:52 +0100 Subject: dev-lua/luacheck: fix UnusedInherits Signed-off-by: Conrad Kostecki --- dev-lua/luacheck/luacheck-0.25.0.ebuild | 2 +- dev-lua/luacheck/luacheck-1.0.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-lua') diff --git a/dev-lua/luacheck/luacheck-0.25.0.ebuild b/dev-lua/luacheck/luacheck-0.25.0.ebuild index 8bf057261d25..7825bede27ac 100644 --- a/dev-lua/luacheck/luacheck-0.25.0.ebuild +++ b/dev-lua/luacheck/luacheck-0.25.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 LUA_COMPAT=( lua5-{1..4} luajit ) -inherit lua toolchain-funcs +inherit lua DESCRIPTION="A tool for linting and static analysis of Lua code" HOMEPAGE="https://github.com/lunarmodules/luacheck" diff --git a/dev-lua/luacheck/luacheck-1.0.0.ebuild b/dev-lua/luacheck/luacheck-1.0.0.ebuild index 95aeb8ab6707..19c86f745198 100644 --- a/dev-lua/luacheck/luacheck-1.0.0.ebuild +++ b/dev-lua/luacheck/luacheck-1.0.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 LUA_COMPAT=( lua5-{1..4} luajit ) -inherit lua toolchain-funcs +inherit lua DESCRIPTION="A tool for linting and static analysis of Lua code" HOMEPAGE="https://github.com/lunarmodules/luacheck" -- cgit v1.2.3-65-gdbad