From: Jonathan Callen Date: Sat, 19 Jun 2010 01:59:30 +0000 (-0400) Subject: dev-util/cvs is now dev-vcs/cvs X-Git-Tag: v2.2_rc68~545 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d6c48f4a7adb1918e2b1e0ecc69f7e9fe932bd57;p=portage.git dev-util/cvs is now dev-vcs/cvs --- diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py index 148b8c31f..d5035cca9 100644 --- a/pym/_emerge/actions.py +++ b/pym/_emerge/actions.py @@ -2181,7 +2181,7 @@ def action_sync(settings, trees, mtimedb, myopts, myaction): elif syncuri[:6]=="cvs://": if not os.path.exists("/usr/bin/cvs"): print("!!! /usr/bin/cvs does not exist, so CVS support is disabled.") - print("!!! Type \"emerge dev-util/cvs\" to enable CVS support.") + print("!!! Type \"emerge dev-vcs/cvs\" to enable CVS support.") sys.exit(1) cvsroot=syncuri[6:] cvsdir=os.path.dirname(myportdir)