diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-12-24 10:43:36 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-12-24 10:45:50 -0500 |
commit | f5eb679d5cf045fca91bb3552d3647fd0f30f17e (patch) | |
tree | 36136a662262c679f6de5e49b9f6418f49d2b50c /profiles/base | |
parent | app-arch/p7zip: localization patch backport (diff) | |
download | gentoo-f5eb679d5cf045fca91bb3552d3647fd0f30f17e.tar.gz gentoo-f5eb679d5cf045fca91bb3552d3647fd0f30f17e.tar.bz2 gentoo-f5eb679d5cf045fca91bb3552d3647fd0f30f17e.zip |
games-strategy/naev: force luajit for >=0.12
Also lets us drop the selection workaround.
Closes: https://bugs.gentoo.org/946881
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/package.use.force | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index e79e18f28a2e..6546f32dd3f4 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,11 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Ionen Wolkens <ionen@gentoo.org> (2024-12-24) +# ebuild currently only support luajit, spare users from having +# to set it by forcing it here (bug #946881) +>=games-strategy/naev-0.12 lua_single_target_luajit + # Michał Górny <mgorny@gentoo.org> (2024-12-18) # Force building these LLVM runtimes with Clang. GCC builds are not # supported upstream (to the point of refusing bug fixes), and are |