summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-05-27 14:48:39 +0000
committerZac Medico <zmedico@gentoo.org>2007-05-27 14:48:39 +0000
commit6bb060477ce1b716a719cbb1d4b58e38ab422956 (patch)
treed0879d15d4b0f5cba1472667b3be5cf7918f0c17 /pym
parent9bcdfdf1bdf3e4f2963b7798d7d6c156fd7a12ec (diff)
downloadportage-6bb060477ce1b716a719cbb1d4b58e38ab422956.tar.gz
portage-6bb060477ce1b716a719cbb1d4b58e38ab422956.tar.bz2
portage-6bb060477ce1b716a719cbb1d4b58e38ab422956.zip
Make emaint prune stale entires from $PKGDIR/Packages.
svn path=/main/trunk/; revision=6644
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/dbapi/bintree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py
index c81de292e..8ef1ff23b 100644
--- a/pym/portage/dbapi/bintree.py
+++ b/pym/portage/dbapi/bintree.py
@@ -361,7 +361,7 @@ class binarytree(object):
if pkgindex_lock:
unlockfile(pkgindex_lock)
- def _populate(self, getbinpkgs, getbinpkgsonly):
+ def _populate(self, getbinpkgs=0, getbinpkgsonly=0):
if (not os.path.isdir(self.pkgdir) and not getbinpkgs):
return 0