[133074] trunk/dports/python/py-nio/Portfile

petr at macports.org petr at macports.org
Thu Feb 19 10:39:15 PST 2015


Revision: 133074
          https://trac.macports.org/changeset/133074
Author:   petr at macports.org
Date:     2015-02-19 10:39:15 -0800 (Thu, 19 Feb 2015)
Log Message:
-----------
py-nio: minor correcting comparing version

Modified Paths:
--------------
    trunk/dports/python/py-nio/Portfile

Modified: trunk/dports/python/py-nio/Portfile
===================================================================
--- trunk/dports/python/py-nio/Portfile	2015-02-19 16:13:35 UTC (rev 133073)
+++ trunk/dports/python/py-nio/Portfile	2015-02-19 18:39:15 UTC (rev 133074)
@@ -69,7 +69,7 @@
         set variant_line {variant gcc${ver_no_dot} description "build with gfortran from gcc${ver_no_dot}" conflicts g95}
 
         foreach over ${gcc_versions} {
-            if {${ver} == ${over}} {
+            if {${ver} eq ${over}} {
                 continue
         }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150219/73c79bcc/attachment.html>


More information about the macports-changes mailing list