From 3ca019fd65efcbc7f8de50630782429b29cf7a63 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 1 Feb 2010 21:13:17 +0000 Subject: Simplify the conditional that triggers calculation of A and AA variables. svn path=/main/trunk/; revision=15310 --- pym/portage/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index 127babe60..eae469ac9 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -7195,7 +7195,7 @@ def doebuild(myebuild, mydo, myroot, mysettings, debug=0, listonly=0, mydo not in ("digest", "manifest") and "noauto" not in features) alist = mysettings.configdict["pkg"].get("A") aalist = mysettings.configdict["pkg"].get("AA") - if need_distfiles or alist is None or aalist is None: + if alist is None or aalist is None: # Make sure we get the correct tree in case there are overlays. mytree = os.path.realpath( os.path.dirname(os.path.dirname(mysettings["O"]))) -- cgit v1.2.3-1-g7c22