From: Zac Medico Date: Sun, 27 Jan 2013 21:26:49 +0000 (-0800) Subject: repoman: remove obsolete RMD160 requirement X-Git-Tag: v2.2.0_alpha162~32 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8170e9c06501572c9fb01356059a179493b18438;p=portage.git repoman: remove obsolete RMD160 requirement --- diff --git a/bin/repoman b/bin/repoman index bfa8d7d86..58d4f23fe 100755 --- a/bin/repoman +++ b/bin/repoman @@ -646,19 +646,6 @@ if options.mode in ("commit", "fix", "manifest"): logging.error(line) sys.exit(1) -if "commit" == options.mode and \ - repo_config.name == "gentoo" and \ - "RMD160" in manifest_hashes and \ - "RMD160" not in portage.checksum.hashorigin_map: - msg = "Please install " \ - "pycrypto or enable python's ssl USE flag in order " \ - "to enable RMD160 hash support. See bug #198398 for " \ - "more information." - prefix = bad(" * ") - for line in textwrap.wrap(msg, 70): - print(prefix + line) - sys.exit(1) - if options.echangelog is None and repo_config.update_changelog: options.echangelog = 'y'