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.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pym/portage_const.py b/pym/portage_const.py
index 6ed7da433..2a36c82f9 100644
--- a/pym/portage_const.py
+++ b/pym/portage_const.py
@@ -48,8 +48,7 @@ EAPI = 0
HASHING_BLOCKSIZE = 32768
# Disabling until behaviour when missing the relevant python module is
# corrected. #116485
-#MANIFEST1_HASH_FUNCTIONS = ["MD5","SHA256","RMD160"]
-MANIFEST1_HASH_FUNCTIONS = ["MD5"]
+MANIFEST1_HASH_FUNCTIONS = ["MD5","SHA256","RMD160"]
# ===========================================================================
# END OF CONSTANTS -- END OF CONSTANTS -- END OF CONSTANTS -- END OF CONSTANT