summaryrefslogtreecommitdiffstats
path: root/bin/portageq
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-04-20 20:53:33 +0000
committerZac Medico <zmedico@gentoo.org>2008-04-20 20:53:33 +0000
commitfd21c4439d5922802ba8d4e8362fabd0c73ecba3 (patch)
treed01d8711d7ba801ed77b597ab1b377944b1300b8 /bin/portageq
parent5c2b1f74c9c6ed932e5a430a1d1d9562b488d89c (diff)
downloadportage-fd21c4439d5922802ba8d4e8362fabd0c73ecba3.tar.gz
portage-fd21c4439d5922802ba8d4e8362fabd0c73ecba3.tar.bz2
portage-fd21c4439d5922802ba8d4e8362fabd0c73ecba3.zip
Bug #218559 - Make portdbapi automatically add sandbox write access to
self.depcachedir when appropriate. This makes the portageq blanket sandbox exemption unnecessary. (trunk r9928) svn path=/main/branches/2.1.2/; revision=9929
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 f0c2e19e2..d65abaa8f 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
import portage_exception
#-----------------------------------------------------------------------------