diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2023-08-06 00:18:11 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-08-06 00:39:57 +0200 |
commit | e7fe7cbbdff4808178cddc0d10dc5337d9a811fe (patch) | |
tree | 63f3e75cb5aeb9ac2541b5ac61777bfff8b67217 /dev-lua/dkjson | |
parent | dev-lua/LuaBitOp: fix QA ExcessiveLineLength (diff) | |
download | gentoo-e7fe7cbbdff4808178cddc0d10dc5337d9a811fe.tar.gz gentoo-e7fe7cbbdff4808178cddc0d10dc5337d9a811fe.tar.bz2 gentoo-e7fe7cbbdff4808178cddc0d10dc5337d9a811fe.zip |
dev-lua/dkjson: fix QA UnusedInherits
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua/dkjson')
-rw-r--r-- | dev-lua/dkjson/dkjson-2.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/dkjson/dkjson-2.6.ebuild b/dev-lua/dkjson/dkjson-2.6.ebuild index 5bfd894d8950..ba668fc5492c 100644 --- a/dev-lua/dkjson/dkjson-2.6.ebuild +++ b/dev-lua/dkjson/dkjson-2.6.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 LUA_COMPAT=( lua5-{1..4} luajit ) -inherit lua toolchain-funcs +inherit lua DESCRIPTION="David Kolf's JSON module for Lua" HOMEPAGE="http://dkolf.de/src/dkjson-lua.fsl/" |