summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2021-02-21 22:15:59 +0100
committerConrad Kostecki <conikost@gentoo.org>2021-02-21 22:21:24 +0100
commit9278d6637de12873760fb02d46e792c93c7bea99 (patch)
tree44019cdc53f93beffe29822c1d3d99ea9b81206d /dev-lua
parentdev-lua/luaossl: add lua5-4 support (diff)
downloadgentoo-9278d6637de12873760fb02d46e792c93c7bea99.tar.gz
gentoo-9278d6637de12873760fb02d46e792c93c7bea99.tar.bz2
gentoo-9278d6637de12873760fb02d46e792c93c7bea99.zip
dev-lua/lua-openssl: add lua5-4 support
All tests pass. Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lua')
-rw-r--r--dev-lua/lua-openssl/lua-openssl-0.7.8_p0-r101.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/lua-openssl/lua-openssl-0.7.8_p0-r101.ebuild b/dev-lua/lua-openssl/lua-openssl-0.7.8_p0-r101.ebuild
index 812eb60b0a60..9b1d6ab9c9cc 100644
--- a/dev-lua/lua-openssl/lua-openssl-0.7.8_p0-r101.ebuild
+++ b/dev-lua/lua-openssl/lua-openssl-0.7.8_p0-r101.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EGIT_COMMIT_AUX="8d09895473b73e4fb72b7573615f69c36e1860a2"
-LUA_COMPAT=( lua5-{1..3} luajit )
+LUA_COMPAT=( lua5-{1..4} luajit )
MY_PN_AUX="lua-auxiliar"
MY_PN_COMPAT="lua-compat-5.3"
MY_PV="${PV//_p/-}"