diff options
author | Jason Stubbs <jstubbs@gentoo.org> | 2005-04-23 16:25:08 +0000 |
---|---|---|
committer | Jason Stubbs <jstubbs@gentoo.org> | 2005-04-23 16:25:08 +0000 |
commit | 48525b0ee93d95ce84b5b189e592adbdfbc7a9ac (patch) | |
tree | 4502f0dcb5da6d5fbc00b9119cfaf7f43761a373 /profiles/default-linux | |
parent | Dropping other arch keywords until we can get some testing. (diff) | |
download | historical-48525b0ee93d95ce84b5b189e592adbdfbc7a9ac.tar.gz historical-48525b0ee93d95ce84b5b189e592adbdfbc7a9ac.tar.bz2 historical-48525b0ee93d95ce84b5b189e592adbdfbc7a9ac.zip |
Removing sandbox use flag again... Will be re-looked at with 2.1.
Diffstat (limited to 'profiles/default-linux')
-rw-r--r-- | profiles/default-linux/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default-linux/make.defaults b/profiles/default-linux/make.defaults index 1376a23bc107..da6973912886 100644 --- a/profiles/default-linux/make.defaults +++ b/profiles/default-linux/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/make.defaults,v 1.10 2005/04/23 08:30:52 jstubbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/make.defaults,v 1.11 2005/04/23 16:25:07 jstubbs Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -11,7 +11,7 @@ # pulled in during *emerge system*! # build X in an expected way -USE="bitmap-fonts truetype-fonts type1-fonts sandbox" +USE="bitmap-fonts truetype-fonts type1-fonts" # make sure toolchain has sane defaults USE="${USE} fortran" |