Remove FEATURES=stricter from developer profile, it's counter-productive and people...
authorPaweł Hajdan <phajdan.jr@gentoo.org>
Sun, 2 Oct 2011 17:09:23 +0000 (17:09 +0000)
committerPaweł Hajdan <phajdan.jr@gentoo.org>
Sun, 2 Oct 2011 17:09:23 +0000 (17:09 +0000)
profiles/ChangeLog
profiles/targets/developer/make.defaults

index 6e5613fca46069d7cc4d1c19cbbf342052456e4c..6b98c1ccf3594d85834bd6dec766ce6025c9efa3 100644 (file)
@@ -1,11 +1,16 @@
 # ChangeLog for profile directory
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.5745 2011/10/02 10:58:42 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.5746 2011/10/02 17:09:23 phajdan.jr Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  02 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  targets/developer/make.defaults:
+  Remove FEATURES=stricter from developer profile, it's counter-productive and
+  people disable it anyway.
+
   02 Oct 2011; Richard Freeman <rich0@gentoo.org> package.mask:
   Taking over cfg-update maintainership.
 
index 3b0410db3f1cf9bca47142113c395751bfec22f2..22c4cffd3ac253cec962f1ef0bfafe1bcff4472f 100644 (file)
@@ -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"