dev-lua/say: fix UnusedInherits, update HOMEPAGE

Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Conrad Kostecki
2022-10-23 12:23:13 +02:00
parent ec5b12f068
commit b8b7ca01c5

View File

@@ -6,10 +6,10 @@ EAPI=8
LUA_COMPAT=( lua5-{1..4} luajit )
MY_PV="${PV/_p/-}"
inherit lua toolchain-funcs
inherit lua
DESCRIPTION="Lua String Hashing/Indexing Library"
HOMEPAGE="http://olivinelabs.com/busted/"
HOMEPAGE="https://github.com/lunarmodules/say"
SRC_URI="https://github.com/Olivine-Labs/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${MY_PV}"