diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-10-05 10:59:58 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-10-05 11:01:00 -0400 |
commit | a4a3a0d0e64544568ada5244e62f914fa4220566 (patch) | |
tree | 59132173445c1d5fb6c8ae4a956482de7f0f6077 | |
parent | xfce-base/libxfce4windowing: Depedn on new enough xfce4-dev-tools (diff) | |
download | gentoo-a4a3a0d0e64544568ada5244e62f914fa4220566.tar.gz gentoo-a4a3a0d0e64544568ada5244e62f914fa4220566.tar.bz2 gentoo-a4a3a0d0e64544568ada5244e62f914fa4220566.zip |
sci-mathematics/gfan: add missing TeX build dep for USE=doc
Closes: https://bugs.gentoo.org/873610
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
-rw-r--r-- | sci-mathematics/gfan/gfan-0.6.2-r6.ebuild | 7 |
1 files changed, 6 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 c755b754b378..e41f988404b7 100644 --- a/sci-mathematics/gfan/gfan-0.6.2-r6.ebuild +++ b/sci-mathematics/gfan/gfan-0.6.2-r6.ebuild @@ -16,7 +16,12 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~riscv ~x86 ~amd64-linux ~x86-linux" IUSE="doc" -BDEPEND="doc? ( virtual/latex-base )" +# texlive-plaingeneric is needed for \usepackage{ulem} in +# the manual +BDEPEND="doc? ( + dev-texlive/texlive-plaingeneric + virtual/latex-base +)" DEPEND="dev-libs/gmp:0=[cxx(+)] sci-libs/cddlib:0=" RDEPEND="${DEPEND}" |