[121194] trunk/dports/python/py-matplotlib/Portfile

sean at macports.org sean at macports.org
Thu Jun 19 14:15:18 PDT 2014


Revision: 121194
          https://trac.macports.org/changeset/121194
Author:   sean at macports.org
Date:     2014-06-19 14:15:17 -0700 (Thu, 19 Jun 2014)
Log Message:
-----------
py-matplotlib: disable gtk3 variant for python 3; fixes #44043

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

Modified: trunk/dports/python/py-matplotlib/Portfile
===================================================================
--- trunk/dports/python/py-matplotlib/Portfile	2014-06-19 20:57:52 UTC (rev 121193)
+++ trunk/dports/python/py-matplotlib/Portfile	2014-06-19 21:15:17 UTC (rev 121194)
@@ -92,7 +92,7 @@
         }
     }
 
-    if {${python.version} > 26} {
+    if {${python.version} > 26 && ${python.version} < 30} {
         variant gtk3 description "Enable GTK3Agg backend" {
             depends_lib-append  port:py${python.version}-gobject3 port:gtk3
             post-patch {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140619/0f4f52ce/attachment-0001.html>


More information about the macports-changes mailing list