Changeset 97836


Ignore:
Timestamp:
Sep 17, 2012, 11:08:36 AM (12 years ago)
Author:
stromnov@…
Message:

py-billiard: fix for #36167

Location:
trunk/dports/python/py-billiard
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-billiard/Portfile

    r97816 r97836  
    2828
    2929if {$subport != $name} {
     30    # Workaround for py3k bug introduced in version 2.7.3.13
     31    if {$subport == "py31-billiard" || $subport == "py32-billiard"} {
     32        patchfiles-append   patch-setup.py.diff
     33    }
    3034    depends_lib-append  port:py${python.version}-distribute
    3135}
Note: See TracChangeset for help on using the changeset viewer.