commit:     86505622a7c6cb163fc6ec9f3485c31d15793167
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 21:50:52 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 22:03:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86505622

dev-lua/luacheck: fix UnusedInherits

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 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(-)

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";

Reply via email to