commit: d8d0f1ddebe0d2e29c450889458d52a8b5ae7039 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org> AuthorDate: Mon May 23 13:26:08 2016 +0000 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org> CommitDate: Mon May 23 13:26:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8d0f1dd
profiles/arch/alpha: Mask luajit USE flag There is no luajit support on alpha, so mask the USE flag. Gentoo-Bug: 554376 profiles/arch/alpha/use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask index 5b78815..744890d 100644 --- a/profiles/arch/alpha/use.mask +++ b/profiles/arch/alpha/use.mask @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License, v2 # $Id$ +# Tobias Klausmann <[email protected]> (23 May 2016) +# There is no luajit support on alpha. Bug #554376. +luajittex + # Tobias Klausmann <[email protected]> (05 Feb 2016) # Newer versions of libgadu depend on protobuf-c, which doesn't # compile on alpha as of slot:0.
