aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/cache/index/pkg_desc_index.py')
-rw-r--r--pym/portage/cache/index/pkg_desc_index.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage/cache/index/pkg_desc_index.py b/pym/portage/cache/index/pkg_desc_index.py
index a2e45da8e..dbcbb8313 100644
--- a/pym/portage/cache/index/pkg_desc_index.py
+++ b/pym/portage/cache/index/pkg_desc_index.py
@@ -26,6 +26,7 @@ class pkg_node(_unicode):
self.__dict__['cp'] = cp
self.__dict__['repo'] = repo
self.__dict__['version'] = version
+ self.__dict__['build_time'] = None
def __new__(cls, cp, version, repo=None):
return _unicode.__new__(cls, cp + "-" + version)