commit: 2c2d1c0c72f09bfa60abfbb80f108112843f9a8a Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org> AuthorDate: Wed May 4 21:11:23 2022 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Wed May 4 22:25:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c2d1c0c
profiles/base: Default to lua-5.4 for ceph Signed-off-by: Patrick McLean <chutzpah <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 ab74b282169a..77d07656fc52 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 +# Patrick McLean <[email protected]) (2022-05-04) +# Default to lua 5.4 (upstream requires 5.3 or higher) +>=sys-cluster/ceph-17.2.0 lua_single_target_lua5-4 + # Matt Turner <[email protected]> (2022-03-31) # Default to luajit, since that is what upstream recommends. Bug #795768. # See https://github.com/neovim/neovim/wiki/Building-Neovim#third-party-dependencies
