commit: bb7866e2bacc92ed96e6f9724f1acdb817d533a1 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com> AuthorDate: Mon Feb 26 17:19:23 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Mar 3 11:06:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb7866e2
hardened/linux/powerpc/ppc64/64bit-userland/use.mask: mask luajit USE dev-lang/luajit upstream doesn't support ppc64. Closes: https://github.com/gentoo/gentoo/pull/7286 profiles/hardened/linux/powerpc/ppc64/64bit-userland/use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/hardened/linux/powerpc/ppc64/64bit-userland/use.mask b/profiles/hardened/linux/powerpc/ppc64/64bit-userland/use.mask index 26f21e51831..7961a08d729 100644 --- a/profiles/hardened/linux/powerpc/ppc64/64bit-userland/use.mask +++ b/profiles/hardened/linux/powerpc/ppc64/64bit-userland/use.mask @@ -1,3 +1,8 @@ +# Ilya Tumaykin <[email protected]> (26 Feb 2018) +# There is no luajit support on ppc64 userland. Bug #608326. +# This mirrors USE mask from non-hardened 64ul. +luajit + # We mask this since we don't have a stable sys-process/audit yet audit
