commit: 4045f7ef6506a2709c14d56e68a1efaac46490de Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Sun Apr 8 21:13:05 2018 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Sun Apr 8 21:34:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4045f7ef
profiles/arch/arm64: package.use.mask luajittex due to test failures luajit is globally masked as well, so not wasting time looking into it separately for texlive - should be revisited after luajit itself is tested and working. profiles/arch/arm64/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index f5afc21419b..8b23c440ba4 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Mart Raudsepp <[email protected]> (08 Apr 2018) +# 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 + # Michał Górny <[email protected]> (03 Apr 2018) # Requires unported sys-libs/netbsd-csu. sys-devel/clang-runtime crt
