summaryrefslogtreecommitdiffstats
path: root/pym/portage_const.py
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2006-03-24 21:31:26 +0000
committerMarius Mauch <genone@gentoo.org>2006-03-24 21:31:26 +0000
commitf993747ca501e8a70d6f6174711149a172cfc3c2 (patch)
tree744fa9b580a4f8add15ee3bb0d8a1e29af85f6b7 /pym/portage_const.py
parent97023941dadc3e9f8308558a70b010a04e5cd12c (diff)
downloadportage-f993747ca501e8a70d6f6174711149a172cfc3c2.tar.gz
portage-f993747ca501e8a70d6f6174711149a172cfc3c2.tar.bz2
portage-f993747ca501e8a70d6f6174711149a172cfc3c2.zip
Add manifest2 support.
svn path=/main/trunk/; revision=2990
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
# ===========================================================================