Opened 4 years ago

Closed 4 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 4 years ago by mf2k (Frank Schima)

I am happy to commit the fix.

comment:2 Changed 4 years ago by Schamschula (Marius Schamschula)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.