commit: dab57dc0ebc56cb66110f5e9fb7f1dfc17d8fc0d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Oct 14 10:34:44 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Oct 14 10:35:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dab57dc0
profiles/base: enable Lua 5.4 for newer RPM Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/base/package.use | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/base/package.use b/profiles/base/package.use index 2eb93144eb9..578d19fbb24 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2021-10-14) +# Unconditional dependency on >= Lua 5.3, so let's just pick 5.4 +>=app-arch/rpm-4.17.0 lua_single_target_lua5-4 + # Niklāvs Koļesņikovs <[email protected]> (2021-09-13) # WirePlumber obligatory links and embeds either Lua 5.3 or 5.4 # interpreter with the later being the upstream default.
