commit: 7248465866756310b83470c2d1dcb711174a6d50
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 26 17:04:54 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Nov 26 17:22:01 2024 +0000
URL: https://gitweb.gentoo.org/proj/tex-overlay.git/commit/?id=72484658
app-text/texlive-core: fix tests
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
app-text/texlive-core/texlive-core-2024.ebuild | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/app-text/texlive-core/texlive-core-2024.ebuild
b/app-text/texlive-core/texlive-core-2024.ebuild
index f5db30c..c4b19d0 100644
--- a/app-text/texlive-core/texlive-core-2024.ebuild
+++ b/app-text/texlive-core/texlive-core-2024.ebuild
@@ -404,10 +404,8 @@ src_test() {
sed -i \
-e 's;dvispc.test;;' \
texk/dviout-util/Makefile || die
-
- # TODO: Drop -j1 when bumping to texlive-2024
- # https://bugs.gentoo.org/935825
- emake check -j1
+ local -x KpsDir="${EROOT}"/usr/bin
+ emake check
}
src_install() {