From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1EK8pK-0003vF-DV for garchives@archives.gentoo.org; Tue, 27 Sep 2005 06:20:30 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id j8R6Curp016825; Tue, 27 Sep 2005 06:12:56 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id j8R6Culr021816 for ; Tue, 27 Sep 2005 06:12:56 GMT Received: from zh034158.ppp.dion.ne.jp ([222.3.34.158] helo=opteron246.suzuki-stubbs.home) by smtp.gentoo.org with esmtpa (Exim 4.43) id 1EK8ok-0002F2-9n for gentoo-portage-dev@lists.gentoo.org; Tue, 27 Sep 2005 06:19:54 +0000 Received: by opteron246.suzuki-stubbs.home (Postfix, from userid 1000) id 8C5CB248D4A; Tue, 27 Sep 2005 15:20:05 +0900 (JST) From: Jason Stubbs To: gentoo-portage-dev@lists.gentoo.org Subject: [gentoo-portage-dev] [PATCH] Ignore blockers when fetching and using --ask Date: Tue, 27 Sep 2005 15:20:05 +0900 User-Agent: KMail/1.8.91 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_VSOODPJjrn41hpv" Message-Id: <200509271520.05347.jstubbs@gentoo.org> X-Archives-Salt: 3bc2d28a-a708-44e7-ad39-e78dc2ab4e01 X-Archives-Hash: 5f51757f4de193bd006634030df944be --Boundary-00=_VSOODPJjrn41hpv Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject says it all... --Boundary-00=_VSOODPJjrn41hpv Content-Type: text/x-diff; charset="us-ascii"; name="ignore-blockers-on-fetch.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="ignore-blockers-on-fetch.patch" diff -uNr 2.0/bin/emerge 2.0-patched/bin/emerge --- 2.0/bin/emerge 2005-09-27 13:16:09.000000000 +0900 +++ 2.0-patched/bin/emerge 2005-09-27 15:18:53.000000000 +0900 @@ -3173,7 +3173,7 @@ if x[3]!="nomerge": mergecount+=1 #check for blocking dependencies - if x[0]=="blocks": + if x[0]=="blocks" and "--fetchonly" not in myopts and "--fetch-all-uri" not in myopts: print "\n!!! Error: The above package list contains packages which cannot be installed" print "!!! on the same system." print --Boundary-00=_VSOODPJjrn41hpv-- -- gentoo-portage-dev@gentoo.org mailing list