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 62581158087 for ; Fri, 21 Jan 2022 16:07:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 859AD2BC009; Fri, 21 Jan 2022 16:07:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 978472BC009 for ; Fri, 21 Jan 2022 16:07:33 +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 B08163434F9 for ; Fri, 21 Jan 2022 16:07:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 062B729A for ; Fri, 21 Jan 2022 16:07:31 +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: <1642781240.ff7640e20d54ec3cf23c3dc05a1634182406a4c0.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/base/ profiles/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: ff7640e20d54ec3cf23c3dc05a1634182406a4c0 X-VCS-Branch: master Date: Fri, 21 Jan 2022 16:07:31 +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: 9cc8244f-0525-4a5a-84fb-8dcc2e7f0341 X-Archives-Hash: 54615cad3f153b0f84720958dff2f297 commit: ff7640e20d54ec3cf23c3dc05a1634182406a4c0 Author: Brian Evans gentoo org> AuthorDate: Fri Jan 21 16:07:20 2022 +0000 Commit: Brian Evans gentoo org> CommitDate: Fri Jan 21 16:07:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff7640e2 Revert "profiles: Mask PHP 7.3 as end of life" This reverts commit 28a229d6bc7830b88737cfefad0df107c9defedf. Signed-off-by: Brian Evans gentoo.org> profiles/base/use.mask | 6 ------ profiles/package.mask | 8 -------- 2 files changed, 14 deletions(-) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 310eda17d4da..c6a22bb1577f 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,12 +4,6 @@ # 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 3dae18e0f9e8..a1ffe7417880 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,14 +33,6 @@ #--- END OF EXAMPLES --- -# Brian Evans (2022-01-21) -# 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 - # Volkmar W. Pogatzki (2022-01-17) # Java-packages with no consumers and depending on virtual/{jdk,jre}-1.6 # Removal in 30 days.