dev-util/cvs is now dev-vcs/cvs
authorJonathan Callen <abcd@gentoo.org>
Sat, 19 Jun 2010 01:59:30 +0000 (21:59 -0400)
committerZac Medico <zmedico@gentoo.org>
Sat, 19 Jun 2010 02:03:16 +0000 (19:03 -0700)
pym/_emerge/actions.py

index 148b8c31fd9d00016e1fc458c36c59838f4fc7ba..d5035cca98ffd3d01f2c90570aa81588a38e206f 100644 (file)
@@ -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)