Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
c9b2cbc8
Commit
c9b2cbc8
authored
Dec 12, 2017
by
mat
Browse files
Limit matching Python flavors to two digits.
Sponsored by: Absolight
parent
0727880e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Mk/Uses/python.mk
View file @
c9b2cbc8
...
...
@@ -451,7 +451,7 @@ FLAVOR= ${FLAVORS:[1]}
.
endif
.
endif
.if ${FLAVOR
:
Mpy[23]
*
}
.if ${FLAVOR
:
Mpy[23]
[0-9]
}
_PYTHON_VERSION
=
${
FLAVOR
:S/py//:C/
(.)/\1./
}
.
endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment