Fix typo.
authorZac Medico <zmedico@gentoo.org>
Mon, 30 Jun 2008 22:20:35 +0000 (22:20 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 30 Jun 2008 22:20:35 +0000 (22:20 -0000)
svn path=/main/trunk/; revision=10861

bin/repoman

index febe30a7339edd6f6083a7a84fee9c107ebe237f..a131eadc52a8628fb9ccdfcb06de54b5021be815 100755 (executable)
@@ -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: