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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0133B1382C5 for ; Mon, 14 Jun 2021 07:13:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BE11E0ADD; Mon, 14 Jun 2021 07:13:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 46B02E0ADD for ; Mon, 14 Jun 2021 07:13:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A004340D94 for ; Mon, 14 Jun 2021 07:13:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 809BB720 for ; Mon, 14 Jun 2021 07:13:40 +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: <1623654802.fd68871a6c49ad0f9b9e79a2822636cba51579c7.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-r3.ebuild X-VCS-Directories: dev-lang/jerryscript/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: fd68871a6c49ad0f9b9e79a2822636cba51579c7 X-VCS-Branch: master Date: Mon, 14 Jun 2021 07:13:40 +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: 47a39125-04cd-4e16-a283-6dd56937f8dc X-Archives-Hash: 95df28396ac94da21de5b00fc3399060 commit: fd68871a6c49ad0f9b9e79a2822636cba51579c7 Author: Zac Medico gentoo org> AuthorDate: Mon Jun 14 07:12:14 2021 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Jun 14 07:13:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd68871a dev-lang/jerryscript: RESTRICT+= test Disable tests which were not expected to run. Closes: https://bugs.gentoo.org/795918 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Zac Medico gentoo.org> dev-lang/jerryscript/jerryscript-2.4.0-r3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lang/jerryscript/jerryscript-2.4.0-r3.ebuild b/dev-lang/jerryscript/jerryscript-2.4.0-r3.ebuild index 369fd92e37c..f7f6592c87b 100644 --- a/dev-lang/jerryscript/jerryscript-2.4.0-r3.ebuild +++ b/dev-lang/jerryscript/jerryscript-2.4.0-r3.ebuild @@ -16,6 +16,7 @@ KEYWORDS="~amd64" IUSE="debugger" RDEPEND="debugger? ( ${PYTHON_DEPS} )" BDEPEND="${RDEPEND}" +RESTRICT+=" test" PATCHES=( "${FILESDIR}/jerryscript-2.4.0-python3.patch"