summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-08-01 11:50:25 +0000
committerAnthony G. Basile <blueness@gentoo.org>2015-08-01 11:50:25 +0000
commitb4d5ee5785a2dc26e029ce83a66ac804ae9ad0bf (patch)
treeda26a906e9732e3aaefcefe7041ac7ab77c87b74 /profiles
parentEnable 'useghc' unconditionally. (diff)
downloadhistorical-b4d5ee5785a2dc26e029ce83a66ac804ae9ad0bf.tar.gz
historical-b4d5ee5785a2dc26e029ce83a66ac804ae9ad0bf.tar.bz2
historical-b4d5ee5785a2dc26e029ce83a66ac804ae9ad0bf.zip
use.mask USE=luajittex. There is no luajit support on mips. Bug #554376.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/arch/mips/ChangeLog5
-rw-r--r--profiles/arch/mips/use.mask6
2 files changed, 9 insertions, 2 deletions
diff --git a/profiles/arch/mips/ChangeLog b/profiles/arch/mips/ChangeLog
index 6c016403c025..10652706bac2 100644
--- a/profiles/arch/mips/ChangeLog
+++ b/profiles/arch/mips/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for Gentoo/MIPS profile directory
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.162 2015/05/24 04:32:58 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.163 2015/08/01 11:50:25 blueness Exp $
+
+ 01 Aug 2015; Anthony G. Basile <blueness@gentoo.org> use.mask:
+ use.mask USE=luajittex. There is no luajit support on mips. Bug #554376.
24 May 2015; Matt Turner <mattst88@gentoo.org> package.use.mask:
Drop dead r600-llvm-compiler USE flag from package.use.mask.
diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
index 3a6033fc3117..34b6b6610ed2 100644
--- a/profiles/arch/mips/use.mask
+++ b/profiles/arch/mips/use.mask
@@ -1,10 +1,14 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/use.mask,v 1.83 2015/04/16 22:05:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/use.mask,v 1.84 2015/08/01 11:50:25 blueness Exp $
# Unmask the flag which corresponds to ARCH.
-mips
+# Anthony G. Basile <blueness@gentoo.org> (01 Aug 2015)
+# There is no luajit support on mips. Bug #554376.
+luajittex
+
# Markos Chandras <hwoarang@gentoo.org>
# app-arch/lz4 does not seem to build on MIPS
# Original bug report: #501600