diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-03-04 11:25:48 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-03-04 12:16:39 +0000 |
commit | 0f996308b0d94c7934acca7494dcf5b2183e7092 (patch) | |
tree | 6ab9bd7da6898f45d1c8aff4632ce43741903dce /net-libs/nodejs/nodejs-99999999.ebuild | |
parent | mail-client/claws-mail: live ebuild adjustments (diff) | |
download | gentoo-0f996308b0d94c7934acca7494dcf5b2183e7092.tar.gz gentoo-0f996308b0d94c7934acca7494dcf5b2183e7092.tar.bz2 gentoo-0f996308b0d94c7934acca7494dcf5b2183e7092.zip |
net-libs/nodejs-99999999: update PYTHON_COMPAT
Latest releases support python3_9 so it should be safe to assume
so does the live ebuild.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'net-libs/nodejs/nodejs-99999999.ebuild')
-rw-r--r-- | net-libs/nodejs/nodejs-99999999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nodejs/nodejs-99999999.ebuild b/net-libs/nodejs/nodejs-99999999.ebuild index a1ad2ad647b7..0ff4f3923029 100644 --- a/net-libs/nodejs/nodejs-99999999.ebuild +++ b/net-libs/nodejs/nodejs-99999999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) PYTHON_REQ_USE="threads(+)" inherit bash-completion-r1 flag-o-matic git-r3 pax-utils python-any-r1 toolchain-funcs xdg-utils |