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

List:       kde-commits
Subject:    [emerge/kde-4.11] portage/win32libs/exiv2: fix a one-element tuple used for new versions
From:       Nico Kruber <nico.kruber () gmail ! com>
Date:       2013-09-01 1:07:48
Message-ID: E1VFw8q-0002M4-1E () scm ! kde ! org
[Download RAW message or body]

Git commit a323ffc7246f979c307efaf99d20aa73400686c0 by Nico Kruber.
Committed on 01/09/2013 at 01:06.
Pushed by nkruber into branch 'kde-4.11'.

fix a one-element tuple used for new versions

(cannot activate 0.23 yet though since the svn tag 0.23 folder contains
a "msvc64\runner.txt" file and again a "runner.txt" in the "msvc64"
folder)

M  +2    -1    portage/win32libs/exiv2/exiv2-0.22-20120309.py

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

diff --git a/portage/win32libs/exiv2/exiv2-0.22-20120309.py b/portage/win32libs/exiv2/exiv2-0.22-20120309.py
index f800574..39e07ef 100644
--- a/portage/win32libs/exiv2/exiv2-0.22-20120309.py
+++ b/portage/win32libs/exiv2/exiv2-0.22-20120309.py
@@ -16,10 +16,11 @@ class subinfo( info.infoclass ):
         self.patchToApply['0.22'].append(('exiv2-0.22-20120117.diff', 1))
         # 0.23+ will use svn because cmake support are not included in the tarball but are in the repository
         # exiv2 will eventually fully support cmake
-        for f in ( '23' ):
+        for f in ( '23', ):
           ver = '0.' + f
           self.svnTargets[ver]       = 'svn://dev.exiv2.org/svn/tags/%s' % ver
         self.svnTargets['svnHEAD'] = 'svn://dev.exiv2.org/svn/trunk'
+
         self.shortDescription = "an image metadata library"
         self.defaultTarget = '0.22'
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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