summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-mathematics/gfan/gfan-0.6.2-r6.ebuild7
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}"