summaryrefslogtreecommitdiffstats
path: root/pym/portage_const.py
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2006-01-08 01:57:26 +0000
committerMarius Mauch <genone@gentoo.org>2006-01-08 01:57:26 +0000
commit4c7cee64fa40301a2352340b68c7e2ef46c594a1 (patch)
treece96e9d921a9ea03b9e7cc30a3a8130b82c6d530 /pym/portage_const.py
parent47f119c14529901844f08fb956f6921056e5545a (diff)
downloadportage-4c7cee64fa40301a2352340b68c7e2ef46c594a1.tar.gz
portage-4c7cee64fa40301a2352340b68c7e2ef46c594a1.tar.bz2
portage-4c7cee64fa40301a2352340b68c7e2ef46c594a1.zip
reenable multi-hash and make error message a bit more useful
svn path=/main/trunk/; revision=2544
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