Opened 5 years ago
Closed 5 years ago
#60355 closed defect (fixed)
xonsh: Default variants typo
Reported by: | mf2k (Frank Schima) | Owned by: | Schamschula (Marius Schamschula) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.99 |
Keywords: | Cc: | ||
Port: | xonsh |
Description
There is a typo in the Portfile with the default variants.
if {![variant_isset python36] && ![variant_isset python38]} { default_variants +python38 }
Should be:
if {![variant_isset python36] && ![variant_isset python37]} { default_variants +python38 }
Change History (2)
comment:1 Changed 5 years ago by mf2k (Frank Schima)
comment:2 Changed 5 years ago by Schamschula (Marius Schamschula)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
I am happy to commit the fix.