From 603de1d6c5e6b2908d9f03a00cc31e1a29f37c0c Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Thu, 4 Mar 2021 12:02:46 +0000 Subject: [PATCH] net-libs/nodejs-12.21.0: support building using python3_9 Tested, works fine. Signed-off-by: Marek Szuba --- net-libs/nodejs/nodejs-12.21.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/nodejs/nodejs-12.21.0.ebuild b/net-libs/nodejs/nodejs-12.21.0.ebuild index 9ad28a2d5fd14..ded3b9963372e 100644 --- a/net-libs/nodejs/nodejs-12.21.0.ebuild +++ b/net-libs/nodejs/nodejs-12.21.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..8} ) +PYTHON_COMPAT=( python3_{7..9} ) PYTHON_REQ_USE="threads(+)" inherit bash-completion-r1 flag-o-matic pax-utils python-any-r1 toolchain-funcs xdg-utils