www/node18: Fix USES=python

It follows acceptable_pythons in the configure script. [1]

PR:		269279
Reported by:	Jordan Ostreff <jordan@ostreff.info>
Reference:	https://github.com/nodejs/node/blob/v18.14.0/configure [1]
This commit is contained in:
Po-Chuan Hsieh 2023-02-05 23:17:52 +08:00
parent 9486eab9f6
commit 7ab6fa9363
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -27,7 +27,7 @@ LIB_DEPENDS= libbrotlidec.so:archivers/brotli \
libnghttp2.so:www/libnghttp2 \
libuv.so:devel/libuv
USES= compiler:c++11-lib gmake localbase pkgconfig python:3.6-3.10,build shebangfix
USES= compiler:c++11-lib gmake localbase pkgconfig python:3.6+,build shebangfix
CONFIGURE_ARGS= --prefix=${PREFIX:S|^${DESTDIR}||} \
--shared-brotli \