From: Zac Medico Date: Mon, 12 May 2008 22:22:47 +0000 (-0000) Subject: In the warning about eclasses in overlay overriding eclasses from PORTDIR, X-Git-Tag: v2.1.5~11 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=07301526ff0e370ea47767877568dd49d2787062;p=portage.git 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 --- 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."