projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63a2348
)
Fix typo.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 4 Jun 2008 01:07:32 +0000
(
01:07
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 4 Jun 2008 01:07:32 +0000
(
01:07
-0000)
svn path=/main/trunk/; revision=10566
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index d1f7487bc826ea9aacfc442e507d6ab0ef31ff9a..3423ec241419afb72d08ec8f323efdcf7cca98f5 100644
(file)
--- a/
pym/portage/__init__.py
+++ b/
pym/portage/__init__.py
@@
-3099,7
+3099,7
@@
def _checksum_failure_temp_file(distdir, basename):
def _check_digests(filename, digests):
"""
- Check digests and displ
e
y a message if an error occurs.
+ Check digests and displ
a
y a message if an error occurs.
@return True if all digests match, False otherwise.
"""
verified_ok, reason = portage.checksum.verify_all(filename, digests)