Gentoo Archives: gentoo-commits

From: Arfrever Frehtes Taifersar Arahesis <Arfrever@××××××.Org>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/package/ebuild/_config/
Date: Sat, 26 Oct 2013 19:31:56
Message-Id: 1382815877.d6960022b9f92380e39d6fe21453c925cf239b69.arfrever@gentoo
1 commit: d6960022b9f92380e39d6fe21453c925cf239b69
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Sat Oct 26 19:31:17 2013 +0000
4 Commit: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
5 CommitDate: Sat Oct 26 19:31:17 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=d6960022
7
8 Fix a typo.
9
10 ---
11 pym/portage/package/ebuild/_config/MaskManager.py | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/pym/portage/package/ebuild/_config/MaskManager.py b/pym/portage/package/ebuild/_config/MaskManager.py
15 index 4f22a2a..aeb04d7 100644
16 --- a/pym/portage/package/ebuild/_config/MaskManager.py
17 +++ b/pym/portage/package/ebuild/_config/MaskManager.py
18 @@ -1,4 +1,4 @@
19 -# Copyright 2010-2012 Gentoo Foundation
20 +# Copyright 2010-2013 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 __all__ = (
24 @@ -46,7 +46,7 @@ class MaskManager(object):
25 "the repository profiles are not marked as that format. This will break "
26 "in the future. Please either convert the following paths "
27 "to files, or add\nprofile-formats = portage-1\nto the "
28 - "repositories layout.conf.\n")
29 + "repository's layout.conf.\n")
30 % dict(repo_name=repo_config.name))
31
32 return pmask_cache[loc]