net-libs/nodejs: Python 3.8 compatibility
authorCraig Andrews <candrews@gentoo.org>
Fri, 17 Apr 2020 19:14:59 +0000 (15:14 -0400)
committerCraig Andrews <candrews@gentoo.org>
Fri, 17 Apr 2020 19:14:59 +0000 (15:14 -0400)
Closes: https://bugs.gentoo.org/715038
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Craig Andrews <candrews@gentoo.org>
net-libs/nodejs/nodejs-13.13.0.ebuild
net-libs/nodejs/nodejs-99999999.ebuild

index 3bd32e160d508d8aa3d4512e7a34163270acf15f..a0ae896ce423c88955d6149cc4d3ac252050ccfc 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 PYTHON_REQ_USE="threads(+)"
 inherit bash-completion-r1 eutils flag-o-matic pax-utils python-any-r1 toolchain-funcs xdg-utils
 
index f2c3b912ddaf8fdd26dcb9db78f8c15c9da2768b..e7be7ae9d90db0ee6b20dfdf54f4944636a9ce03 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 PYTHON_REQ_USE="threads(+)"
 inherit bash-completion-r1 eutils flag-o-matic git-r3 pax-utils python-any-r1 toolchain-funcs xdg-utils