summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2022-12-20 22:50:52 +0100
committerConrad Kostecki <conikost@gentoo.org>2022-12-20 23:03:20 +0100
commit86505622a7c6cb163fc6ec9f3485c31d15793167 (patch)
tree7a655dc1c34608092d2249a2296353dfc6881972 /dev-lua
parentdev-lua/luacheck: add 1.1.0 (diff)
downloadgentoo-86505622a7c6cb163fc6ec9f3485c31d15793167.tar.gz
gentoo-86505622a7c6cb163fc6ec9f3485c31d15793167.tar.bz2
gentoo-86505622a7c6cb163fc6ec9f3485c31d15793167.zip
dev-lua/luacheck: fix UnusedInherits
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua')
-rw-r--r--dev-lua/luacheck/luacheck-0.25.0.ebuild2
-rw-r--r--dev-lua/luacheck/luacheck-1.0.0.ebuild2
2 files changed, 2 insertions, 2 deletions
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"