diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-07-12 21:14:35 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-07-12 21:15:56 +0100 |
commit | 73b0ef093676404c24ee4672252b932a758b1966 (patch) | |
tree | dab01cab63595088ceefd98c5e22e3539a8e16bb /dev-lang/ghc | |
parent | Version bump (diff) | |
download | gentoo-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.ebuild | 1 |
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 |