diff options
author | Zac Medico <zmedico@gentoo.org> | 2006-10-10 21:07:31 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2006-10-10 21:07:31 +0000 |
commit | f2bacf60f41a16e1eea12876e1c5abf7bce69a4f (patch) | |
tree | d957f21c3a4435eb0153db1b328337c7157a616f | |
parent | f0abf1a13cce634ba9562f55b9bd05d9791be7c5 (diff) | |
download | portage-f2bacf60f41a16e1eea12876e1c5abf7bce69a4f.tar.gz portage-f2bacf60f41a16e1eea12876e1c5abf7bce69a4f.tar.bz2 portage-f2bacf60f41a16e1eea12876e1c5abf7bce69a4f.zip |
Remove an unnecessary assumption preventing the use of CVS for an overlay.
svn path=/main/trunk/; revision=4650
-rwxr-xr-x | bin/repoman | 1 |
1 files changed, 0 insertions, 1 deletions
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 |