diff options
author | Pacho Ramos <pacho@gentoo.org> | 2023-04-19 14:54:39 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2023-04-19 14:54:39 +0200 |
commit | 4312ac55afc6750aaf12f3462c32bdcf78a902c0 (patch) | |
tree | bb3a6cadfb5d743f16236ec5ea3544b62fc612e3 /profiles | |
parent | sci-chemistry/chemex: add 2022.3.3 (diff) | |
download | gentoo-4312ac55afc6750aaf12f3462c32bdcf78a902c0.tar.gz gentoo-4312ac55afc6750aaf12f3462c32bdcf78a902c0.tar.bz2 gentoo-4312ac55afc6750aaf12f3462c32bdcf78a902c0.zip |
profiles/base: latest xournalpp needs lua >= 5.3
Bug: https://bugs.gentoo.org/904517
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/package.use | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/base/package.use b/profiles/base/package.use index 7bf782958084..aa2c609f9148 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -1,6 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# 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 + # 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 |