summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-04-20 20:50:48 +0000
committerZac Medico <zmedico@gentoo.org>2008-04-20 20:50:48 +0000
commitc829201cd5e92666b3610b46dec0391e62fbe16e (patch)
tree8263d7fdfc5f67f0e50d3881eec7f5840876ca16 /bin/portageq
parentAdd a new part for "Dependency Resolution". (diff)
downloadportage-multirepo-c829201cd5e92666b3610b46dec0391e62fbe16e.tar.gz
portage-multirepo-c829201cd5e92666b3610b46dec0391e62fbe16e.tar.bz2
portage-multirepo-c829201cd5e92666b3610b46dec0391e62fbe16e.zip
Bug #218559 - Make portdbapi automatically add sandbox write access to
self.depcachedir when appropriate. This makes the portageq blanket sandbox exemption unnecessary. svn path=/main/trunk/; revision=9928
Diffstat (limited to 'bin/portageq')
-rwxr-xr-xbin/portageq4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/portageq b/bin/portageq
index eb0d0ff6..c3fe8b37 100755
--- a/bin/portageq
+++ b/bin/portageq
@@ -21,10 +21,6 @@ except KeyboardInterrupt:
import os
-# This allows portageq to be exempt from sandbox,
-# for things like updating metadata cache.
-os.environ["SANDBOX_ON"] = "0"
-
import types
#-----------------------------------------------------------------------------