commit: 650bb66440b5c6e8c7c982f1b8073b5956bf95e9
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 6 10:33:59 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Dec 6 10:35:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=650bb664
app-text/texlive-core: use ESYSROOT instead of EROOT in src_test
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
app-text/texlive-core/texlive-core-2024.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/texlive-core/texlive-core-2024.ebuild
b/app-text/texlive-core/texlive-core-2024.ebuild
index 10eb558ff7bc..f013c1e592e8 100644
--- a/app-text/texlive-core/texlive-core-2024.ebuild
+++ b/app-text/texlive-core/texlive-core-2024.ebuild
@@ -403,7 +403,7 @@ src_test() {
sed -i \
-e 's;dvispc.test;;' \
texk/dviout-util/Makefile || die
- local -x KpsDir="${EROOT}"/usr/bin
+ local -x KpsDir="${ESYSROOT}"/usr/bin
emake check
}