From 10017a62b227558ed446419a2133c1584676c01c Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 29 Nov 2011 08:24:06 -0800 Subject: doebuild: disable noauto for binary packages --- pym/portage/package/ebuild/doebuild.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pym/portage/package/ebuild/doebuild.py b/pym/portage/package/ebuild/doebuild.py index 4ba523cc4..e42d9a41c 100644 --- a/pym/portage/package/ebuild/doebuild.py +++ b/pym/portage/package/ebuild/doebuild.py @@ -560,6 +560,10 @@ def doebuild(myebuild, mydo, _unused=None, settings=None, debug=0, listonly=0, os.path.dirname(os.path.dirname(pkgdir))) else: repo_config = None + # FEATURES=noauto only makes sense for porttree, and we don't want + # it to trigger redundant sourcing of the ebuild for api consumers + # that are using binary packages + mysettings.features.discard("noauto") mf = None if "strict" in features and \ "digest" not in features and \ -- cgit v1.2.3-1-g7c22