commit: 3b006a37f3d3e800c68edc4353efc69a0c3e2fb9
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 24 21:45:47 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 21:45:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b006a37
dev-lua/busted: fix UnusedInherits
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-lua/busted/busted-2.0.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lua/busted/busted-2.0.0-r1.ebuild
b/dev-lua/busted/busted-2.0.0-r1.ebuild
index 4629e0305062..1007ee198d62 100644
--- a/dev-lua/busted/busted-2.0.0-r1.ebuild
+++ b/dev-lua/busted/busted-2.0.0-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
LUA_COMPAT=( lua5-{1..4} luajit )
-inherit lua toolchain-funcs
+inherit lua
DESCRIPTION="Elegant Lua unit testing"
HOMEPAGE="http://olivinelabs.com/busted/"