From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5A0021581EE for ; Fri, 28 Mar 2025 19:50:59 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 459853430C2 for ; Fri, 28 Mar 2025 19:50:59 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 28F101104B1; Fri, 28 Mar 2025 19:50:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1E5881104B1 for ; Fri, 28 Mar 2025 19:50:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D13C9343019 for ; Fri, 28 Mar 2025 19:50:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3932E1733 for ; Fri, 28 Mar 2025 19:50:56 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1743191372.984ce89176ec81855a8fb20245f44a3347e0d99e.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/package.mask X-VCS-Directories: profiles/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 984ce89176ec81855a8fb20245f44a3347e0d99e X-VCS-Branch: master Date: Fri, 28 Mar 2025 19:50:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b877f331-753d-43a5-b120-0fc8609cd784 X-Archives-Hash: 56dd53e3c4821b77d1ea5a4f9b1df908 commit: 984ce89176ec81855a8fb20245f44a3347e0d99e Author: Hans de Graaff gentoo org> AuthorDate: Fri Mar 28 19:49:32 2025 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Mar 28 19:49:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=984ce891 profiles/package.mask: drop coffee-rails mask dev-ruby/coffee-rails also works with Rails 7.0 so no need to mask it now. Signed-off-by: Hans de Graaff gentoo.org> profiles/package.mask | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 315c96ee407a..6f7f74d121ca 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -57,7 +57,7 @@ # Removal on 2025-04-25. games-emulation/ryujinx -# Hans de Graaff (2026-03-20) +# Hans de Graaff (2025-03-20) # Rails 6.1 is no longer supported upstream. Use a newer Rails version # instead. Packages depending exclusively on Rails 6.1 will also be # removed. Removal on 2025-04-20. @@ -75,7 +75,6 @@ dev-ruby/activerecord:6.1 dev-ruby/activemodel:6.1 dev-ruby/activesupport:6.1 dev-ruby/actionpack-action_caching -dev-ruby/coffee-rails dev-ruby/will_paginate:3 =www-apps/redmine-5*