From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5E8DB13933E for ; Fri, 9 Jul 2021 08:15:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 906F4E0A00; Fri, 9 Jul 2021 08:15:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77EC0E0A00 for ; Fri, 9 Jul 2021 08:15:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4564A33BF24 for ; Fri, 9 Jul 2021 08:15:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55FDD7CB for ; Fri, 9 Jul 2021 08:15:12 +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: <1625818503.c5ca553c926a59e487c08a146b88284047b90f0a.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/use.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: c5ca553c926a59e487c08a146b88284047b90f0a X-VCS-Branch: master Date: Fri, 9 Jul 2021 08:15:12 +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: 3d6537e1-13b7-4b76-b199-02deda1b7b4f X-Archives-Hash: 11e0d56ff71522a4586f781060d9260c commit: c5ca553c926a59e487c08a146b88284047b90f0a Author: Hans de Graaff gentoo org> AuthorDate: Fri Jun 4 06:31:58 2021 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Jul 9 08:15:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ca553c profiles/base/use.mask: mask ruby_targets_ruby25 for removal Signed-off-by: Hans de Graaff gentoo.org> profiles/base/use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 12955cfde54..1201801394b 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,6 +4,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Hans de Graaff (2021-07-09) +# Mask Ruby 2.5 as EOL +ruby_targets_ruby25 + # Aaron W. Swenson (2021-07-05) # PostgreSQL 9.5 masked for removal postgres_targets_postgres9_5