From: Zac Medico Date: Thu, 13 Dec 2007 21:53:48 +0000 (-0000) Subject: Fix the bug #198398 code from trunk to be compatible with the code X-Git-Tag: v2.1.4~110 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3b376f52353ff26ee4b15b83d1276e687f487ed5;p=portage.git Fix the bug #198398 code from trunk to be compatible with the code in this branch. svn path=/main/branches/2.1.2/; revision=8919 --- diff --git a/bin/repoman b/bin/repoman index bb12feec4..ee6920f78 100755 --- a/bin/repoman +++ b/bin/repoman @@ -413,8 +413,8 @@ if os.path.isdir("CVS"): isCvs = True if isCvs and \ - "commit" == options.mode and \ - "RMD160" not in portage.checksum.hashorigin_map: + "commit" == mymode and \ + "RMD160" not in portage_checksum.hashorigin_map: from portage_util import grablines repo_lines = grablines("./CVS/Repository") if repo_lines and \