[113104] users/devans/GNOME-3/stable/dports/gnome/devhelp/Portfile

devans at macports.org devans at macports.org
Fri Nov 8 19:57:32 PST 2013


Revision: 113104
          https://trac.macports.org/changeset/113104
Author:   devans at macports.org
Date:     2013-11-08 19:57:32 -0800 (Fri, 08 Nov 2013)
Log Message:
-----------
GNOME-3/stable/dports: devhelp, remove leftover conflicts with non-existent +python25.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/devhelp/Portfile

Modified: users/devans/GNOME-3/stable/dports/gnome/devhelp/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/devhelp/Portfile	2013-11-09 03:52:06 UTC (rev 113103)
+++ users/devans/GNOME-3/stable/dports/gnome/devhelp/Portfile	2013-11-09 03:57:32 UTC (rev 113104)
@@ -38,12 +38,12 @@
 configure.args  --with-webkit2=no \
                 --disable-schemas-compile
 
-variant python26 conflicts python25 python27 description {Build using Python 2.6} {
+variant python26 conflicts python27 description {Build using Python 2.6} {
     configure.python          ${prefix}/bin/python2.6
     depends_build-append      port:python26
 }
 
-variant python27 conflicts python25 python26 description {Build using Python 2.7} {
+variant python27 conflicts python26 description {Build using Python 2.7} {
     configure.python          ${prefix}/bin/python2.7
     depends_build-append      port:python27
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131108/124f3e18/attachment.html>


More information about the macports-changes mailing list