summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-10-04 08:17:30 +0000
committerZac Medico <zmedico@gentoo.org>2006-10-04 08:17:30 +0000
commitc94ce968dd8319c5c9b996af681055d9e822d57c (patch)
tree55b15ef7726908d801baed53392ae166a7cf8705 /pym
parent59c906d890297b784a5a7db2f3c73af3025a640b (diff)
downloadportage-c94ce968dd8319c5c9b996af681055d9e822d57c.tar.gz
portage-c94ce968dd8319c5c9b996af681055d9e822d57c.tar.bz2
portage-c94ce968dd8319c5c9b996af681055d9e822d57c.zip
Don't create /cvs-src since the cvs.eclass will do that automatically.
svn path=/main/trunk/; revision=4591
Diffstat (limited to 'pym')
-rw-r--r--pym/portage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 6086f1c0e..7aa0e558b 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -2080,7 +2080,7 @@ def fetch(myuris, mysettings, listonly=0, fetchonly=0, locks_in_subdir=".locks",
dirmode = 02070
filemode = 060
modemask = 02
- distdir_dirs = ["", "cvs-src"]
+ distdir_dirs = [""]
if "distlocks" in features:
distdir_dirs.append(".locks")
try: