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.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 BB2DE15808B for ; Thu, 3 Mar 2022 19:09:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A44CE0A00; Thu, 3 Mar 2022 19:09:49 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 00D40E0A00 for ; Thu, 3 Mar 2022 19:09:48 +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 5C6CA3430D5 for ; Thu, 3 Mar 2022 19:09:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EAC41F1 for ; Thu, 3 Mar 2022 19:09:45 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1646334580.0915c52d4fbcf365a3e4959f3f4f6882ac71d83d.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/use.mask profiles/package.mask X-VCS-Directories: profiles/ profiles/base/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 0915c52d4fbcf365a3e4959f3f4f6882ac71d83d X-VCS-Branch: master Date: Thu, 3 Mar 2022 19:09:45 +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: ae3d1d05-5743-4483-9b48-ed4a0b2ebfad X-Archives-Hash: 9c60b993f15503db3d1a727198c39421 commit: 0915c52d4fbcf365a3e4959f3f4f6882ac71d83d Author: Brian Evans gentoo org> AuthorDate: Thu Mar 3 19:06:29 2022 +0000 Commit: Brian Evans gentoo org> CommitDate: Thu Mar 3 19:09:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0915c52d profiles: Mask PHP 7.3 as end of life Bug: https://bugs.gentoo.org/831740 Signed-off-by: Brian Evans gentoo.org> profiles/base/use.mask | 6 ++++++ profiles/package.mask | 9 +++++++++ 2 files changed, 15 insertions(+) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index c781a10f9857..5d4333cb0d6f 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,6 +4,12 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Brian Evans (2022-01-21) +# PHP 7.3 is end-of-life +# Please upgrade to a newer slot +php_targets_php7-3 +php7-3 + # Sam James (2022-01-12) # PCH has proven itself to be unreliable and lead to spurious build # failures. Masking so users aren't exposed to such failures without opting-in. diff --git a/profiles/package.mask b/profiles/package.mask index 225b89d8247d..46818fb06f57 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,15 @@ #--- END OF EXAMPLES --- +# Brian Evans (2022-03-03) +# PHP 7.3 is end-of-life +# Please upgrade to a newer slot +# Guide at https://www.php.net/manual/en/migration74.incompatible.php +# Removal in 30 days +dev-lang/php:7.3 +virtual/httpd-php:7.3 + (2022-03-01) # Dead upstream, blocks cleanup of dependencies. # Bug #773175. Removal on 2022-03-31.