diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-10-05 15:07:06 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-10-05 15:07:51 -0400 |
commit | 5da0caba056b0e990c19a383674a1146eea1ed79 (patch) | |
tree | 0098e8b2670b89f822021eaed448a7446545d11b /sci-mathematics | |
parent | media-video/yle-dl: stabilize 20240927 for ALLARCHES (diff) | |
download | gentoo-5da0caba056b0e990c19a383674a1146eea1ed79.tar.gz gentoo-5da0caba056b0e990c19a383674a1146eea1ed79.tar.bz2 gentoo-5da0caba056b0e990c19a383674a1146eea1ed79.zip |
sci-mathematics/gfan: add another missing USE=doc build dep
We explicitly invoke "dvipdf" from app-text/ghostscript-gpl in the
ebuild.
Closes: https://bugs.gentoo.org/940906
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/gfan/gfan-0.6.2-r6.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-mathematics/gfan/gfan-0.6.2-r6.ebuild b/sci-mathematics/gfan/gfan-0.6.2-r6.ebuild index e41f988404b7..538326ff4359 100644 --- a/sci-mathematics/gfan/gfan-0.6.2-r6.ebuild +++ b/sci-mathematics/gfan/gfan-0.6.2-r6.ebuild @@ -17,8 +17,9 @@ KEYWORDS="~amd64 ~arm ~riscv ~x86 ~amd64-linux ~x86-linux" IUSE="doc" # texlive-plaingeneric is needed for \usepackage{ulem} in -# the manual +# the manual. ghostscript-gpl provides the "dvipdf" command. BDEPEND="doc? ( + app-text/ghostscript-gpl dev-texlive/texlive-plaingeneric virtual/latex-base )" |