diff options
author | 2022-07-22 22:53:40 +0000 | |
---|---|---|
committer | 2022-07-22 22:57:24 +0000 | |
commit | 6c5ca5dec763541eb3748c5f3c3bd8657479257c (patch) | |
tree | 13b7ccb24e1b6f7ea03dbf9aad56f8d7e8f29df8 | |
parent | dev-util/idea-community: drop 2022.1.3.221.5921.22 (diff) | |
download | gentoo-6c5ca5dec763541eb3748c5f3c3bd8657479257c.tar.gz gentoo-6c5ca5dec763541eb3748c5f3c3bd8657479257c.tar.bz2 gentoo-6c5ca5dec763541eb3748c5f3c3bd8657479257c.zip |
profiles: last-rite broken, revdep-less Haskell packages
As discussed in #gentoo-haskell. More items are likely to be added
to this mask, like we've done with Python packages in the past.
Bug: https://bugs.gentoo.org/830336
Bug: https://bugs.gentoo.org/637278
Bug: https://bugs.gentoo.org/652014
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | profiles/package.mask | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index 4b48a628a45f..05c5f232a230 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -34,6 +34,19 @@ #--- END OF EXAMPLES --- # Sam James <sam@gentoo.org> (2022-07-22) +# Monolithic mask for dev-haskell/* packages which have no reverse dependencies, +# are broken, or severely out of date. The aim is to have the Haskell overlay +# (::haskell) be the place for development packages and only have packages +# needed for end-user applications in ::gentoo, as the status who has +# proven to be unsustainable. +# Removal on 2022-08-22. +dev-haskell/hsql-mysql +dev-haskell/hit +dev-haskell/hsb2hs +dev-haskell/lhs2tex +dev-haskell/hsql-odbc + +# Sam James <sam@gentoo.org> (2022-07-22) # Severely broken, unbuildable with modern glibc, several versions out of date, # needs a big rework. Bugs #766294, #775545, #855197, #727912, #831868, #696938, # and #531996, #836111, #818721. Removal on 2022-08-22. |