> On Wed, 11 Dec 2024, Florian Schmaus wrote:
> --- a/eclass/texlive-module.eclass
> +++ b/eclass/texlive-module.eclass
> @@ -79,7 +79,7 @@ esac
> if [[ -z ${_TEXLIVE_MODULE_ECLASS} ]]; then
> _TEXLIVE_MODULE_ECLASS=1
>
> -inherit texlive-common
> +inherit eapi9-pipestatus texlive-common
>
Signed-off-by: Florian Schmaus
---
eclass/texlive-module.eclass | 15 +++
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/eclass/texlive-module.eclass b/eclass/texlive-module.eclass
index f8b6f0858cd6..4ba507d4fd70 100644
--- a/eclass/texlive-module.eclass
+++ b/eclass/t