diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2023-12-12 00:31:07 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2023-12-25 11:50:40 +0000 |
commit | 5f181679f93a8c51cdcfb8c290b9935858fae971 (patch) | |
tree | ed9fa6e0241a8c7d0ac31aba0825eae03145f957 /profiles | |
parent | app-i18n/fcitx-lua: new package, add 5.0.11 (diff) | |
download | gentoo-5f181679f93a8c51cdcfb8c290b9935858fae971.tar.gz gentoo-5f181679f93a8c51cdcfb8c290b9935858fae971.tar.bz2 gentoo-5f181679f93a8c51cdcfb8c290b9935858fae971.zip |
profiles/base: Default to lua-5.4 for app-i18n/fcitx-lua
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'profiles')
-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 d2ede6163d9d..3a17ebbaa40c 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -1,6 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Yongxiang Liang <tanekliang@gmail.com> (2023-12-12) +# Default to lua 5.4 (upstream requires 5.3 or higher) +app-i18n/fcitx-lua lua_single_target_lua5-4 + # Pacho Ramos <pacho@gentoo.org> (2022-04-19) # Default to lua 5.4 (upstream requires 5.3 or higher) >=app-text/xournalpp-1.1.3-r1 lua_single_target_lua5-4 |