diff options
-rw-r--r-- | pym/portage_const.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pym/portage_const.py b/pym/portage_const.py index 6ef92ccd0..6ed7da433 100644 --- a/pym/portage_const.py +++ b/pym/portage_const.py @@ -46,7 +46,10 @@ EBUILD_PHASES = ["setup","unpack","compile","test","install","preinst","postin EAPI = 0 HASHING_BLOCKSIZE = 32768 -MANIFEST1_HASH_FUNCTIONS = ["MD5","SHA256","RMD160"] +# Disabling until behaviour when missing the relevant python module is +# corrected. #116485 +#MANIFEST1_HASH_FUNCTIONS = ["MD5","SHA256","RMD160"] +MANIFEST1_HASH_FUNCTIONS = ["MD5"] # =========================================================================== # END OF CONSTANTS -- END OF CONSTANTS -- END OF CONSTANTS -- END OF CONSTANT |