Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 117440 | Differences between
and this patch

Collapse All | Expand All

(-)portage.py (-1 / +2 lines)
Lines 2809-2815 Link Here
2809
	# will be executed, either that or forced N doebuild calls instead of a single set of phase calls.
2809
	# will be executed, either that or forced N doebuild calls instead of a single set of phase calls.
2810
	if (mydo not in ("setup", "clean", "postinst", "preinst", "prerm", "fetch", "digest", "manifest") and 
2810
	if (mydo not in ("setup", "clean", "postinst", "preinst", "prerm", "fetch", "digest", "manifest") and 
2811
		"noauto" not in features) or mydo == "unpack":
2811
		"noauto" not in features) or mydo == "unpack":
2812
		orig_distdir = mysettings["DISTDIR"]
2812
		# remove PORTAGE_ACTUAL_DISTDIR once cvs/svn is supported via SRC_URI
2813
		mysettings["PORTAGE_ACTUAL_DISTDIR"] = orig_distdir = mysettings["DISTDIR"]
2813
		edpath = mysettings["DISTDIR"] = os.path.join(mysettings["PORTAGE_BUILDDIR"], "distdir")
2814
		edpath = mysettings["DISTDIR"] = os.path.join(mysettings["PORTAGE_BUILDDIR"], "distdir")
2814
		if os.path.exists(edpath):
2815
		if os.path.exists(edpath):
2815
			try:
2816
			try:

Return to bug 117440