diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2023-08-06 00:21:12 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-08-06 00:39:58 +0200 |
commit | 648a418914d914251961a64839ea2fde13028fd7 (patch) | |
tree | b0e74dd7b96f76f1fea6057948a968ff6686d1bf /dev-lua/md5 | |
parent | dev-lua/luaossl: fix QA ExcessiveLineLength (diff) | |
download | gentoo-648a418914d914251961a64839ea2fde13028fd7.tar.gz gentoo-648a418914d914251961a64839ea2fde13028fd7.tar.bz2 gentoo-648a418914d914251961a64839ea2fde13028fd7.zip |
dev-lua/md5: add missing inherit
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua/md5')
-rw-r--r-- | dev-lua/md5/md5-1.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/md5/md5-1.3-r1.ebuild b/dev-lua/md5/md5-1.3-r1.ebuild index 436e64e6656a..2d38e4b5fca7 100644 --- a/dev-lua/md5/md5-1.3-r1.ebuild +++ b/dev-lua/md5/md5-1.3-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 LUA_COMPAT=( lua5-{1..4} luajit ) -inherit lua +inherit lua toolchain-funcs DESCRIPTION="Offers basic cryptographic facilities for Lua" HOMEPAGE="https://github.com/keplerproject/md5" |