summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2006-06-14 12:35:46 +0000
committerAlec Warner <antarus@gentoo.org>2006-06-14 12:35:46 +0000
commit57aac300930f88301313a863c6c01a694fda254a (patch)
treeb3b6f30838849a686a5569afed951e244d514b1a
parentGive a useful error message when a dependency has an ambiguous atom due to th... (diff)
downloadportage-multirepo-57aac300930f88301313a863c6c01a694fda254a.tar.gz
portage-multirepo-57aac300930f88301313a863c6c01a694fda254a.tar.bz2
portage-multirepo-57aac300930f88301313a863c6c01a694fda254a.zip
Add autouse removal to RELEASE-NOTES
svn path=/main/trunk/; revision=3510
-rw-r--r--RELEASE-NOTES5
1 files changed, 5 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 0e6753b1..bc41bb46 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -18,3 +18,8 @@ portage-2.1
variable or use the emerge --ignore-default-opts option.
* rsync option handling has been redesigned, instead of RSYNC_* variables
use PORTAGE_RSYNC_EXTRA_OPTS from now on.
+* autouse (use.defaults) has been deprecated by specifying USE_ORDER in make.defaults
+ Users may still turn this back on by specifying USE_ORDER="env:pkg:conf:auto:defaults"
+ in make.conf. Interested in figuring out what use flags were turned off? Check out
+ make.defaults in /usr/portage/profiles/base/use.defaults and other use.defaults files
+ that correspond to your profile.