[102720] trunk/dports/python/py-h5py/Portfile

eborisch at macports.org eborisch at macports.org
Thu Feb 7 10:27:34 PST 2013


Revision: 102720
          https://trac.macports.org/changeset/102720
Author:   eborisch at macports.org
Date:     2013-02-07 10:27:34 -0800 (Thu, 07 Feb 2013)
Log Message:
-----------
py-h5py: Fix conflicts (should't set for base py-h5py port.)

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

Modified: trunk/dports/python/py-h5py/Portfile
===================================================================
--- trunk/dports/python/py-h5py/Portfile	2013-02-07 17:56:54 UTC (rev 102719)
+++ trunk/dports/python/py-h5py/Portfile	2013-02-07 18:27:34 UTC (rev 102720)
@@ -29,7 +29,7 @@
 #    No current devel version
 #    version         2.X
     conflicts           py${python.version}-h5py
-} else {
+} elseif {$subport != $name} {
     conflicts           py${python.version}-h5py-devel
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130207/b4b02b8e/attachment.html>


More information about the macports-changes mailing list