From: Zac Medico Date: Fri, 28 Oct 2011 04:55:28 +0000 (-0700) Subject: Fix profile-formats spelling in messages. X-Git-Tag: v2.2.0_alpha72~44 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1d81304986095ff9b19f851e79e07707192a3c61;p=portage.git Fix profile-formats spelling in messages. --- diff --git a/pym/portage/package/ebuild/_config/MaskManager.py b/pym/portage/package/ebuild/_config/MaskManager.py index 64a1c5e15..bce1152ee 100644 --- a/pym/portage/package/ebuild/_config/MaskManager.py +++ b/pym/portage/package/ebuild/_config/MaskManager.py @@ -46,7 +46,7 @@ class MaskManager(object): "'portage-1' profile format in its profiles/package.mask, but " "the repository profiles are not marked as that format. This will break " "in the future. Please either convert the following paths " - "to files, or add\nprofile-format = portage-1\nto the " + "to files, or add\nprofile-formats = portage-1\nto the " "repositories layout.conf.\n") % dict(repo_name=repo_config.name))