summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2012-11-16 05:44:05 +0100
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2012-11-16 05:44:05 +0100
commit89129c2f4b3e781b4d8e0701a93431ec0a7030cb (patch)
tree7910c0b4c5de897b6197fb237ab648dfe0315ea5 /pym/portage/dbapi
parent4b22701aa7733e53778fc4d456819fc010e198b0 (diff)
downloadportage-89129c2f4b3e781b4d8e0701a93431ec0a7030cb.tar.gz
portage-89129c2f4b3e781b4d8e0701a93431ec0a7030cb.tar.bz2
portage-89129c2f4b3e781b4d8e0701a93431ec0a7030cb.zip
Fix PORTAGE_BUILDIR_LOCKED typo.
Diffstat (limited to 'pym/portage/dbapi')
-rw-r--r--pym/portage/dbapi/vartree.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py
index 0a74f47c0..735cf3b4d 100644
--- a/pym/portage/dbapi/vartree.py
+++ b/pym/portage/dbapi/vartree.py
@@ -1874,7 +1874,7 @@ class dblink(object):
try:
# Only create builddir_lock if the caller
# has not already acquired the lock.
- if "PORTAGE_BUILDIR_LOCKED" not in self.settings:
+ if "PORTAGE_BUILDDIR_LOCKED" not in self.settings:
builddir_lock = EbuildBuildDir(
scheduler=scheduler,
settings=self.settings)
@@ -3585,7 +3585,7 @@ class dblink(object):
# Clone the config in case one of these has to be unmerged since
# we need it to have private ${T} etc... for things like elog.
settings_clone = config(clone=self.settings)
- settings_clone.pop("PORTAGE_BUILDIR_LOCKED", None)
+ settings_clone.pop("PORTAGE_BUILDDIR_LOCKED", None)
settings_clone.reset()
others_in_slot.append(dblink(self.cat, catsplit(cur_cpv)[1],
settings=settings_clone,