summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-05-12 22:22:47 +0000
committerZac Medico <zmedico@gentoo.org>2008-05-12 22:22:47 +0000
commit07301526ff0e370ea47767877568dd49d2787062 (patch)
tree9077057f2736b2ac9655bfa0f2ecfbbc21547cb7
parentaa7f1250b0454f95f037486e0b27cdfdd225bb95 (diff)
downloadportage-07301526ff0e370ea47767877568dd49d2787062.tar.gz
portage-07301526ff0e370ea47767877568dd49d2787062.tar.bz2
portage-07301526ff0e370ea47767877568dd49d2787062.zip
In the warning about eclasses in overlay overriding eclasses from PORTDIR,
also advise the user to add FEATURES="metadata-transfer" to make.conf. (trunk r10310) svn path=/main/branches/2.1.2/; revision=10311
-rwxr-xr-xbin/emerge3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/emerge b/bin/emerge
index 44a3fceae..7926a0ef5 100755
--- a/bin/emerge
+++ b/bin/emerge
@@ -8722,7 +8722,8 @@ def emerge_main():
msg = "It is best to avoid overridding eclasses from PORTDIR " + \
"because it will trigger invalidation of cached ebuild metadata " + \
"that is distributed with the portage tree. If you must " + \
- "override eclasses from PORTDIR then you are advised to run " + \
+ "override eclasses from PORTDIR then you are advised to add " + \
+ "FEATURES=\"metadata-transfer\" to /etc/make.conf and to run " + \
"`emerge --regen` after each time that you run `emerge --sync`. " + \
"Set PORTAGE_ECLASS_WARNING_ENABLE=\"0\" in /etc/make.conf if " + \
"you would like to disable this warning."