diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-03-29 18:12:51 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-03-29 18:18:27 +0100 |
commit | a3748b434d13bfea35483f7e339925497f847ec3 (patch) | |
tree | d270aa84d9720c185f2648291955f593264598af /profiles | |
parent | sys-apps/pkgcore: add 0.12.27, drop 0.12.26 (diff) | |
download | gentoo-a3748b434d13bfea35483f7e339925497f847ec3.tar.gz gentoo-a3748b434d13bfea35483f7e339925497f847ec3.tar.bz2 gentoo-a3748b434d13bfea35483f7e339925497f847ec3.zip |
profiles/arch/arm64: restrict luajittex mask to pre texlive 2023 releases
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/arm64/package.use.mask | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 2cefe320ee5a..d18139adf64a 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -367,8 +367,12 @@ app-admin/syslog-ng mongodb # Mart Raudsepp <leio@gentoo.org> (2018-04-08) # Tests fail for bundled luajit, USE=luajit is globally # masked too (no-one has tested it yet). -app-text/texlive-core luajittex -dev-texlive/texlive-basic luajittex +# Florian Schmaus <flow@gentoo.org> (2024-03-29) +# Restricted to pre texlive 2023 releases, as we have users +# reporting that luajittex works with 2023 on arm64. +# For example https://bugs.gentoo.org/928122#c7 +<app-text/texlive-core-2023 luajittex +<dev-texlive/texlive-basic-2023 luajittex # Mart Raudsepp <leio@gentoo.org> (2018-03-31) # Boost.Context can be built on arm64 |