[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [emerge] bin: fix if options aren't set
From:       Patrick Spendrin <ps_ml () gmx ! de>
Date:       2012-03-20 15:18:17
Message-ID: 20120320151817.79AF5A60A9 () git ! kde ! org
[Download RAW message or body]

Git commit 326db0ca19bfeb4a93c34ca7449929f6d958f3fa by Patrick Spendrin.
Committed on 20/03/2012 at 16:17.
Pushed by sengels into branch 'master'.

fix if options aren't set
(cherry picked from commit a0effb531ed7ce866906c622aea4b93a14c01457)

M  +2    -2    bin/options.py

http://commits.kde.org/emerge/326db0ca19bfeb4a93c34ca7449929f6d958f3fa

diff --git a/bin/options.py b/bin/options.py
index e61e0af..18a6eca 100644
--- a/bin/options.py
+++ b/bin/options.py
@@ -220,8 +220,8 @@ class Options:
 
         ## there is a special option available already
         self.buildTests = utils.envAsBool("EMERGE_BUILDTESTS")
-        self.buildTools = False
-        self.buildStatic = False
+        self.buildTools = "False"
+        self.buildStatic = "False"
 
         #### end of user configurable part
         self.__instances = dict()
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic