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/arch/mips: ChangeLog make.defaults
Date: Mon, 21 Feb 2011 17:15:00
Message-Id: 20110221171451.45F9F20054@flycatcher.gentoo.org
1 mattst88 11/02/21 17:14:51
2
3 Modified: ChangeLog make.defaults
4 Log:
5 Remove -unicode from USE. No one remembers why it was there
6
7 Revision Changes Path
8 1.45 profiles/arch/mips/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/ChangeLog?rev=1.45&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/ChangeLog?rev=1.45&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/ChangeLog?r1=1.44&r2=1.45
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v
17 retrieving revision 1.44
18 retrieving revision 1.45
19 diff -u -r1.44 -r1.45
20 --- ChangeLog 18 Feb 2011 03:17:06 -0000 1.44
21 +++ ChangeLog 21 Feb 2011 17:14:51 -0000 1.45
22 @@ -1,6 +1,9 @@
23 # ChangeLog for Gentoo/MIPS profile directory
24 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.44 2011/02/18 03:17:06 mattst88 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.45 2011/02/21 17:14:51 mattst88 Exp $
27 +
28 + 21 Feb 2011; Matt Turner <mattst88@g.o> make.defaults:
29 + Remove -unicode from USE. No one remembers why it was there
30
31 18 Feb 2011; Matt Turner <mattst88@g.o> +mips64/n32/make.defaults,
32 +mipsel/mips64el/n32/make.defaults:
33
34
35
36 1.8 profiles/arch/mips/make.defaults
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/make.defaults?rev=1.8&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/make.defaults?rev=1.8&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/make.defaults?r1=1.7&r2=1.8
41
42 Index: make.defaults
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/make.defaults,v
45 retrieving revision 1.7
46 retrieving revision 1.8
47 diff -u -r1.7 -r1.8
48 --- make.defaults 15 Feb 2011 15:42:11 -0000 1.7
49 +++ make.defaults 21 Feb 2011 17:14:51 -0000 1.8
50 @@ -1,6 +1,6 @@
51 # Copyright 1999-2011 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/make.defaults,v 1.7 2011/02/15 15:42:11 mattst88 Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/make.defaults,v 1.8 2011/02/21 17:14:51 mattst88 Exp $
55
56 # 2006/08/18 - Donnie Berkholz <dberkholz@g.o>
57 # Defaults for video drivers
58 @@ -11,7 +11,7 @@
59
60 PROFILE_ARCH="mips"
61
62 -USE="-fortran -openmp -unicode"
63 +USE="-fortran -openmp"
64
65 STAGE1_USE="nptl nptlonly"