summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
Diffstat (limited to 'pym')
-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 82ca37efb..7f7be0fdd 100644
--- a/pym/portage/manifest.py
+++ b/pym/portage/manifest.py
@@ -316,6 +316,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]