[152559] trunk/dports/sysutils/python_select/Portfile

larryv at macports.org larryv at macports.org
Mon Sep 12 09:35:27 PDT 2016


Revision: 152559
          https://trac.macports.org/changeset/152559
Author:   larryv at macports.org
Date:     2016-09-12 09:35:27 -0700 (Mon, 12 Sep 2016)
Log Message:
-----------
python_select: Fix inadvertent group mixup

Just copy and paste it, he said.

It'll be fine, he said.

Modified Paths:
--------------
    trunk/dports/sysutils/python_select/Portfile

Modified: trunk/dports/sysutils/python_select/Portfile
===================================================================
--- trunk/dports/sysutils/python_select/Portfile	2016-09-12 16:22:25 UTC (rev 152558)
+++ trunk/dports/sysutils/python_select/Portfile	2016-09-12 16:35:27 UTC (rev 152559)
@@ -56,7 +56,7 @@
         }
     ]
     foreach python $apple_pythons {
-        select.entries-append [list python2 {*}$python]
+        select.entries-append [list python {*}$python]
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160912/45811219/attachment.html>


More information about the macports-changes mailing list