On Thu Jul 30, 2020 at 4:51 AM EDT, Dimitri Karamazov wrote: > if it's a standalone application (couldn't possibly be another's > dependency) > then > >> MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3} > else > >> +FLAVORS = python3 > >> +FLAVOR ?= python3 > endif
Makes sense to me. > Scour is an optional dependency for inkscape. Since graphics/inkscape uses python 3, enforcing the flavor seems like it should be fine.