diff options
author | Zac Medico <zmedico@gentoo.org> | 2022-01-01 12:35:16 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2022-01-01 12:35:49 -0800 |
commit | da86570a762bbe7b2ea1f79743c851f382a19342 (patch) | |
tree | 653e4d9eb5cb58695f816b60db1f457562a8171d /dev-lang/jerryscript | |
parent | www-apache/mod_wsgi: bump to 4.9.0 (diff) | |
download | gentoo-da86570a762bbe7b2ea1f79743c851f382a19342.tar.gz gentoo-da86570a762bbe7b2ea1f79743c851f382a19342.tar.bz2 gentoo-da86570a762bbe7b2ea1f79743c851f382a19342.zip |
dev-lang/jerryscript: PYTHON_COMPAT+=(python3_10)
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'dev-lang/jerryscript')
-rw-r--r-- | dev-lang/jerryscript/jerryscript-2.4.0-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/jerryscript/jerryscript-2.4.0-r3.ebuild b/dev-lang/jerryscript/jerryscript-2.4.0-r3.ebuild index f7f6592c87ba..618eb5259a29 100644 --- a/dev-lang/jerryscript/jerryscript-2.4.0-r3.ebuild +++ b/dev-lang/jerryscript/jerryscript-2.4.0-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=(python3_{7,8,9}) +PYTHON_COMPAT=(python3_{7,8,9,10}) inherit cmake python-any-r1 DESCRIPTION="Ultra-lightweight JavaScript engine for the Internet of Things" |