diff options
author | Alec Warner <antarus@gentoo.org> | 2006-06-14 12:41:33 +0000 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2006-06-14 12:41:33 +0000 |
commit | e243377815ef109ec733c9caba0f753d8463a53e (patch) | |
tree | b5ce894957ff495c592b936872c35bd9b6024a12 | |
parent | 57aac300930f88301313a863c6c01a694fda254a (diff) | |
download | portage-e243377815ef109ec733c9caba0f753d8463a53e.tar.gz portage-e243377815ef109ec733c9caba0f753d8463a53e.tar.bz2 portage-e243377815ef109ec733c9caba0f753d8463a53e.zip |
idiot, use.defaults, not make.defaults
svn path=/main/trunk/; revision=3511
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index bc41bb467..0830173c8 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. |