From 3b376f52353ff26ee4b15b83d1276e687f487ed5 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 13 Dec 2007 21:53:48 +0000 Subject: 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 --- bin/repoman | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') 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 \ -- cgit v1.2.3-1-g7c22