Make --skipfirst imply --resume.
authorJason Stubbs <jstubbs@gentoo.org>
Wed, 21 Dec 2005 15:43:45 +0000 (15:43 -0000)
committerJason Stubbs <jstubbs@gentoo.org>
Wed, 21 Dec 2005 15:43:45 +0000 (15:43 -0000)
svn path=/main/trunk/; revision=2425

bin/emerge

index c52c3caa759fe3e341d9f54d6db5dcdd4c2ce884..5ddc92cea8f7955b1b3c11673864911924441975 100755 (executable)
@@ -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")