summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-12-08 22:52:45 +0000
committerZac Medico <zmedico@gentoo.org>2006-12-08 22:52:45 +0000
commit125907972ada53e569ac7e86a4f7c9d2f9d771fa (patch)
tree301c3cde14981928289126f2d7bda843c9f75ee8 /bin/repoman
parentIndicate test failure with an exit code. (diff)
downloadportage-multirepo-125907972ada53e569ac7e86a4f7c9d2f9d771fa.tar.gz
portage-multirepo-125907972ada53e569ac7e86a4f7c9d2f9d771fa.tar.bz2
portage-multirepo-125907972ada53e569ac7e86a4f7c9d2f9d771fa.zip
Remove all traces of FEATURES=cvs since code for that feature no longer exists (apparently since portage-2.1).
svn path=/main/trunk/; revision=5228
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/repoman b/bin/repoman
index 443e8919..e2f4ae2c 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -398,13 +398,6 @@ if mymode == "commit":
isCvs=False
myreporoot=None
if os.path.isdir("CVS"):
- if "cvs" not in repoman_settings.features:
- print
- print
- print red('!!! You do not have ')+bold('FEATURES="cvs" ')+red("enabled...")
- print red("!!! ")+bold("Adding \"cvs\" to FEATURES")
- print
- os.environ["FEATURES"]=repoman_settings["FEATURES"]+" cvs"
isCvs = True
if not "--pretend" in myoptions and not isCvs: