projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
898ac86
)
dev-util/cvs is now dev-vcs/cvs
author
Jonathan Callen
<abcd@gentoo.org>
Sat, 19 Jun 2010 01:59:30 +0000
(21:59 -0400)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 19 Jun 2010 02:03:16 +0000
(19:03 -0700)
pym/_emerge/actions.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/actions.py
b/pym/_emerge/actions.py
index 148b8c31fd9d00016e1fc458c36c59838f4fc7ba..d5035cca98ffd3d01f2c90570aa81588a38e206f 100644
(file)
--- 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)