diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2020-12-05 21:48:55 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-12-05 21:49:27 +0100 |
commit | 79999e6dd500b63d9f83cf6d29c622f4be070eb8 (patch) | |
tree | ac63a2553ef441606c1ab4f687e40b8b0caed5b5 /net-im | |
parent | dev-lang/lua: remove old (diff) | |
download | gentoo-79999e6dd500b63d9f83cf6d29c622f4be070eb8.tar.gz gentoo-79999e6dd500b63d9f83cf6d29c622f4be070eb8.tar.bz2 gentoo-79999e6dd500b63d9f83cf6d29c622f4be070eb8.zip |
net-im/prosody: enable lua5.3
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/prosody/prosody-0.11.7-r100.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/prosody/prosody-0.11.7-r100.ebuild b/net-im/prosody/prosody-0.11.7-r100.ebuild index 11e70d9924be..6c88fc7967ee 100644 --- a/net-im/prosody/prosody-0.11.7-r100.ebuild +++ b/net-im/prosody/prosody-0.11.7-r100.ebuild @@ -3,7 +3,8 @@ EAPI=7 -LUA_COMPAT=( lua5-{1..2} ) +LUA_COMPAT=( lua5-{1..3} ) +LUA_REQ_USE="deprecated" inherit lua-single systemd tmpfiles toolchain-funcs |