diff options
author | Brian Evans <grknight@gentoo.org> | 2022-03-03 14:06:29 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2022-03-03 14:09:40 -0500 |
commit | 0915c52d4fbcf365a3e4959f3f4f6882ac71d83d (patch) | |
tree | 69af3ec1eb79c2e632951c79ad33f8d910557fcf /profiles | |
parent | dev-python/pillow: stable 9.0.1 for sparc, bug #833368 (diff) | |
download | gentoo-0915c52d4fbcf365a3e4959f3f4f6882ac71d83d.tar.gz gentoo-0915c52d4fbcf365a3e4959f3f4f6882ac71d83d.tar.bz2 gentoo-0915c52d4fbcf365a3e4959f3f4f6882ac71d83d.zip |
profiles: Mask PHP 7.3 as end of life
Bug: https://bugs.gentoo.org/831740
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/use.mask | 6 | ||||
-rw-r--r-- | profiles/package.mask | 9 |
2 files changed, 15 insertions, 0 deletions
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 <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 225b89d8247d..46818fb06f57 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,15 @@ #--- END OF EXAMPLES --- +# Brian Evans <grknight@gentoo.org> (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 +<www-apps/icingaweb2-module-director-1.8.1 + # Andreas Sturmlechner <asturm@gentoo.org> (2022-03-01) # Dead upstream, blocks cleanup of dependencies. # Bug #773175. Removal on 2022-03-31. |