diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-08-01 11:50:25 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-08-01 11:50:25 +0000 |
commit | 24f1e10f46d8b30499cb8c07ea2c209114aa1a15 (patch) | |
tree | 5336275185919e19484f839d0ee3e024424d3df7 /profiles | |
parent | Version bump. (diff) | |
download | gentoo-2-24f1e10f46d8b30499cb8c07ea2c209114aa1a15.tar.gz gentoo-2-24f1e10f46d8b30499cb8c07ea2c209114aa1a15.tar.bz2 gentoo-2-24f1e10f46d8b30499cb8c07ea2c209114aa1a15.zip |
use.mask USE=luajittex. There is no luajit support on mips. Bug #554376.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/mips/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/arch/mips/use.mask | 6 |
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 |