diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-10-02 17:09:23 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-10-02 17:09:23 +0000 |
commit | bc89e354fc3f3cf8475cd95430fff27f344ec2c9 (patch) | |
tree | 2e143f41c23aa91c8f389dc45cf7de351716316d /profiles/targets | |
parent | ia64/sparc stable wrt #369573 (diff) | |
download | gentoo-2-bc89e354fc3f3cf8475cd95430fff27f344ec2c9.tar.gz gentoo-2-bc89e354fc3f3cf8475cd95430fff27f344ec2c9.tar.bz2 gentoo-2-bc89e354fc3f3cf8475cd95430fff27f344ec2c9.zip |
Remove FEATURES=stricter from developer profile, it's counter-productive and people disable it anyway.
Diffstat (limited to 'profiles/targets')
-rw-r--r-- | profiles/targets/developer/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/targets/developer/make.defaults b/profiles/targets/developer/make.defaults index 3b0410db3f1c..22c4cffd3ac2 100644 --- a/profiles/targets/developer/make.defaults +++ b/profiles/targets/developer/make.defaults @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/targets/developer/make.defaults,v 1.10 2011/04/02 20:35:25 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/targets/developer/make.defaults,v 1.11 2011/10/02 17:09:23 phajdan.jr Exp $ -FEATURES="collision-protect multilib-strict sign splitdebug stricter test test-fail-continue userpriv usersandbox" +FEATURES="collision-protect multilib-strict sign splitdebug test test-fail-continue userpriv usersandbox" # Disable branding (from desktop) USE="-branding" |