diff options
author | Brian Evans <grknight@gentoo.org> | 2022-01-21 10:22:20 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2022-01-21 10:22:20 -0500 |
commit | 28a229d6bc7830b88737cfefad0df107c9defedf (patch) | |
tree | 16103aa53f565a63a663846cefa4ae2f55e5b9b1 | |
parent | dev-lang/php: Backport GCC 11 rpath patch to 7.4.27 in revbump (diff) | |
download | gentoo-28a229d6bc7830b88737cfefad0df107c9defedf.tar.gz gentoo-28a229d6bc7830b88737cfefad0df107c9defedf.tar.bz2 gentoo-28a229d6bc7830b88737cfefad0df107c9defedf.zip |
profiles: Mask PHP 7.3 as end of life
Signed-off-by: Brian Evans <grknight@gentoo.org>
-rw-r--r-- | profiles/base/use.mask | 6 | ||||
-rw-r--r-- | profiles/package.mask | 8 |
2 files changed, 14 insertions, 0 deletions
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 <grknight@gentoo.org> (2022-01-21) +# PHP 7.3 is end-of-life +# Please upgrade to a newer slot +php_targets_php7-3 +php7-3 + # Sam James <sam@gentoo.org> (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 <grknight@gentoo.org> (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 <gentoo@pogatzki.net> (2022-01-17) # Java-packages with no consumers and depending on virtual/{jdk,jre}-1.6 # Removal in 30 days. |