diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-07-06 12:40:58 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-07-06 12:41:15 +0200 |
commit | da415f285134245723474bed1e364903bc4f89fd (patch) | |
tree | c8753e92e04627bd1a0177822a67379784a80eb0 /dev-tex | |
parent | media-libs/dssi: fixed incompatible pointer (diff) | |
download | gentoo-da415f285134245723474bed1e364903bc4f89fd.tar.gz gentoo-da415f285134245723474bed1e364903bc4f89fd.tar.bz2 gentoo-da415f285134245723474bed1e364903bc4f89fd.zip |
dev-tex/lgrind: add DEPEND on latexextra
Closes: https://bugs.gentoo.org/928305
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/lgrind/lgrind-3.67-r4.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-tex/lgrind/lgrind-3.67-r4.ebuild b/dev-tex/lgrind/lgrind-3.67-r4.ebuild index 3c28480e5a9a..cd2a9c18f39f 100644 --- a/dev-tex/lgrind/lgrind-3.67-r4.ebuild +++ b/dev-tex/lgrind/lgrind-3.67-r4.ebuild @@ -21,6 +21,9 @@ KEYWORDS="amd64 ppc ~sparc x86" IUSE="examples" +# Depend on latexextra for hypdoc.sty, see https://bugs.gentoo.org/928305 +DEPEND="dev-texlive/texlive-latexextra" + PATCHES=( "${FILESDIR}"/${PN}-3.67-fgets.patch "${FILESDIR}"/${PN}-3.67-fix-return-with-no-value.patch |