Skip to content

Commit

Permalink
gramps: 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 4dcd927 commit 2812957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions genealogy/gramps/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ variant python36 conflicts python34 python35 description {Use Python 3.6} {
port:py36-bsddb3
}

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

post-destroot {
Expand Down

0 comments on commit 2812957

Please sign in to comment.