summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-12-13 21:53:48 +0000
committerZac Medico <zmedico@gentoo.org>2007-12-13 21:53:48 +0000
commit3b376f52353ff26ee4b15b83d1276e687f487ed5 (patch)
tree9f9c74564255d303708038d7b6ef8d71b1a39c18 /bin/repoman
parent46598207a7e6b22189269d8a815b98b7bc567b15 (diff)
downloadportage-3b376f52353ff26ee4b15b83d1276e687f487ed5.tar.gz
portage-3b376f52353ff26ee4b15b83d1276e687f487ed5.tar.bz2
portage-3b376f52353ff26ee4b15b83d1276e687f487ed5.zip
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
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman4
1 files changed, 2 insertions, 2 deletions
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 \