summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage_manifest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage_manifest.py b/pym/portage_manifest.py
index 502cc06a1..0e103d094 100644
--- a/pym/portage_manifest.py
+++ b/pym/portage_manifest.py
@@ -318,6 +318,7 @@ class Manifest(object):
myentry = Manifest2Entry(
type=t, name=f, hashes=self.fhashdict[t][f].copy())
myhashkeys = myentry.hashes.keys()
+ myhashkeys.sort()
for h in myhashkeys:
if h not in ["size"] + portage_const.MANIFEST2_HASH_FUNCTIONS:
del myentry.hashes[h]