Created attachment 196160 [details] patch maybe Expected behaviour (with patch): ----------------------------------- NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils ----------------------------------- WARN: Makefile: "USES" has to appear earlier. ----------------------------------- NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils ----------------------------------- or ----------------------------------- USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes ----------------------------------- WARN: Makefile: extra item placed in the USES/USE_x section, for example, "NO_ARCH".
Committed to my repo pending the next release.
Committed to 2.18.4. Thanks!