Skip to content

Commit

Permalink
dev-lang/ghc: Turn USE=doc off by default
Browse files Browse the repository at this point in the history
This flag has been turned on by default historically, but has been
causing problems due to compatibility issues with newer sphinx.

Other packages in dev-lang do not have USE=doc turned on by default.

Bug: https://bugs.gentoo.org/906784
Signed-off-by: hololeap <[email protected]>
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
hololeap authored and thesamesam committed Oct 14, 2023
1 parent 4915f71 commit f6cdfe5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-lang/ghc/ghc-8.10.6-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ BUMP_LIBRARIES=(
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="big-endian +doc elfutils ghcbootstrap ghcmakebinary +gmp numa profile test"
IUSE="big-endian doc elfutils ghcbootstrap ghcmakebinary +gmp numa profile test"
IUSE+=" binary"
RESTRICT="!test? ( test )"

Expand Down
2 changes: 1 addition & 1 deletion dev-lang/ghc/ghc-9.0.2-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ BUMP_LIBRARIES=(
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE="big-endian +doc elfutils ghcbootstrap ghcmakebinary +gmp llvm numa profile test unregisterised"
IUSE="big-endian doc elfutils ghcbootstrap ghcmakebinary +gmp llvm numa profile test unregisterised"
IUSE+=" binary"
RESTRICT="!test? ( test )"

Expand Down
2 changes: 1 addition & 1 deletion dev-lang/ghc/ghc-9.0.2-r4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ BUMP_LIBRARIES=(
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE="big-endian +doc elfutils ghcbootstrap ghcmakebinary +gmp llvm numa profile test unregisterised"
IUSE="big-endian doc elfutils ghcbootstrap ghcmakebinary +gmp llvm numa profile test unregisterised"
IUSE+=" binary"
RESTRICT="!test? ( test )"

Expand Down

0 comments on commit f6cdfe5

Please sign in to comment.