From: Zac Medico Date: Thu, 5 Jul 2012 00:38:34 +0000 (-0700) Subject: ConfigTestCase: fix warning about manifest-hashes X-Git-Tag: v2.2.0_alpha116~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0f700f0b38868502cea0324712f34696e54b175d;p=portage.git ConfigTestCase: fix warning about manifest-hashes --- diff --git a/pym/portage/tests/ebuild/test_config.py b/pym/portage/tests/ebuild/test_config.py index a1ba202d5..63cb99d41 100644 --- a/pym/portage/tests/ebuild/test_config.py +++ b/pym/portage/tests/ebuild/test_config.py @@ -1,4 +1,4 @@ -# Copyright 2010-2011 Gentoo Foundation +# Copyright 2010-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 import portage @@ -220,7 +220,7 @@ class ConfigTestCase(TestCase): ( "profile-formats = pms", "thin-manifests = true", - "manifest-hashes = RMD160 SHA1 SHA256 SHA512 WHIRLPOOL", + "manifest-hashes = SHA256 SHA512 WHIRLPOOL", ), } }