Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Zac Medico (zmedico)" <zmedico@g.o>
Subject: portage r13575 - main/trunk/pym/_emerge
Date: Thu, 30 Apr 2009 21:59:27 +0000
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:



Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoolkit r565 - tags
Next by thread:
portage r13576 - main/branches/2.1.6/pym/_emerge
Previous by date:
gentoolkit r565 - tags
Next by date:
portage r13576 - main/branches/2.1.6/pym/_emerge


Updated Mar 31, 2011

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.