From d6c48f4a7adb1918e2b1e0ecc69f7e9fe932bd57 Mon Sep 17 00:00:00 2001 From: Jonathan Callen Date: Fri, 18 Jun 2010 21:59:30 -0400 Subject: dev-util/cvs is now dev-vcs/cvs --- pym/_emerge/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/_emerge/actions.py') 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) -- cgit v1.2.3-1-g7c22