public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r13575 - main/trunk/pym/_emerge
@ 2009-04-30 21:59 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2009-04-30 21:59 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2009-04-30 21:59:26 +0000 (Thu, 30 Apr 2009)
New Revision: 13575

Modified:
   main/trunk/pym/_emerge/__init__.py
Log:
Remove unnecessary doebuild_environment() call from EbuildFetchonly.execute()
since PORTAGE_RESTRICT is calculated by config.setcpv() now.


Modified: main/trunk/pym/_emerge/__init__.py
===================================================================
--- main/trunk/pym/_emerge/__init__.py	2009-04-30 21:45:55 UTC (rev 13574)
+++ main/trunk/pym/_emerge/__init__.py	2009-04-30 21:59:26 UTC (rev 13575)
@@ -1741,9 +1741,6 @@
 		ebuild_path = portdb.findname(pkg.cpv)
 		settings.setcpv(pkg)
 		debug = settings.get("PORTAGE_DEBUG") == "1"
-		use_cache = 1 # always true
-		portage.doebuild_environment(ebuild_path, "fetch",
-			settings["ROOT"], settings, debug, use_cache, portdb)
 		restrict_fetch = 'fetch' in settings['PORTAGE_RESTRICT'].split()
 
 		if restrict_fetch:




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-30 21:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-30 21:59 [gentoo-commits] portage r13575 - main/trunk/pym/_emerge Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox