summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2017-07-12 21:14:35 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2017-07-12 21:15:56 +0100
commit73b0ef093676404c24ee4672252b932a758b1966 (patch)
treedab01cab63595088ceefd98c5e22e3539a8e16bb /dev-lang/ghc
parentVersion bump (diff)
downloadgentoo-73b0ef093676404c24ee4672252b932a758b1966.tar.gz
gentoo-73b0ef093676404c24ee4672252b932a758b1966.tar.bz2
gentoo-73b0ef093676404c24ee4672252b932a758b1966.zip
dev-lang/ghc: guard manuals building behind USE=doc
Building ghc.1 needs sphinx present in system. Reported-by: Patrick McLean Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-lang/ghc')
-rw-r--r--dev-lang/ghc/ghc-8.0.2.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-lang/ghc/ghc-8.0.2.ebuild b/dev-lang/ghc/ghc-8.0.2.ebuild
index 67329545ec0f..dd4d223aeb63 100644
--- a/dev-lang/ghc/ghc-8.0.2.ebuild
+++ b/dev-lang/ghc/ghc-8.0.2.ebuild
@@ -514,6 +514,7 @@ src_configure() {
# app-text/dblatex is not in portage, can not build PDF or PS
echo "BUILD_SPHINX_PDF = NO" >> mk/build.mk
echo "BUILD_SPHINX_HTML = $(usex doc YES NO)" >> mk/build.mk
+ echo "BUILD_MAN = $(usex doc YES NO)" >> mk/build.mk
# this controls presence on 'xhtml' and 'haddock' in final install
echo "HADDOCK_DOCS = YES" >> mk/build.mk