commit: 8ea4dcc2ddfa7c51ba1ae7093140a49930159276
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 5 22:24:41 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Aug 5 22:39:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ea4dcc2
dev-lua/mediator_lua: fix QA UnusedInherits
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-lua/mediator_lua/mediator_lua-1.1.2_p0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lua/mediator_lua/mediator_lua-1.1.2_p0-r1.ebuild
b/dev-lua/mediator_lua/mediator_lua-1.1.2_p0-r1.ebuild
index a43883a261ae..9c629dac61b5 100644
--- a/dev-lua/mediator_lua/mediator_lua-1.1.2_p0-r1.ebuild
+++ b/dev-lua/mediator_lua/mediator_lua-1.1.2_p0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
LUA_COMPAT=( lua5-{1..4} luajit )
MY_PV="${PV/_p/-}"
-inherit lua toolchain-funcs
+inherit lua
DESCRIPTION="Mediator pattern implementation for pub-sub management"
HOMEPAGE="http://olivinelabs.com/mediator_lua/"