diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-05-14 18:56:22 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-05-14 18:56:22 +0000 |
commit | 68908bab2bc73874545e7053259b790f3f1923c7 (patch) | |
tree | a26405567df8b096d370ea9d9dbf9ced8cf598ed | |
parent | 6517782e51480df310af81cd0215f7214b8ce990 (diff) | |
download | portage-68908bab2bc73874545e7053259b790f3f1923c7.tar.gz portage-68908bab2bc73874545e7053259b790f3f1923c7.tar.bz2 portage-68908bab2bc73874545e7053259b790f3f1923c7.zip |
Add a note about interaction between FEATURES="metadata-transfer"
and eclasses from PORTDIR_OVERLAY that override eclasses from PORTDIR.
svn path=/main/trunk/; revision=10337
-rw-r--r-- | RELEASE-NOTES | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 494953d8f..49a0e5941 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -47,7 +47,11 @@ portage-2.1.5 "Updating Portage cache" routine that used to run at the tail end of each `emerge --sync` operation. If you use something like the sqlite module and want to keep all metadata in that format alone (useful for querying), enable - FEATURES="metadata-transfer" in make.conf. + FEATURES="metadata-transfer" in make.conf. You should also enable + FEATURES="metadata-transfer" if you have any eclasses from PORTDIR_OVERLAY + that override eclasses from PORTDIR (in this case, you may have disabled + a relevant warning message by setting PORTAGE_ECLASS_WARNING_ENABLE="0" in + make.conf). * The parallel-fetch feature is now enabled by default. It is optimized to avoid doing redundant checksums for previously downloaded files that have |