From 2273b90e57de18db5e1e0da248449f2de289ba78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Mon, 8 Jul 2024 20:20:18 +0200 Subject: [PATCH] dev-lang/jint: remove TimeSystemTests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/935450 Signed-off-by: Maciej Barć --- dev-lang/jint/jint-3.1.2.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dev-lang/jint/jint-3.1.2.ebuild b/dev-lang/jint/jint-3.1.2.ebuild index 50ce529b01fca..114d2a48baa1f 100644 --- a/dev-lang/jint/jint-3.1.2.ebuild +++ b/dev-lang/jint/jint-3.1.2.ebuild @@ -164,6 +164,13 @@ pkg_setup() { dotnet-pkg_pkg_setup } +src_prepare() { + dotnet-pkg_src_prepare + + # Those files do not exist on musl. See bug https://bugs.gentoo.org/935450 + rm Jint.Tests.PublicInterface/TimeSystemTests.cs || die +} + src_install() { dotnet-pkg-base_install dotnet-pkg-base_dolauncher "/usr/share/${P}/Jint.Repl" "${PN}"