summaryrefslogtreecommitdiffstats
path: root/bin/emerge
diff options
context:
space:
mode:
Diffstat (limited to 'bin/emerge')
-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."