From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C2A66158064 for ; Sun, 12 May 2024 19:29:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0388F2BC030; Sun, 12 May 2024 19:29:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E19D72BC030 for ; Sun, 12 May 2024 19:29:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 367E53430A4 for ; Sun, 12 May 2024 19:29:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0C80132F for ; Sun, 12 May 2024 19:29:45 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1715542078.09af1b7b4285a3083f4221bda80c92dc0838315d.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/jerryscript/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/jerryscript/jerryscript-2.4.0-r4.ebuild X-VCS-Directories: dev-lang/jerryscript/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 09af1b7b4285a3083f4221bda80c92dc0838315d X-VCS-Branch: master Date: Sun, 12 May 2024 19:29:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7f2e2f33-a3fa-49d4-9f7e-b783d64e50f4 X-Archives-Hash: dc222ed32ea84eace23414d6274fa9df commit: 09af1b7b4285a3083f4221bda80c92dc0838315d Author: Zac Medico gentoo org> AuthorDate: Sun May 12 19:21:37 2024 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun May 12 19:27:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09af1b7b dev-lang/jerryscript: enable py3.12 Closes: https://bugs.gentoo.org/929400 Signed-off-by: Zac Medico gentoo.org> dev-lang/jerryscript/jerryscript-2.4.0-r4.ebuild | 8 ++++---- 1 file 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"