summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2010-06-18 21:59:30 -0400
committerZac Medico <zmedico@gentoo.org>2010-06-18 19:03:16 -0700
commitd6c48f4a7adb1918e2b1e0ecc69f7e9fe932bd57 (patch)
treed50f62d37308540ca2aba6a553db8b8bdbd28a76
parent898ac8623145589b4043957d75fdb41151b31b97 (diff)
downloadportage-d6c48f4a7adb1918e2b1e0ecc69f7e9fe932bd57.tar.gz
portage-d6c48f4a7adb1918e2b1e0ecc69f7e9fe932bd57.tar.bz2
portage-d6c48f4a7adb1918e2b1e0ecc69f7e9fe932bd57.zip
dev-util/cvs is now dev-vcs/cvs
-rw-r--r--pym/_emerge/actions.py2
1 files changed, 1 insertions, 1 deletions
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)