The ebuild currently enforces python < 3.13 with https://gitweb.gentoo.org/repo/gentoo.git/tree/net-libs/nodejs/nodejs-20.19.1.ebuild#n7 however upstream added python 3.13 support to 20.x with https://github.com/nodejs/node/commit/eded0c187bcf0ca401cc605305151fd6b22f4f7f a while ago. Reproducible: Always Steps to Reproduce: 1. uninstall python:3.12 2. install/rebuild net-libs/nodejs-20.19.1 3. have python 3.12 pulled in Actual Results: requires python 3.12 to build Expected Results: build with python 3.13
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac4237f541d3a02f22be762f86ca0ca18684a70 commit 1ac4237f541d3a02f22be762f86ca0ca18684a70 Author: William Hubbs <williamh@gentoo.org> AuthorDate: 2025-05-02 19:21:09 +0000 Commit: William Hubbs <williamh@gentoo.org> CommitDate: 2025-05-02 19:21:27 +0000 net-libs/nodejs: enable py3.13 Closes: https://bugs.gentoo.org/955222 Signed-off-by: William Hubbs <williamh@gentoo.org> net-libs/nodejs/nodejs-20.19.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)