From 91e163c21fb32c2801a65bddec5bfa4b3341f2af Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> Date: Sat, 9 Feb 2008 17:01:13 +0000 Subject: [PATCH] fix equo world --pretend as user git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1180 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- libraries/entropy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/entropy.py b/libraries/entropy.py index 637fe390e..f5cf5d99c 100644 --- a/libraries/entropy.py +++ b/libraries/entropy.py @@ -1692,7 +1692,7 @@ class EquoInterface(TextInterface): del idpackages - if self.xcache: + if self.xcache and (etpConst['uid'] == 0): try: mycache = {} mycache['db_digest'] = db_digest