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

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

Git commit a0effb531ed7ce866906c622aea4b93a14c01457 by Patrick Spendrin.
Committed on 20/03/2012 at 16:17.
Pushed by sengels into branch 'kde-4.8'.

fix if options aren't set

M  +2    -2    bin/options.py

http://commits.kde.org/emerge/a0effb531ed7ce866906c622aea4b93a14c01457

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