Skip to content

Commit

Permalink
gexiv2: Update default python variant from +python34 to +python36
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@macports.org>
  • Loading branch information
jeremyhu committed Aug 30, 2017
1 parent b079aef commit 4dcd927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gnome/gexiv2/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ variant python36 conflicts python34 python35 description {Build Python3 bindings
configure.env-append PYTHON3_PATH=${prefix}/bin/python3.6
}

if {![variant_isset python35] && ![variant_isset python36]} {
default_variants +python34
if {![variant_isset python34] && ![variant_isset python35]} {
default_variants +python36
}

livecheck.type gnome

0 comments on commit 4dcd927

Please sign in to comment.