From 0f700f0b38868502cea0324712f34696e54b175d Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 4 Jul 2012 17:38:34 -0700 Subject: [PATCH] ConfigTestCase: fix warning about manifest-hashes --- pym/portage/tests/ebuild/test_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", ), } } -- 2.26.2