aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Ochotnicky <sochotnicky@gmail.com>2009-07-31 15:34:22 +0200
committerStanislav Ochotnicky <sochotnicky@gmail.com>2009-07-31 16:20:40 +0200
commit6baebfd2f21fdf3653348ca43a2d46ce364dab9c (patch)
tree607436b660fa498d227a33c32c58f026e84abe32
parent[db] Fix content save db function (diff)
downloadcollagen-6baebfd2f21fdf3653348ca43a2d46ce364dab9c.tar.gz
collagen-6baebfd2f21fdf3653348ca43a2d46ce364dab9c.tar.bz2
collagen-6baebfd2f21fdf3653348ca43a2d46ce364dab9c.zip
Remove "strict" from FEATURES
-rw-r--r--src/tinderbox/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tinderbox/__init__.py b/src/tinderbox/__init__.py
index bf7e96b..2ae13cc 100644
--- a/src/tinderbox/__init__.py
+++ b/src/tinderbox/__init__.py
@@ -184,6 +184,7 @@ class Tinderbox(object):
extra_use = dep[0]
if extra_use:
os.environ["USE"]=" ".join(extra_use)
+ os.environ["FEATURES"] = "-strict"
sys.argv = ["emerge","--verbose", "--usepkg", "--buildpkg" ,"=%s" % dep[1]]
exit_code = emerge.emerge_main()
sys.exit(exit_code)