Since commit f1c1b8a77eebf7713b32e5f9945690f60f4f46de, binarytree
regenerates the 'Packages' index unnecessarily, due to missing REQUIRES
and PROVIDES entries. These entries are not required, so use default
empty values in order to avoid the unnecessary regeneration.

Fixes: f1c1b8a77eeb ("Generate soname dependency metadata (bug 282639)")
---
 pym/portage/dbapi/bintree.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py
index b98b26e..726a7a1 100644
--- a/pym/portage/dbapi/bintree.py
+++ b/pym/portage/dbapi/bintree.py
@@ -344,7 +344,9 @@ class binarytree(object):
                                "PDEPEND" : "",
                                "PROPERTIES" : "",
                                "PROVIDE" : "",
+                               "PROVIDES": "",
                                "RDEPEND" : "",
+                               "REQUIRES": "",
                                "RESTRICT": "",
                                "SLOT"    : "0",
                                "USE"     : "",
-- 
2.0.5


Reply via email to