summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-12-13 03:54:16 +0000
committerZac Medico <zmedico@gentoo.org>2009-12-13 03:54:16 +0000
commit2e3e58f51c21ca88f96c7f173cc647797719a2eb (patch)
tree683972fc183c27297048b37efebf4cc6d6be2732 /pym
parent2605482429e1263404b39efb13307e7bd5d1196f (diff)
downloadportage-2e3e58f51c21ca88f96c7f173cc647797719a2eb.tar.gz
portage-2e3e58f51c21ca88f96c7f173cc647797719a2eb.tar.bz2
portage-2e3e58f51c21ca88f96c7f173cc647797719a2eb.zip
Remove unused STARTDIR variable. (trunk r15051)
svn path=/main/branches/2.1.7/; revision=15085
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index 4a6f8fd85..356c56a74 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -1418,7 +1418,7 @@ class config(object):
"PORTAGE_TMPDIR", "PORTAGE_UPDATE_ENV",
"PORTAGE_VERBOSE", "PORTAGE_WORKDIR_MODE",
"PORTDIR", "PORTDIR_OVERLAY", "PREROOTPATH", "PROFILE_PATHS",
- "ROOT", "ROOTPATH", "STARTDIR", "T", "TMP", "TMPDIR",
+ "ROOT", "ROOTPATH", "T", "TMP", "TMPDIR",
"USE_EXPAND", "USE_ORDER", "WORKDIR",
"XARGS",
]
@@ -6200,7 +6200,6 @@ def doebuild_environment(myebuild, mydo, myroot, mysettings, debug, use_cache, m
mysettings["EROOT"] = myroot
mysettings["ROOT"] = myroot
- mysettings["STARTDIR"] = getcwd()
mysettings["EBUILD"] = ebuild_path
mysettings["O"] = pkg_dir
mysettings.configdict["pkg"]["CATEGORY"] = cat