diff options
-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" |