diff options
author | Zac Medico <zmedico@gentoo.org> | 2024-05-12 12:21:37 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2024-05-12 12:27:58 -0700 |
commit | 09af1b7b4285a3083f4221bda80c92dc0838315d (patch) | |
tree | e1bde78775b0fc5001d3dd37fde37b20170094a2 /dev-lang/jerryscript | |
parent | app-shells/tcsh-6.24.12: fix USE=man #931820 (diff) | |
download | gentoo-09af1b7b4285a3083f4221bda80c92dc0838315d.tar.gz gentoo-09af1b7b4285a3083f4221bda80c92dc0838315d.tar.bz2 gentoo-09af1b7b4285a3083f4221bda80c92dc0838315d.zip |
dev-lang/jerryscript: enable py3.12
Closes: https://bugs.gentoo.org/929400
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'dev-lang/jerryscript')
-rw-r--r-- | dev-lang/jerryscript/jerryscript-2.4.0-r4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/jerryscript/jerryscript-2.4.0-r4.ebuild b/dev-lang/jerryscript/jerryscript-2.4.0-r4.ebuild index 60be1af801e9..c87480e20a8c 100644 --- a/dev-lang/jerryscript/jerryscript-2.4.0-r4.ebuild +++ b/dev-lang/jerryscript/jerryscript-2.4.0-r4.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit cmake python-single-r1 DESCRIPTION="Ultra-lightweight JavaScript engine for the Internet of Things" @@ -17,7 +17,7 @@ IUSE="debugger" RDEPEND="debugger? ( ${PYTHON_DEPS} )" BDEPEND="${RDEPEND}" REQUIRED_USE="debugger? ( ${PYTHON_REQUIRED_USE} )" -RESTRICT+=" test" +RESTRICT="test" PATCHES=( "${FILESDIR}/jerryscript-2.4.0-python3-r4.patch" |