projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d29935b
)
Allow the merge task to continue despite conflicts when --fetch-all-uri is specified...
author
Zac Medico
<zmedico@gentoo.org>
Sat, 24 Mar 2007 21:39:36 +0000
(21:39 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 24 Mar 2007 21:39:36 +0000
(21:39 -0000)
svn path=/main/branches/2.1.2/; revision=6274
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index 3af575601a666da228d4a1ae66269773f28952a6..684f2a978521e6c0b1b5154a23f4adf6df53c85d 100755
(executable)
--- a/
bin/emerge
+++ b/
bin/emerge
@@
-2894,6
+2894,7
@@
class MergeTask(object):
#check for blocking dependencies
if "--fetchonly" not in self.myopts and \
+ "--fetch-all-uri" not in self.myopts and \
"--buildpkgonly" not in self.myopts:
for x in mylist:
if x[0]=="blocks":