diff options
author | 2009-01-24 07:59:26 +0000 | |
---|---|---|
committer | 2009-01-24 07:59:26 +0000 | |
commit | 17499b47138beabc96911b5f00ac704903ec9eff (patch) | |
tree | cb30a648989e1327bf4616e10d0e44835a874ae8 /profiles | |
parent | Bump -5.7 development version. (diff) | |
download | gentoo-2-17499b47138beabc96911b5f00ac704903ec9eff.tar.gz gentoo-2-17499b47138beabc96911b5f00ac704903ec9eff.tar.bz2 gentoo-2-17499b47138beabc96911b5f00ac704903ec9eff.zip |
Remove -sandbox from our FEATURES.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default/bsd/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/default/bsd/fbsd/make.defaults | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/profiles/default/bsd/ChangeLog b/profiles/default/bsd/ChangeLog index ab22561b8118..32c069d284d9 100644 --- a/profiles/default/bsd/ChangeLog +++ b/profiles/default/bsd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for profile directory # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.9 2009/01/22 20:10:06 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.10 2009/01/24 07:59:25 the_paya Exp $ + + 24 Jan 2009; Javier Villavicencio <the_paya@gentoo.org> + fbsd/make.defaults: + Remove -sandbox from our FEATURES. 22 Jan 2009; Javier Villavicencio <the_paya@gentoo.org> fbsd/make.defaults, fbsd/package.mask, package.use.force: diff --git a/profiles/default/bsd/fbsd/make.defaults b/profiles/default/bsd/fbsd/make.defaults index c277a31ec6e0..a84293b58249 100644 --- a/profiles/default/bsd/fbsd/make.defaults +++ b/profiles/default/bsd/fbsd/make.defaults @@ -1,8 +1,9 @@ # Copyright 2004-2009 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v 1.2 2009/01/22 20:10:07 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v 1.3 2009/01/24 07:59:26 the_paya Exp $ -FEATURES="-sandbox" +# Sandbox should work now, leaving commented for testing. +# FEATURES="-sandbox" USERLAND="BSD" KERNEL="FreeBSD" |