dev-tex/minted: remove workaround for buggy latex-package.eclass

Now that latex-package.eclass is fixed, we can drop the workaround.

Signed-off-by: Florian Schmaus <flow@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/39675
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Florian Schmaus
2024-12-11 12:39:51 +01:00
parent ba4bc48984
commit 2e17dcd9af

View File

@@ -79,11 +79,6 @@ src_install() {
local -x PYTHONPATH="${ED}/usr/lib/${EPYTHON}/site-packages"
local -x PATH="${ED}/usr/lib/python-exec/${EPYTHON}:${PATH}"
latex-package_src_doinstall doc
# The following line shouldn't be required, as 'doc' is expaned
# by latex-package.eclass to "… dtx … pdf", but without this,
# the pdf is *not* installed. Maybe a bug in
# latex-package.eclass?
latex-package_src_doinstall pdf
fi
popd &> /dev/null || die
}