From 16191e6c7cb14c59a8b49ed6b268e228764ecb5f Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Mon, 9 Nov 2020 15:18:32 +0100 Subject: net-libs/nodejs-12.19.0: add python3_8 support Signed-off-by: Marek Szuba --- net-libs/nodejs/nodejs-12.19.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'net-libs/nodejs') diff --git a/net-libs/nodejs/nodejs-12.19.0.ebuild b/net-libs/nodejs/nodejs-12.19.0.ebuild index 3b04b2332a4e..86e765ea3023 100644 --- a/net-libs/nodejs/nodejs-12.19.0.ebuild +++ b/net-libs/nodejs/nodejs-12.19.0.ebuild @@ -2,8 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) + +PYTHON_COMPAT=( python3_{6..8} ) PYTHON_REQ_USE="threads(+)" + inherit bash-completion-r1 flag-o-matic python-any-r1 toolchain-funcs xdg-utils DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine" -- cgit v1.2.3-65-gdbad