Changeset 3465


Ignore:
Timestamp:
Jun 17, 2007, 2:15:23 AM (18 years ago)
Author:
bird
Message:

drop the hashes that isn't around in the base Python libs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/sys-apps/portage/pym/portage_const.py

    r3455 r3465  
    7070MANIFEST2_IDENTIFIERS = ["AUX","MISC","DIST","EBUILD"]
    7171
     72# bird: drop RMD160 and SHA1 until we get dev-python/pycrypto up and going.
     73if sys.platform == "os2knix":
     74        MANIFEST1_HASH_FUNCTIONS = ["MD5"]
     75        MANIFEST2_HASH_FUNCTIONS = ["SHA1"]
     76
    7277# ===========================================================================
    7378# END OF CONSTANTS -- END OF CONSTANTS -- END OF CONSTANTS -- END OF CONSTANT
Note: See TracChangeset for help on using the changeset viewer.