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

List:       kde-commits
Subject:    [emerge/kde-4.10] portage/win32libs/boost: Fix invalid svnTarget key
From:       Ananta Palani <anantapalani () gmail ! com>
Date:       2013-06-02 15:03:58
Message-ID: 20130602150358.277B4A6067 () git ! kde ! org
[Download RAW message or body]

Git commit 3996350f73373df3d8a7b450f1304a51ab0165e7 by Ananta Palani.
Committed on 02/06/2013 at 17:03.
Pushed by palani into branch 'kde-4.10'.

Fix invalid svnTarget key

M  +2    -1    portage/win32libs/boost/boost-1.50.0.py

http://commits.kde.org/emerge/3996350f73373df3d8a7b450f1304a51ab0165e7

diff --git a/portage/win32libs/boost/boost-1.50.0.py b/portage/win32libs/boost/boost-1.50.0.py
index 9cffc3f..b9d8c74 100644
--- a/portage/win32libs/boost/boost-1.50.0.py
+++ b/portage/win32libs/boost/boost-1.50.0.py
@@ -2,7 +2,8 @@ import info
 
 class subinfo(info.infoclass):
     def setTargets( self ):
-        self.svnTargets['1.50.0', '1.52.0'] = ''
+        for ver in ['1.50.0', '1.52.0']:
+            self.svnTargets[ver] = ''
         self.defaultTarget = '1.52.0'
 
         self.homepage = 'http://www.boost.org/'
[prev in list] [next in list] [prev in thread] [next in thread] 

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