From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1553378-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A82A0158089 for <garchives@archives.gentoo.org>; Sun, 10 Sep 2023 08:01:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E82612BC015; Sun, 10 Sep 2023 08:01:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id CD2D12BC015 for <gentoo-commits@lists.gentoo.org>; Sun, 10 Sep 2023 08:01:07 +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 D9864335CE3 for <gentoo-commits@lists.gentoo.org>; Sun, 10 Sep 2023 08:01:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17E35F35 for <gentoo-commits@lists.gentoo.org>; Sun, 10 Sep 2023 08:01:05 +0000 (UTC) From: "Hans de Graaff" <graaff@gentoo.org> 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" <graaff@gentoo.org> Message-ID: <1694332841.7d51718f582a3b0cb3d46a15eadd471d2be918ea.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: 7d51718f582a3b0cb3d46a15eadd471d2be918ea X-VCS-Branch: master Date: Sun, 10 Sep 2023 08:01:05 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 148a308b-41b8-4d47-9a3f-389fa2c44285 X-Archives-Hash: 09b8657bfb14b54b4547947b14f2093d commit: 7d51718f582a3b0cb3d46a15eadd471d2be918ea Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Sep 10 08:00:16 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Sep 10 08:00:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d51718f profiles/package.mask: mask obsolete dev-ruby/mail slot for removal Closes: https://bugs.gentoo.org/910507 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> profiles/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index ead5798c64e0..b30ad2dd2c7a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,11 @@ #--- END OF EXAMPLES --- +# Hans de Graaff <graaff@gentoo.org> (2023-09-10) +# Obsolete slot that no longer has any reverse dependencies. Use the +# newer slot instead. Masked for removal on 2023-10-10. +dev-ruby/mail:2.7 + # Sam James <sam@gentoo.org> (2023-09-09) # OpenSSL 1.1.x is EOL on 2023-09-11. Please upgrade immediately to >= OpenSSL 3. # https://www.openssl.org/blog/blog/2023/03/28/1.1.1-EOL/