projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9d725d
)
ConfigTestCase: fix warning about manifest-hashes
author
Zac Medico
<zmedico@gentoo.org>
Thu, 5 Jul 2012 00:38:34 +0000
(17:38 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 5 Jul 2012 00:38:34 +0000
(17:38 -0700)
pym/portage/tests/ebuild/test_config.py
patch
|
blob
|
history
diff --git
a/pym/portage/tests/ebuild/test_config.py
b/pym/portage/tests/ebuild/test_config.py
index a1ba202d54d0340131067b2f0722cc659123dd84..63cb99d41cee0d3c99cc4aab03b78352ad118b8f 100644
(file)
--- a/
pym/portage/tests/ebuild/test_config.py
+++ b/
pym/portage/tests/ebuild/test_config.py
@@
-1,4
+1,4
@@
-# Copyright 2010-201
1
Gentoo Foundation
+# Copyright 2010-201
2
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",
),
}
}