Gentoo Archives: gentoo-portage-dev

From: Pavel Kazakov <nullishzero@g.o>
To: gentoo-portage-dev@l.g.o
Cc: Pavel Kazakov <nullishzero@g.o>
Subject: [gentoo-portage-dev] [PATCH 2/3] Remove extra whitespace.
Date: Thu, 13 Mar 2014 06:13:30
Message-Id: 1394691047-14156-2-git-send-email-nullishzero@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH 1/3] Move -MERGING- string to a constant variable. by Pavel Kazakov
1 ---
2 pym/portage/const.py | 2 +-
3 1 file changed, 1 insertion(+), 1 deletion(-)
4
5 diff --git a/pym/portage/const.py b/pym/portage/const.py
6 index fad69ef..50f0719 100644
7 --- a/pym/portage/const.py
8 +++ b/pym/portage/const.py
9 @@ -74,7 +74,7 @@ MOVE_BINARY = "/bin/mv"
10 PRELINK_BINARY = "/usr/sbin/prelink"
11
12 INVALID_ENV_FILE = "/etc/spork/is/not/valid/profile.env"
13 -MERGING_IDENTIFIER = "-MERGING-"
14 +MERGING_IDENTIFIER = "-MERGING-"
15 REPO_NAME_FILE = "repo_name"
16 REPO_NAME_LOC = "profiles" + "/" + REPO_NAME_FILE
17
18 --
19 1.8.3.2