diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2022-08-07 00:29:01 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-09-09 09:20:48 +0300 |
commit | 5c7ee3538dabac04ad62cc38d7242f54d31674c0 (patch) | |
tree | 7837553cfc5ed635e95dd0039f94818f6f8c0cd5 /profiles/base | |
parent | app-editors/vis: Add busted test dependency (diff) | |
download | gentoo-5c7ee3538dabac04ad62cc38d7242f54d31674c0.tar.gz gentoo-5c7ee3538dabac04ad62cc38d7242f54d31674c0.tar.bz2 gentoo-5c7ee3538dabac04ad62cc38d7242f54d31674c0.zip |
app-editors/vis: Add lua 5.4 to LUA_COMPAT
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/package.use | 4 |
1 files changed, 4 insertions, 0 deletions
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 <contact@hacktivis.me> (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 <asturm@gentoo.org> (2022-06-14) # Only python 3.9 supported, bug #835921 dev-util/kdevelop-python:5 python_single_target_python3_9 |