commit: 58fccae475c9d3bed732d674eff203a44791a77a Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Aug 8 06:59:01 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Aug 8 06:59:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58fccae4
profiles/package.mask: mask ruby-openid and rack-openid for removal Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> profiles/package.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 0f9a95abd9fb..13fe6872ab51 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -36,6 +36,13 @@ #--- END OF EXAMPLES --- +# Hans de Graaff <[email protected]> (2025-08-08) +# ruby-openid fails tests and is archived upstream. Last release 6 years +# ago. rack-openid is the only reverse dependency. +# Removal on 2025-09-08 +dev-ruby/rack-openid +dev-ruby/ruby-openid + # Volkmar W. Pogatzki <[email protected]> (2025-08-07) # Unused java library, pinned to virtual/jdk:1.8. # Removal on 2025-09-07.
