summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Stubbs <jstubbs@gentoo.org>2005-04-23 08:30:52 +0000
committerJason Stubbs <jstubbs@gentoo.org>2005-04-23 08:30:52 +0000
commit6551e96be3023d1205464cc1c81312e2d1eb0834 (patch)
tree3077b54ad3882d94aad267c015c02d777063ea6f /profiles/default-linux/make.defaults
parentVarious patches from James Rowe <jnrowe@ukfsn.org>; bug #82915. (diff)
downloadgentoo-2-6551e96be3023d1205464cc1c81312e2d1eb0834.tar.gz
gentoo-2-6551e96be3023d1205464cc1c81312e2d1eb0834.tar.bz2
gentoo-2-6551e96be3023d1205464cc1c81312e2d1eb0834.zip
Added "sandbox" use flag for portage, enabled it by default on all
supported and use.mask'ed it on unsupported systems.
Diffstat (limited to 'profiles/default-linux/make.defaults')
-rw-r--r--profiles/default-linux/make.defaults4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default-linux/make.defaults b/profiles/default-linux/make.defaults
index ad0c5ce27bc0..1376a23bc107 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.9 2005/03/09 00:35:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/make.defaults,v 1.10 2005/04/23 08:30:52 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"
+USE="bitmap-fonts truetype-fonts type1-fonts sandbox"
# make sure toolchain has sane defaults
USE="${USE} fortran"