commit: f77ecb1581e75cafd7b444cef95887eed683fc58 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sun Jan 12 04:42:55 2025 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sun Jan 12 05:12:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f77ecb15
profiles/base: enable lua5-4 for >=dev-lua/lutok-0.6 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> profiles/base/package.use | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/base/package.use b/profiles/base/package.use index 92b4c57ef598..96310f5ecb0d 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -1,6 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Mike Gilbert <[email protected]> (2025-01-12) +# Requires >= lua-5.3. +>=dev-lua/lutok-0.6 lua_single_target_lua5-4 + # Michał Górny <[email protected]> (2024-09-15) # Each flag is used by exactly one version, so let's default-enable # them all to make tattoo not fail on almost everything.
