diff options
author | Matt Turner <mattst88@gentoo.org> | 2011-02-21 17:14:51 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2011-02-21 17:14:51 +0000 |
commit | 680e33810d365b1fef35bf4a41d88a84d7b84d11 (patch) | |
tree | eddce1ec52f7c5c4afb7b7f19a43ec6f51ab8b48 /profiles/arch | |
parent | Fix from upstream gnulib for sandbox violations with git repos in higher dirs. (diff) | |
download | historical-680e33810d365b1fef35bf4a41d88a84d7b84d11.tar.gz historical-680e33810d365b1fef35bf4a41d88a84d7b84d11.tar.bz2 historical-680e33810d365b1fef35bf4a41d88a84d7b84d11.zip |
Remove -unicode from USE. No one remembers why it was there
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/mips/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/arch/mips/make.defaults | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/profiles/arch/mips/ChangeLog b/profiles/arch/mips/ChangeLog index cb81a9250651..61bcf86485b4 100644 --- a/profiles/arch/mips/ChangeLog +++ b/profiles/arch/mips/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/MIPS profile directory # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.44 2011/02/18 03:17:06 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.45 2011/02/21 17:14:51 mattst88 Exp $ + + 21 Feb 2011; Matt Turner <mattst88@gentoo.org> make.defaults: + Remove -unicode from USE. No one remembers why it was there 18 Feb 2011; Matt Turner <mattst88@gentoo.org> +mips64/n32/make.defaults, +mipsel/mips64el/n32/make.defaults: diff --git a/profiles/arch/mips/make.defaults b/profiles/arch/mips/make.defaults index 3ef2eba316ab..4d59b2ce6e3b 100644 --- a/profiles/arch/mips/make.defaults +++ b/profiles/arch/mips/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/make.defaults,v 1.7 2011/02/15 15:42:11 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/make.defaults,v 1.8 2011/02/21 17:14:51 mattst88 Exp $ # 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org> # Defaults for video drivers @@ -11,7 +11,7 @@ ACCEPT_KEYWORDS="${ARCH} ~mips" PROFILE_ARCH="mips" -USE="-fortran -openmp -unicode" +USE="-fortran -openmp" STAGE1_USE="nptl nptlonly" |