summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2022-08-24 23:45:47 +0200
committerConrad Kostecki <conikost@gentoo.org>2022-08-24 23:45:47 +0200
commit3b006a37f3d3e800c68edc4353efc69a0c3e2fb9 (patch)
treed5711a2920d71d869f96bb89b4991ada5d7098eb
parentdev-lua/busted: add 2.1.1 (diff)
downloadgentoo-3b006a37.tar.gz
gentoo-3b006a37.tar.bz2
gentoo-3b006a37.zip
dev-lua/busted: fix UnusedInherits
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r--dev-lua/busted/busted-2.0.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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/"