Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/arch/mips: ChangeLog use.mask
Date: Sat, 01 Aug 2015 11:50:32
Message-Id: 20150801115025.EA9BEED@oystercatcher.gentoo.org
1 blueness 15/08/01 11:50:25
2
3 Modified: ChangeLog use.mask
4 Log:
5 use.mask USE=luajittex. There is no luajit support on mips. Bug #554376.
6
7 Revision Changes Path
8 1.163 profiles/arch/mips/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/ChangeLog?rev=1.163&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/ChangeLog?rev=1.163&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/ChangeLog?r1=1.162&r2=1.163
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v
17 retrieving revision 1.162
18 retrieving revision 1.163
19 diff -u -r1.162 -r1.163
20 --- ChangeLog 24 May 2015 04:32:58 -0000 1.162
21 +++ ChangeLog 1 Aug 2015 11:50:25 -0000 1.163
22 @@ -1,6 +1,9 @@
23 # ChangeLog for Gentoo/MIPS profile directory
24 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.162 2015/05/24 04:32:58 mattst88 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.163 2015/08/01 11:50:25 blueness Exp $
27 +
28 + 01 Aug 2015; Anthony G. Basile <blueness@g.o> use.mask:
29 + use.mask USE=luajittex. There is no luajit support on mips. Bug #554376.
30
31 24 May 2015; Matt Turner <mattst88@g.o> package.use.mask:
32 Drop dead r600-llvm-compiler USE flag from package.use.mask.
33
34
35
36 1.84 profiles/arch/mips/use.mask
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/use.mask?rev=1.84&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/use.mask?rev=1.84&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/use.mask?r1=1.83&r2=1.84
41
42 Index: use.mask
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/use.mask,v
45 retrieving revision 1.83
46 retrieving revision 1.84
47 diff -u -r1.83 -r1.84
48 --- use.mask 16 Apr 2015 22:05:25 -0000 1.83
49 +++ use.mask 1 Aug 2015 11:50:25 -0000 1.84
50 @@ -1,10 +1,14 @@
51 # Copyright 1999-2015 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/use.mask,v 1.83 2015/04/16 22:05:25 vapier Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/use.mask,v 1.84 2015/08/01 11:50:25 blueness Exp $
55
56 # Unmask the flag which corresponds to ARCH.
57 -mips
58
59 +# Anthony G. Basile <blueness@g.o> (01 Aug 2015)
60 +# There is no luajit support on mips. Bug #554376.
61 +luajittex
62 +
63 # Markos Chandras <hwoarang@g.o>
64 # app-arch/lz4 does not seem to build on MIPS
65 # Original bug report: #501600