summaryrefslogtreecommitdiffstats
path: root/pym/portage_const.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage_const.py')
-rw-r--r--pym/portage_const.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/portage_const.py b/pym/portage_const.py
index 04b61c4b7..af8aac8b7 100644
--- a/pym/portage_const.py
+++ b/pym/portage_const.py
@@ -47,10 +47,10 @@ EBUILD_PHASES = ["setup","unpack","compile","test","install","preinst","postin
EAPI = 0
HASHING_BLOCKSIZE = 32768
-# Disabling until behaviour when missing the relevant python module is
-# corrected. #116485
MANIFEST1_HASH_FUNCTIONS = ["MD5","SHA256","RMD160"]
+MANIFEST2_HASH_FUNCTIONS = ["SHA1","SHA256","RMD160"]
+MANIFEST2_IDENTIFIERS = ["AUX","MISC","DIST","EBUILD"]
# ===========================================================================
# END OF CONSTANTS -- END OF CONSTANTS -- END OF CONSTANTS -- END OF CONSTANT
# ===========================================================================