From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-portage-dev+bounces-3541-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 482411392EF for <garchives@archives.gentoo.org>; Thu, 13 Mar 2014 06:13:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69CD7E09F9; Thu, 13 Mar 2014 06:13:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF93EE09EA for <gentoo-portage-dev@lists.gentoo.org>; Thu, 13 Mar 2014 06:13:17 +0000 (UTC) Received: from localhost.localdomain (c-67-170-82-28.hsd1.wa.comcast.net [67.170.82.28]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: nullishzero@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 1467533FBE4; Thu, 13 Mar 2014 06:13:17 +0000 (UTC) From: Pavel Kazakov <nullishzero@gentoo.org> To: gentoo-portage-dev@lists.gentoo.org Cc: Pavel Kazakov <nullishzero@gentoo.org> Subject: [gentoo-portage-dev] [PATCH 2/3] Remove extra whitespace. Date: Wed, 12 Mar 2014 23:10:46 -0700 Message-Id: <1394691047-14156-2-git-send-email-nullishzero@gentoo.org> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1394691047-14156-1-git-send-email-nullishzero@gentoo.org> References: <1393029287-6842-1-git-send-email-nullishzero@gentoo.org> <1394691047-14156-1-git-send-email-nullishzero@gentoo.org> Precedence: bulk List-Post: <mailto:gentoo-portage-dev@lists.gentoo.org> List-Help: <mailto:gentoo-portage-dev+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-portage-dev+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-portage-dev+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-portage-dev.gentoo.org> X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org X-Archives-Salt: 98eec857-66c2-4cfa-9dd7-224919996269 X-Archives-Hash: b843d18de70bad001d7fa49390a37418 --- pym/portage/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage/const.py b/pym/portage/const.py index fad69ef..50f0719 100644 --- a/pym/portage/const.py +++ b/pym/portage/const.py @@ -74,7 +74,7 @@ MOVE_BINARY = "/bin/mv" PRELINK_BINARY = "/usr/sbin/prelink" INVALID_ENV_FILE = "/etc/spork/is/not/valid/profile.env" -MERGING_IDENTIFIER = "-MERGING-" +MERGING_IDENTIFIER = "-MERGING-" REPO_NAME_FILE = "repo_name" REPO_NAME_LOC = "profiles" + "/" + REPO_NAME_FILE -- 1.8.3.2