From: Zac Medico Date: Mon, 30 Jun 2008 22:20:35 +0000 (-0000) Subject: Fix typo. X-Git-Tag: v2.2_rc2~264 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=140b80e7c94a72e3904d7cf28f22f062703b6fa3;p=portage.git Fix typo. svn path=/main/trunk/; revision=10861 --- diff --git a/bin/repoman b/bin/repoman index febe30a73..a131eadc5 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: