diff options
author | hololeap <hololeap@protonmail.com> | 2023-11-11 11:27:48 -0700 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-19 18:32:24 +0000 |
commit | cb2701abecc103a606822d494dfe18165da2bb48 (patch) | |
tree | 1f702de9f26618a5e84926d3f0906083343d7765 /dev-lang/ghc | |
parent | haskell-cabal.eclass: Fix default_exposed_pkgs (diff) | |
download | gentoo-cb2701abecc103a606822d494dfe18165da2bb48.tar.gz gentoo-cb2701abecc103a606822d494dfe18165da2bb48.tar.bz2 gentoo-cb2701abecc103a606822d494dfe18165da2bb48.zip |
dev-lang/ghc: drop dead prefix targets
The commit was applied to ghc-9.0.2, but never was applied to ghc-9.2.8.
See: 591a09ad99fedae83904a0b641078e2eb9e883ee
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/ghc')
-rw-r--r-- | dev-lang/ghc/ghc-9.2.8.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dev-lang/ghc/ghc-9.2.8.ebuild b/dev-lang/ghc/ghc-9.2.8.ebuild index 8fffbe2cca4b..b6e51fdcdfe8 100644 --- a/dev-lang/ghc/ghc-9.2.8.ebuild +++ b/dev-lang/ghc/ghc-9.2.8.ebuild @@ -563,9 +563,6 @@ src_prepare() { # UPDATE ME for ghc-7 mkdir "${WORKDIR}"/ghc-bin-installer || die pushd "${WORKDIR}"/ghc-bin-installer > /dev/null || die - use sparc-solaris && unpack ghc-6.10.4-sparc-sun-solaris2.tar.bz2 - use x86-solaris && unpack ghc-7.0.3-i386-unknown-solaris2.tar.bz2 - use x86-macos && unpack ghc-7.4.1-i386-apple-darwin.tar.bz2 use x64-macos && unpack ghc-7.4.1-x86_64-apple-darwin.tar.bz2 popd > /dev/null |