#12338 closed defect (fixed)
BUG: py-psyco misses platform variant
Reported by: | raimue (Rainer Müller) | Owned by: | erickt@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.5.0 |
Keywords: | Cc: | erickt@…, raimue (Rainer Müller) | |
Port: |
Description
Since the Portfile checks [variant_isset darwin_i386], it has to include this line:
platform darwin i386 {}
Otherwise the variant check does not work.
Change History (2)
comment:1 Changed 17 years ago by erickt@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
thanks, commited!