diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-10-23 12:23:13 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-10-23 12:24:07 +0200 |
commit | b8b7ca01c53bc97b0b419dcb771062fb1cdc3dfe (patch) | |
tree | 1be791d043ae145f64f2f04564c841c2a7afb85c /dev-lua/say | |
parent | dev-lua/say: add 1.4.1 (diff) | |
download | gentoo-b8b7ca01c53bc97b0b419dcb771062fb1cdc3dfe.tar.gz gentoo-b8b7ca01c53bc97b0b419dcb771062fb1cdc3dfe.tar.bz2 gentoo-b8b7ca01c53bc97b0b419dcb771062fb1cdc3dfe.zip |
dev-lua/say: fix UnusedInherits, update HOMEPAGE
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua/say')
-rw-r--r-- | dev-lua/say/say-1.3_p1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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}" |