commit: 6ee17f3a41bbcc7cfaabe6c9d0b513e6a4b578be Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Apr 2 07:00:26 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Apr 4 05:54:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ee17f3a
profiles/package.mask: mask turbolinks 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 b7db461b44dc..e5a99801ab96 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,13 @@ #--- END OF EXAMPLES --- +# Hans de Graaff <[email protected]> (2023-04-02) +# Archived upstream since two years, meant to be used with Rails +# 5.2. Continued as Turbo as part of the hotwire project in Rails. +# Masked for removal on 2023-05-02 +dev-ruby/turbolinks +dev-ruby/turbolinks-source + # Michał Górny <[email protected]> (2023-03-31) # Packages with non-functional tests and no py3.11 support. They were # only needed for media-fonts/noto-emoji[buildfont], and that variant
