From: Zac Medico Date: Tue, 10 Oct 2006 21:07:31 +0000 (-0000) Subject: Remove an unnecessary assumption preventing the use of CVS for an overlay. X-Git-Tag: v2.1.2~657 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f2bacf60f41a16e1eea12876e1c5abf7bce69a4f;p=portage.git Remove an unnecessary assumption preventing the use of CVS for an overlay. svn path=/main/trunk/; revision=4650 --- diff --git a/bin/repoman b/bin/repoman index d166de5a9..dc3eab5e6 100755 --- a/bin/repoman +++ b/bin/repoman @@ -395,7 +395,6 @@ if mymode == "commit": isCvs=False myreporoot=None if os.path.isdir("CVS"): - repoman_settings["PORTDIR_OVERLAY"]="" if "cvs" not in repoman_settings.features: print print