diff options
-rwxr-xr-x | bin/repoman | 7 | ||||
-rw-r--r-- | man/make.conf.5 | 4 |
2 files changed, 0 insertions, 11 deletions
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: diff --git a/man/make.conf.5 b/man/make.conf.5 index b585bb8b3..02ae269d2 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -144,10 +144,6 @@ A QA\-feature to ensure that a package doesn't overwrite files it doesn't own. The \fICOLLISION_IGNORE\fR variable can be used to selectively disable this feature. .TP -.B cvs -A feature for developers that causes portage to enable all USE flags in SRC_URI -when creating digests. -.TP .B digest Autogenerate digests for packages when running the \fBemerge\fR(1) command. If the \fIassume-digests\fR feature is also enabled then existing SRC_URI digests |