commit: a1604c09aacab45207d4cca136d020e11c7f0b54 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Tue Oct 26 04:20:56 2021 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Oct 26 04:20:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1604c09
profiles/package.mask: mask new rubygems versions Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> profiles/package.mask | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index d6c79f3b09e..dd1e9fa706f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,14 @@ #--- END OF EXAMPLES --- +# Hans de Graaff <[email protected]> (2021-10-26) +# New rubygems versions check extension installation and will +# fail to find gems when extensions are not installed correctly. +# Not all packages in the tree have been updated for this yet. +# Also Gentoo defaults need to be updated for this to work correctly. +# Masked pending fixes in dev-ruby packages. +>=dev-ruby/rubygems-3.2.22 + # Sam James <[email protected]> (2021-10-25) # Fails to build with glibc-2.34 and binutils-2.34+. Not many other # distros packaging this and no upstream commits since 2011. No reverse
