summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-11-19 06:09:11 +0000
committerZac Medico <zmedico@gentoo.org>2007-11-19 06:09:11 +0000
commit3a372e3e28f111ea27e20124a0b800223e7dfffa (patch)
treefaf402aedca475e52a38e04abfc1a9c244be037a /pym
parentb33d273f98fab390c678f309caed93b0466efc31 (diff)
downloadportage-3a372e3e28f111ea27e20124a0b800223e7dfffa.tar.gz
portage-3a372e3e28f111ea27e20124a0b800223e7dfffa.tar.bz2
portage-3a372e3e28f111ea27e20124a0b800223e7dfffa.zip
Disable logging and ${T}/environment saving during the
pkg_info() phase. svn path=/main/trunk/; revision=8526
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index 487dd6ba9..74a6d853c 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -4145,7 +4145,7 @@ def doebuild(myebuild, mydo, myroot, mysettings, debug=0, listonly=0,
# Build directory creation isn't required for any of these.
have_build_dirs = False
- if mydo not in ("digest", "fetch", "help", "manifest"):
+ if mydo not in ("digest", "fetch", "help", "info", "manifest"):
mystatus = prepare_build_dirs(myroot, mysettings, cleanup)
if mystatus:
return mystatus