summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2006-06-14 12:41:33 +0000
committerAlec Warner <antarus@gentoo.org>2006-06-14 12:41:33 +0000
commite243377815ef109ec733c9caba0f753d8463a53e (patch)
treeb5ce894957ff495c592b936872c35bd9b6024a12 /RELEASE-NOTES
parentAdd autouse removal to RELEASE-NOTES (diff)
downloadportage-idfetch-e243377815ef109ec733c9caba0f753d8463a53e.tar.gz
portage-idfetch-e243377815ef109ec733c9caba0f753d8463a53e.tar.bz2
portage-idfetch-e243377815ef109ec733c9caba0f753d8463a53e.zip
idiot, use.defaults, not make.defaults
svn path=/main/trunk/; revision=3511
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index bc41bb46..0830173c 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -21,5 +21,5 @@ portage-2.1
* 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
+ use.defaults in /usr/portage/profiles/base/use.defaults and other use.defaults files
that correspond to your profile.