commit:     2273b90e57de18db5e1e0da248449f2de289ba78
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  8 18:20:18 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Jul  8 18:22:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2273b90e

dev-lang/jint: remove TimeSystemTests

Closes: https://bugs.gentoo.org/935450
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 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 50ce529b01fc..114d2a48baa1 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}"

Reply via email to