commit: fd68871a6c49ad0f9b9e79a2822636cba51579c7 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Mon Jun 14 07:12:14 2021 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> 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 <zmedico <AT> 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"