From: Arfrever Frehtes Taifersar Arahesis Date: Sat, 26 Oct 2013 19:31:17 +0000 (+0200) Subject: Fix a typo. X-Git-Tag: v2.2.8~50 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d6960022b9f92380e39d6fe21453c925cf239b69;p=portage.git Fix a typo. --- diff --git a/pym/portage/package/ebuild/_config/MaskManager.py b/pym/portage/package/ebuild/_config/MaskManager.py index 4f22a2a2d..aeb04d7c8 100644 --- a/pym/portage/package/ebuild/_config/MaskManager.py +++ b/pym/portage/package/ebuild/_config/MaskManager.py @@ -1,4 +1,4 @@ -# Copyright 2010-2012 Gentoo Foundation +# Copyright 2010-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 __all__ = ( @@ -46,7 +46,7 @@ class MaskManager(object): "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-formats = portage-1\nto the " - "repositories layout.conf.\n") + "repository's layout.conf.\n") % dict(repo_name=repo_config.name)) return pmask_cache[loc]