From b8b7ca01c53bc97b0b419dcb771062fb1cdc3dfe Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Sun, 23 Oct 2022 12:23:13 +0200 Subject: dev-lua/say: fix UnusedInherits, update HOMEPAGE Signed-off-by: Conrad Kostecki --- dev-lua/say/say-1.3_p1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-lua/say') diff --git a/dev-lua/say/say-1.3_p1-r1.ebuild b/dev-lua/say/say-1.3_p1-r1.ebuild index 2ab1eba27b2c..59c6ecbebc7a 100644 --- a/dev-lua/say/say-1.3_p1-r1.ebuild +++ b/dev-lua/say/say-1.3_p1-r1.ebuild @@ -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}" -- cgit v1.2.3-65-gdbad