diff options
author | William Hubbs <williamh@gentoo.org> | 2024-06-20 17:39:12 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2024-06-20 17:42:26 -0500 |
commit | a3c515c9b4ea0988209048b31cabcc1739701ac1 (patch) | |
tree | a2d89c7a7db4b79429c3e7c1ea7f6f391608397f /net-libs/nodejs | |
parent | games-engines/dMagnetic: Bump to 0.37, drop old 0.36 (diff) | |
download | gentoo-a3c515c9b4ea0988209048b31cabcc1739701ac1.tar.gz gentoo-a3c515c9b4ea0988209048b31cabcc1739701ac1.tar.bz2 gentoo-a3c515c9b4ea0988209048b31cabcc1739701ac1.zip |
net-libs/nodejs: enable py3.12
Closes: https://bugs.gentoo.org/929709
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'net-libs/nodejs')
-rw-r--r-- | net-libs/nodejs/nodejs-18.20.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nodejs/nodejs-18.20.3.ebuild b/net-libs/nodejs/nodejs-18.20.3.ebuild index 00566b9e3f4c..4f03adc04f17 100644 --- a/net-libs/nodejs/nodejs-18.20.3.ebuild +++ b/net-libs/nodejs/nodejs-18.20.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 CONFIG_CHECK="~ADVISE_SYSCALLS" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="threads(+)" inherit bash-completion-r1 check-reqs flag-o-matic linux-info pax-utils python-any-r1 toolchain-funcs xdg-utils |