dev-lang/jint: remove TimeSystemTests

Closes: https://bugs.gentoo.org/935450
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2024-07-08 20:20:18 +02:00
parent e44d2e1015
commit 2273b90e57

View File

@@ -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}"