summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \