summaryrefslogtreecommitdiffstats
path: root/pym/portage/cache/ebuild_xattr.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/cache/ebuild_xattr.py')
-rw-r--r--pym/portage/cache/ebuild_xattr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/cache/ebuild_xattr.py b/pym/portage/cache/ebuild_xattr.py
index 4bcc6c846..7ea4aaaca 100644
--- a/pym/portage/cache/ebuild_xattr.py
+++ b/pym/portage/cache/ebuild_xattr.py
@@ -123,7 +123,7 @@ class database(fs_template.FsBased):
def _setitem(self, cpv, values):
path = self.__get_path(cpv)
max = self.max_len
- for key,value in values.iteritems():
+ for key,value in values.items():
# mtime comes in as long so need to convert to strings
s = str(value)
# We need to split long values