diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-04-22 12:05:02 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-04-22 12:05:02 +0000 |
commit | 4657d08597c6647d386dd1576fcddc018686d262 (patch) | |
tree | afe5830760f0c6c05e741d2fb383ea8d7d7e4d36 /profiles/hardened | |
parent | x86 stable, bug #307699 (diff) | |
download | historical-4657d08597c6647d386dd1576fcddc018686d262.tar.gz historical-4657d08597c6647d386dd1576fcddc018686d262.tar.bz2 historical-4657d08597c6647d386dd1576fcddc018686d262.zip |
Remove USE=-unicode on all hardened profiles
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/linux/make.defaults | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/hardened/linux/make.defaults b/profiles/hardened/linux/make.defaults index 19f70d6d3694..4d5f59790fe3 100644 --- a/profiles/hardened/linux/make.defaults +++ b/profiles/hardened/linux/make.defaults @@ -1,9 +1,9 @@ -# Copyright 1999-2011 Gentoo Foundation. +# Copyright 1999-2012 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/make.defaults,v 1.13 2011/11/17 01:14:26 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/make.defaults,v 1.14 2012/04/22 12:05:02 blueness Exp $ # Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> (16 Nov 2011) # Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pax_kernel pic -jit" -USE="-fortran hardened -ipv6 -jit pax_kernel pic sysfs -unicode urandom" +USE="-fortran hardened -ipv6 -jit pax_kernel pic sysfs urandom" |