Refer to /etc/portage/make.conf in messages.
authorZac Medico <zmedico@gentoo.org>
Thu, 25 Jul 2013 21:54:32 +0000 (14:54 -0700)
committerZac Medico <zmedico@gentoo.org>
Thu, 25 Jul 2013 21:54:32 +0000 (14:54 -0700)
pym/_emerge/actions.py
pym/portage/dbapi/vartree.py
pym/portage/package/ebuild/fetch.py

index c5ee353771fda16aa7fef13b981912689c5a819a..03074fe216b190a4113be36ebcb155f3c54490e9 100644 (file)
@@ -3555,7 +3555,7 @@ def repo_name_duplicate_check(trees):
                        "All profiles/repo_name entries must be unique in order " + \
                        "to avoid having duplicates ignored. " + \
                        "Set PORTAGE_REPO_DUPLICATE_WARN=\"0\" in " + \
-                       "/etc/make.conf if you would like to disable this warning."))
+                       "/etc/portage/make.conf if you would like to disable this warning."))
                msg.append("\n")
                writemsg_level(''.join('%s\n' % l for l in msg),
                        level=logging.WARNING, noiselevel=-1)
index bc17a59fcfe6c9b087d5d26f526df2068ff1beb2..fe612292fece29254055434690bc099d612cb24a 100644 (file)
@@ -3804,7 +3804,7 @@ class dblink(object):
                                        _("Manually run `emerge --unmerge =%s` if you "
                                        "really want to remove the above files. Set "
                                        "PORTAGE_PACKAGE_EMPTY_ABORT=\"0\" in "
-                                       "/etc/make.conf if you do not want to "
+                                       "/etc/portage/make.conf if you do not want to "
                                        "abort in cases like this.") % other_dblink.mycpv,
                                        wrap_width))
                                eerror(msg)
index fe5c5e3950df5678fdc8291fab32f0c57d1b5274..5316f03fbe53c8fd45ba845fd658d7a57cb28dd8 100644 (file)
@@ -347,7 +347,7 @@ def fetch(myuris, mysettings, listonly=0, fetchonly=0,
                                _("!!! For fetching to a read-only filesystem, "
                                "locking should be turned off.\n")), noiselevel=-1)
                        writemsg(_("!!! This can be done by adding -distlocks to "
-                               "FEATURES in /etc/make.conf\n"), noiselevel=-1)
+                               "FEATURES in /etc/portage/make.conf\n"), noiselevel=-1)
 #                      use_locks = 0
 
        # local mirrors are always added
@@ -752,7 +752,7 @@ def fetch(myuris, mysettings, listonly=0, fetchonly=0,
                                                        "remaining space.\n"), noiselevel=-1)
                                                if userfetch:
                                                        writemsg(_("!!! You may set FEATURES=\"-userfetch\""
-                                                               " in /etc/make.conf in order to fetch with\n"
+                                                               " in /etc/portage/make.conf in order to fetch with\n"
                                                                "!!! superuser privileges.\n"), noiselevel=-1)
 
                                if fsmirrors and not os.path.exists(myfile_path) and has_space: