summaryrefslogtreecommitdiffstats
path: root/pym/portage_const.py
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2005-12-19 22:29:18 +0000
committerMarius Mauch <genone@gentoo.org>2005-12-19 22:29:18 +0000
commitcd3e3775966a9f58aebb91f58cbdb5903faad3de (patch)
tree9aa61dc9b84c1dae76150d6366c05aa9c638dc1b /pym/portage_const.py
parentdb17a2c584b87953ab6f279a0db0446d498b7c11 (diff)
downloadportage-cd3e3775966a9f58aebb91f58cbdb5903faad3de.tar.gz
portage-cd3e3775966a9f58aebb91f58cbdb5903faad3de.tar.bz2
portage-cd3e3775966a9f58aebb91f58cbdb5903faad3de.zip
adding multi-hash support
svn path=/main/trunk/; revision=2410
Diffstat (limited to 'pym/portage_const.py')
-rw-r--r--pym/portage_const.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pym/portage_const.py b/pym/portage_const.py
index b58c62696..6ef92ccd0 100644
--- a/pym/portage_const.py
+++ b/pym/portage_const.py
@@ -45,6 +45,9 @@ EBUILD_PHASES = ["setup","unpack","compile","test","install","preinst","postin
EAPI = 0
+HASHING_BLOCKSIZE = 32768
+MANIFEST1_HASH_FUNCTIONS = ["MD5","SHA256","RMD160"]
+
# ===========================================================================
# END OF CONSTANTS -- END OF CONSTANTS -- END OF CONSTANTS -- END OF CONSTANT
# ===========================================================================