diff options
author | hololeap <hololeap@protonmail.com> | 2023-10-02 23:03:54 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-14 01:46:55 +0100 |
commit | f6cdfe59ec13e0d30a22750ebbdd97e7693ab2b5 (patch) | |
tree | f7c6704971c7348e60d526e6ca9cf8af9448cff1 | |
parent | sys-devel/gcc: add 12.3.1_p20231013 (diff) | |
download | gentoo-f6cdfe59ec13e0d30a22750ebbdd97e7693ab2b5.tar.gz gentoo-f6cdfe59ec13e0d30a22750ebbdd97e7693ab2b5.tar.bz2 gentoo-f6cdfe59ec13e0d30a22750ebbdd97e7693ab2b5.zip |
dev-lang/ghc: Turn USE=doc off by default
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 <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-lang/ghc/ghc-8.10.6-r3.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-9.0.2-r3.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-9.0.2-r4.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/ghc/ghc-8.10.6-r3.ebuild b/dev-lang/ghc/ghc-8.10.6-r3.ebuild index e7ea76723be7..f6e13533829c 100644 --- a/dev-lang/ghc/ghc-8.10.6-r3.ebuild +++ b/dev-lang/ghc/ghc-8.10.6-r3.ebuild @@ -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 )" diff --git a/dev-lang/ghc/ghc-9.0.2-r3.ebuild b/dev-lang/ghc/ghc-9.0.2-r3.ebuild index 906bca62bde6..efff65d4dd9a 100644 --- a/dev-lang/ghc/ghc-9.0.2-r3.ebuild +++ b/dev-lang/ghc/ghc-9.0.2-r3.ebuild @@ -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 )" diff --git a/dev-lang/ghc/ghc-9.0.2-r4.ebuild b/dev-lang/ghc/ghc-9.0.2-r4.ebuild index f954a9396acc..a0423ff8e661 100644 --- a/dev-lang/ghc/ghc-9.0.2-r4.ebuild +++ b/dev-lang/ghc/ghc-9.0.2-r4.ebuild @@ -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 )" |