diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2023-08-06 00:24:41 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-08-06 00:39:58 +0200 |
commit | 8ea4dcc2ddfa7c51ba1ae7093140a49930159276 (patch) | |
tree | ab0f3e48bb7879cbf68e210bc708bd5362ec632a /dev-lua | |
parent | dev-lua/md5: add missing inherit (diff) | |
download | gentoo-8ea4dcc2ddfa7c51ba1ae7093140a49930159276.tar.gz gentoo-8ea4dcc2ddfa7c51ba1ae7093140a49930159276.tar.bz2 gentoo-8ea4dcc2ddfa7c51ba1ae7093140a49930159276.zip |
dev-lua/mediator_lua: fix QA UnusedInherits
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/mediator_lua/mediator_lua-1.1.2_p0-r1.ebuild | 4 |
1 files 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/" |