From 125907972ada53e569ac7e86a4f7c9d2f9d771fa Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 8 Dec 2006 22:52:45 +0000 Subject: 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 --- bin/repoman | 7 ------- 1 file changed, 7 deletions(-) (limited to 'bin') diff --git a/bin/repoman b/bin/repoman index 443e89192..e2f4ae2c2 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: -- cgit v1.2.3-1-g7c22