projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca07d1b
)
Make --skipfirst imply --resume.
author
Jason Stubbs
<jstubbs@gentoo.org>
Wed, 21 Dec 2005 15:43:45 +0000
(15:43 -0000)
committer
Jason Stubbs
<jstubbs@gentoo.org>
Wed, 21 Dec 2005 15:43:45 +0000
(15:43 -0000)
svn path=/main/trunk/; revision=2425
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index c52c3caa759fe3e341d9f54d6db5dcdd4c2ce884..5ddc92cea8f7955b1b3c11673864911924441975 100755
(executable)
--- a/
bin/emerge
+++ b/
bin/emerge
@@
-350,6
+350,9
@@
if ("--searchdesc" in myopts):
if ("getbinpkg" in portage.features):
myopts.append("--getbinpkg")
+if "--skipfirst" in myopts and "--resume" not in myopts:
+ myopts.append("--resume")
+
if ("--getbinpkgonly" in myopts) and not ("--usepkgonly" in myopts):
myopts.append("--usepkgonly")