diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2023-08-06 00:19:23 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-08-06 00:39:57 +0200 |
commit | 3682970a9d292bf420223f38631546304217639b (patch) | |
tree | 8d5a0df6510ad5bb4cc14e1b727ae59bdde3404c /dev-lua/lua_cliargs | |
parent | dev-lua/lua-argparse: fix QA UnusedInherits (diff) | |
download | gentoo-3682970a9d292bf420223f38631546304217639b.tar.gz gentoo-3682970a9d292bf420223f38631546304217639b.tar.bz2 gentoo-3682970a9d292bf420223f38631546304217639b.zip |
dev-lua/lua_cliargs: fix QA ExcessiveLineLength
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua/lua_cliargs')
-rw-r--r-- | dev-lua/lua_cliargs/lua_cliargs-3.0_p2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/lua_cliargs/lua_cliargs-3.0_p2-r1.ebuild b/dev-lua/lua_cliargs/lua_cliargs-3.0_p2-r1.ebuild index ccb75f5f0e98..d3dd68867bec 100644 --- a/dev-lua/lua_cliargs/lua_cliargs-3.0_p2-r1.ebuild +++ b/dev-lua/lua_cliargs/lua_cliargs-3.0_p2-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="A command-line argument parsing module for Lua" HOMEPAGE="https://github.com/amireh/lua_cliargs" |