In the warning about eclasses in overlay overriding eclasses from PORTDIR,
authorZac Medico <zmedico@gentoo.org>
Mon, 12 May 2008 22:21:49 +0000 (22:21 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 12 May 2008 22:21:49 +0000 (22:21 -0000)
also advise the user to add FEATURES="metadata-transfer" to make.conf.

svn path=/main/trunk/; revision=10310

pym/_emerge/__init__.py

index d721bd1308fdd23ed9431eea9b1aa0d69b67e5dd..cee8db101f27f9f328100facadeb8a91e9cc8fda 100644 (file)
@@ -8713,7 +8713,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."