Gentoo Archives: gentoo-commits

From: "Gordon Malm (gengor)" <gengor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/amd64/2008.0: make.defaults
Date: Wed, 30 Sep 2009 03:08:35
Message-Id: E1MspYP-0006G7-1u@stork.gentoo.org
1 gengor 09/09/30 03:08:33
2
3 Modified: make.defaults
4 Log:
5 Dont disable 'nls' USE flag in hardened/linux/arch profiles
6
7 Revision Changes Path
8 1.2 profiles/hardened/linux/amd64/2008.0/make.defaults
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/hardened/linux/amd64/2008.0/make.defaults?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/hardened/linux/amd64/2008.0/make.defaults?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/hardened/linux/amd64/2008.0/make.defaults?r1=1.1&r2=1.2
13
14 Index: make.defaults
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/2008.0/make.defaults,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- make.defaults 1 Apr 2008 17:41:11 -0000 1.1
21 +++ make.defaults 30 Sep 2009 03:08:32 -0000 1.2
22 @@ -1,9 +1,8 @@
23 # Copyright 1999-2008 Gentoo Foundation.
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/2008.0/make.defaults,v 1.1 2008/04/01 17:41:11 wolf31o2 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/2008.0/make.defaults,v 1.2 2009/09/30 03:08:32 gengor Exp $
27
28 # STAGE1_USE does not stack
29 STAGE1_USE="hardened multilib nptl nptlonly pic"
30
31 -USE="-nls -unicode"
32 -
33 +USE="-unicode"