Gentoo Archives: gentoo-commits

From: "Matt Turner (mattst88)" <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/base: use.mask
Date: Mon, 29 Jul 2013 23:04:18
Message-Id: 20130729230415.BC4DA2171D@flycatcher.gentoo.org
1 mattst88 13/07/29 23:04:15
2
3 Modified: use.mask
4 Log:
5 Mask MIPS multilib flags.
6
7 Revision Changes Path
8 1.174 profiles/base/use.mask
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/use.mask?rev=1.174&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/use.mask?rev=1.174&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/use.mask?r1=1.173&r2=1.174
13
14 Index: use.mask
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/base/use.mask,v
17 retrieving revision 1.173
18 retrieving revision 1.174
19 diff -u -r1.173 -r1.174
20 --- use.mask 16 Jun 2013 00:04:10 -0000 1.173
21 +++ use.mask 29 Jul 2013 23:04:15 -0000 1.174
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2013 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/use.mask,v 1.173 2013/06/16 00:04:10 blueness Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/base/use.mask,v 1.174 2013/07/29 23:04:15 mattst88 Exp $
27
28 # masking here and unmasking in default/linux/
29 kmod
30 @@ -329,6 +329,10 @@
31 abi_x86_32
32 abi_x86_64
33 abi_x86_x32
34 +# Matt Turner <mattst88@g.o> (29 Jul 2013)
35 +abi_mips_o32
36 +abi_mips_n32
37 +abi_mips_n64
38
39 # Zac Medico <zmedico@g.o> (21 Mar 2013)
40 # Python 3.4 pre-releases not available in main tree yet.