Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/busted/
Date: Wed, 24 Aug 2022 21:51:43
Message-Id: 1661377547.3b006a37f3d3e800c68edc4353efc69a0c3e2fb9.conikost@gentoo
1 commit: 3b006a37f3d3e800c68edc4353efc69a0c3e2fb9
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 24 21:45:47 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 24 21:45:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b006a37
7
8 dev-lua/busted: fix UnusedInherits
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11
12 dev-lua/busted/busted-2.0.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-lua/busted/busted-2.0.0-r1.ebuild b/dev-lua/busted/busted-2.0.0-r1.ebuild
16 index 4629e0305062..1007ee198d62 100644
17 --- a/dev-lua/busted/busted-2.0.0-r1.ebuild
18 +++ b/dev-lua/busted/busted-2.0.0-r1.ebuild
19 @@ -5,7 +5,7 @@ EAPI=8
20
21 LUA_COMPAT=( lua5-{1..4} luajit )
22
23 -inherit lua toolchain-funcs
24 +inherit lua
25
26 DESCRIPTION="Elegant Lua unit testing"
27 HOMEPAGE="http://olivinelabs.com/busted/"