diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2023-08-06 00:18:39 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-08-06 00:39:57 +0200 |
commit | 80dd93535f38d5fa34432db2c30ee8a95ee4ad64 (patch) | |
tree | e5a080d4e7c77abe6bf687520d7c2174b822c889 /dev-lua | |
parent | dev-lua/dkjson: fix QA UnusedInherits (diff) | |
download | gentoo-80dd93535f38d5fa34432db2c30ee8a95ee4ad64.tar.gz gentoo-80dd93535f38d5fa34432db2c30ee8a95ee4ad64.tar.bz2 gentoo-80dd93535f38d5fa34432db2c30ee8a95ee4ad64.zip |
dev-lua/lua-argparse: fix QA UnusedInherits
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/lua-argparse/lua-argparse-0.7.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/lua-argparse/lua-argparse-0.7.1-r1.ebuild b/dev-lua/lua-argparse/lua-argparse-0.7.1-r1.ebuild index a5ec5f1a7f61..703b8c139847 100644 --- a/dev-lua/lua-argparse/lua-argparse-0.7.1-r1.ebuild +++ b/dev-lua/lua-argparse/lua-argparse-0.7.1-r1.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="Feature-rich command line parser for Lua" HOMEPAGE="https://github.com/luarocks/argparse" |