commit:     cbb63b3f44dafaa60b4dbabb66872d757d69da8f
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  6 10:33:34 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Dec  6 10:33:34 2024 +0000
URL:        https://gitweb.gentoo.org/proj/tex-overlay.git/commit/?id=cbb63b3f

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 10eb558..f013c1e 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
 }
 

Reply via email to