commit:     5c7ee3538dabac04ad62cc38d7242f54d31674c0
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sat Aug  6 22:29:01 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Sep  9 06:20:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c7ee353

app-editors/vis: Add lua 5.4 to LUA_COMPAT

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-editors/vis/vis-0.7-r1.ebuild | 2 +-
 app-editors/vis/vis-9999.ebuild   | 2 +-
 profiles/base/package.use         | 4 ++++
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/app-editors/vis/vis-0.7-r1.ebuild 
b/app-editors/vis/vis-0.7-r1.ebuild
index 104dae92afc2..46330e4e437a 100644
--- a/app-editors/vis/vis-0.7-r1.ebuild
+++ b/app-editors/vis/vis-0.7-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 MY_PTV=0.5
-LUA_COMPAT=( lua5-2 lua5-3 )
+LUA_COMPAT=( lua5-2 lua5-3 lua5-4 )
 
 inherit lua-single optfeature
 

diff --git a/app-editors/vis/vis-9999.ebuild b/app-editors/vis/vis-9999.ebuild
index 104dae92afc2..46330e4e437a 100644
--- a/app-editors/vis/vis-9999.ebuild
+++ b/app-editors/vis/vis-9999.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 MY_PTV=0.5
-LUA_COMPAT=( lua5-2 lua5-3 )
+LUA_COMPAT=( lua5-2 lua5-3 lua5-4 )
 
 inherit lua-single optfeature
 

diff --git a/profiles/base/package.use b/profiles/base/package.use
index 190a80825e9a..a3cbb8f56434 100644
--- a/profiles/base/package.use
+++ b/profiles/base/package.use
@@ -1,6 +1,10 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Haelwenn (lanodan) Monnier <[email protected]> (2022-08-07)
+# Default to lua 5.4 (upstream requires 5.2 or higher)
+>=app-editors/vis-0.7-r1 lua_single_target_lua5-4
+
 # Andreas Sturmlechner <[email protected]> (2022-06-14)
 # Only python 3.9 supported, bug #835921
 dev-util/kdevelop-python:5 python_single_target_python3_9

Reply via email to