... in order to work around an incompatibility in app-arch/pigz. It
appears that xmltex's tarball has trailing junk at the end of the file,
and it appears to be a completed project, so no new releases are
forthcoming.
Closes: https://bugs.gentoo.org/645438
Signed-off-by: Matt Turner <mattst88@gentoo.org>
RDEPEND="${DEPEND}"
+src_unpack() {
+ # Bug 645438
+ tar -I /bin/gzip -xf "${DISTDIR}"/${P}.tar.gz || die
+}
+
src_compile() {
fmt_call="$(has_version '>=app-text/texlive-core-2019' \
&& echo "fmtutil-user" || echo "fmtutil")"