summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-05-14 18:57:17 +0000
committerZac Medico <zmedico@gentoo.org>2008-05-14 18:57:17 +0000
commit2316416f4d7244a7657915fd11f434aec733efea (patch)
tree3a4233a2aad117ca445e378c33a3a4ce32b8dbd7
parentSkip blocker atoms for the RDEPEND.suspect check. (trunk r10335) (diff)
downloadportage-multirepo-2316416f4d7244a7657915fd11f434aec733efea.tar.gz
portage-multirepo-2316416f4d7244a7657915fd11f434aec733efea.tar.bz2
portage-multirepo-2316416f4d7244a7657915fd11f434aec733efea.zip
Add a note about interaction between FEATURES="metadata-transfer"v2.1.5
and eclasses from PORTDIR_OVERLAY that override eclasses from PORTDIR. (trunk r10337) svn path=/main/branches/2.1.2/; revision=10338
-rw-r--r--RELEASE-NOTES6
1 files changed, 5 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 0addb163..c8e6581c 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -16,7 +16,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