summaryrefslogtreecommitdiffstats
path: root/pym/portage/cache/metadata.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/cache/metadata.py')
-rw-r--r--pym/portage/cache/metadata.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage/cache/metadata.py b/pym/portage/cache/metadata.py
index 8518c0e69..3f8ff1149 100644
--- a/pym/portage/cache/metadata.py
+++ b/pym/portage/cache/metadata.py
@@ -16,6 +16,7 @@ from portage.cache.mappings import ProtectedDict
if sys.hexversion >= 0x3000000:
basestring = str
+ long = int
# this is the old cache format, flat_list. count maintained here.
magic_line_count = 22