projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4233198
)
Verify binary packages even when not in "strict" mode (normal distfiles are
author
Zac Medico
<zmedico@gentoo.org>
Fri, 12 Dec 2008 21:36:58 +0000
(21:36 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 12 Dec 2008 21:36:58 +0000
(21:36 -0000)
also verified in this case). (trunk r12195)
svn path=/main/branches/2.1.6/; revision=12228
pym/_emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/__init__.py
b/pym/_emerge/__init__.py
index 394a34e1280d3e54a15644f23c826817540623c1..43384ea856acb91b5aa317946839e94c6369a82d 100644
(file)
--- a/
pym/_emerge/__init__.py
+++ b/
pym/_emerge/__init__.py
@@
-3113,8
+3113,7
@@
class Binpkg(CompositeTask):
settings.setcpv(pkg)
self._tree = "bintree"
self._bintree = self.pkg.root_config.trees[self._tree]
- self._verify = "strict" in self.settings.features and \
- not self.opts.pretend
+ self._verify = not self.opts.pretend
dir_path = os.path.join(settings["PORTAGE_TMPDIR"],
"portage", pkg.category, pkg.pf)