[matter] also set ACCEPT_PROPERTIES="* -interactive" env var

This commit is contained in:
Fabio Erculiani
2011-08-06 14:37:05 +02:00
parent ca63f7f121
commit dd5eb2a984

View File

@@ -575,6 +575,7 @@ class PackageBuilder(object):
logic, including constraints validation given by argv parameters.
NOTE: negative errors indicate warnings that can be skipped.
"""
os.environ['ACCEPT_PROPERTIES'] = "* -interactive"
from _emerge.depgraph import backtrack_depgraph
from _emerge.actions import load_emerge_config, action_build
from _emerge.create_depgraph_params import create_depgraph_params