commit:     28a229d6bc7830b88737cfefad0df107c9defedf
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 21 15:22:20 2022 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Fri Jan 21 15:22:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28a229d6

profiles: Mask PHP 7.3 as end of life

Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 profiles/base/use.mask | 6 ++++++
 profiles/package.mask  | 8 ++++++++
 2 files changed, 14 insertions(+)

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index c6a22bb1577f..310eda17d4da 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 <[email protected]> (2022-01-21)
+# PHP 7.3 is end-of-life
+# Please upgrade to a newer slot
+php_targets_php7-3
+php7-3
+
 # Sam James <[email protected]> (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 a1ffe7417880..3dae18e0f9e8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,14 @@
 
 #--- END OF EXAMPLES ---
 
+# Brian Evans <[email protected]> (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 <[email protected]> (2022-01-17)
 # Java-packages with no consumers and depending on virtual/{jdk,jre}-1.6
 # Removal in 30 days.

Reply via email to