diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2020-11-14 00:32:48 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-11-14 00:38:55 +0100 |
commit | 2f8d3266d76a77965b609461e6a71c7e77df505e (patch) | |
tree | 344d2c778436319261983327dee34a741887ec2f /dev-lua/lua-zlib | |
parent | net-libs/libpcap: Stabilize 1.9.1-r3 amd64, #753416 (diff) | |
download | gentoo-2f8d3266d76a77965b609461e6a71c7e77df505e.tar.gz gentoo-2f8d3266d76a77965b609461e6a71c7e77df505e.tar.bz2 gentoo-2f8d3266d76a77965b609461e6a71c7e77df505e.zip |
dev-lua/lua-zlib: add missing LUA_REQUIRED_USE, LUA_USEDEP
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua/lua-zlib')
-rw-r--r-- | dev-lua/lua-zlib/lua-zlib-1.2-r100.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-lua/lua-zlib/lua-zlib-1.2-r100.ebuild b/dev-lua/lua-zlib/lua-zlib-1.2-r100.ebuild index 51adad6b25f7..1fbf98752889 100644 --- a/dev-lua/lua-zlib/lua-zlib-1.2-r100.ebuild +++ b/dev-lua/lua-zlib/lua-zlib-1.2-r100.ebuild @@ -14,8 +14,13 @@ SRC_URI="https://github.com/brimworks/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" +REQUIRED_USE="${LUA_REQUIRED_USE}" -RDEPEND="sys-libs/zlib" +RDEPEND=" + sys-libs/zlib + ${LUA_DEPS} + +" DEPEND="${RDEPEND}" lua_src_configure() { |