mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user