summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-06-30 22:20:35 +0000
committerZac Medico <zmedico@gentoo.org>2008-06-30 22:20:35 +0000
commit140b80e7c94a72e3904d7cf28f22f062703b6fa3 (patch)
tree12913f206e5b65200de40841599b6e60227f48ad /bin
parentBug #230249 - Disable the "ebuild.notadded" check when not in commit mode and (diff)
downloadportage-idfetch-140b80e7c94a72e3904d7cf28f22f062703b6fa3.tar.gz
portage-idfetch-140b80e7c94a72e3904d7cf28f22f062703b6fa3.tar.bz2
portage-idfetch-140b80e7c94a72e3904d7cf28f22f062703b6fa3.zip
Fix typo.
svn path=/main/trunk/; revision=10861
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index febe30a7..a131eadc 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -774,7 +774,7 @@ shared_xmatch_caches = {"cp-list":{}}
# Disable the "ebuild.notadded" check when not in commit mode and
# running `svn list` and `svn status` calls in every package dir
# will be too expensive.
-enable_ebuild_notadded = not \
+check_ebuild_notadded = not \
(vcs == "svn" and repolevel < 3 and options.mode != "commit")
for x in scanlist: