Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 111098
Collapse All | Expand All

(-)old/bin/emerge (-1 / +1 lines)
Lines 2604-2610 Link Here
2604
			sys.exit(exitcode)
2604
			sys.exit(exitcode)
2605
	elif syncuri[:6]=="cvs://":
2605
	elif syncuri[:6]=="cvs://":
2606
		if not os.path.exists("/usr/bin/cvs"):
2606
		if not os.path.exists("/usr/bin/cvs"):
2607
			print "!!! /usr/bin/cvs does not exist, so rsync support is disabled."
2607
			print "!!! /usr/bin/cvs does not exist, so CVS support is disabled."
2608
			print "!!! Type \"emerge dev-util/cvs\" to enable CVS support."
2608
			print "!!! Type \"emerge dev-util/cvs\" to enable CVS support."
2609
			sys.exit(1)
2609
			sys.exit(1)
2610
		cvsroot=syncuri[6:]
2610
		cvsroot=syncuri[6:]

Return to bug 111098