diff options
author | Jason Stubbs <jstubbs@gentoo.org> | 2006-01-28 00:46:46 +0000 |
---|---|---|
committer | Jason Stubbs <jstubbs@gentoo.org> | 2006-01-28 00:46:46 +0000 |
commit | fb77910f3f4b045afcef2debb0bd1dc649b4a80b (patch) | |
tree | ead1df3e8305c8ed71339e5a2268f2f42c2aef50 | |
parent | ba1a2a5b88586fcd3f30b85eed63703c308119e2 (diff) | |
download | portage-fb77910f3f4b045afcef2debb0bd1dc649b4a80b.tar.gz portage-fb77910f3f4b045afcef2debb0bd1dc649b4a80b.tar.bz2 portage-fb77910f3f4b045afcef2debb0bd1dc649b4a80b.zip |
Add note about --alphabetical
svn path=/main/trunk/; revision=2600
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index c6c99e95d..29dbd6f48 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -6,3 +6,6 @@ portage-2.1 * new cache framework, breaking all old cache modules. If you're having problems with portage_db_cdb, this is likely the cause. +* USE flag output ordering has changed. The old ordering is now an option + by the name of --alphabetical. Adding the option to EMERGE_DEFAULT_OPTS + in make.conf will restore the old behaviour permanently. |